size-container-transition-crash.html (351B)
1 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1976998"> 2 <script> 3 document.addEventListener("DOMContentLoaded", () => { 4 const a = document.createElement("style") 5 document.head.appendChild(a) 6 a.sheet.insertRule("* { font-size: 30%; container-type: size; transition-duration: 1s, 2s, 1s, 37ms, 26s !important }") 7 }) 8 </script>