firefox-bug-1930225.html (379B)
1 <!DOCTYPE html> 2 <html> 3 <meta charset="utf-8"> 4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1930225"> 5 6 <style> 7 *::first-line { } 8 body.test { 9 list-style: square inside; 10 } 11 </style> 12 13 <script> 14 document.addEventListener("DOMContentLoaded", () => { 15 document.body.getBoundingClientRect(); 16 document.body.classList = "test"; 17 }) 18 </script> 19 20 <body> 21 <button> 22 <li>