table-root-transition-crash.html (284B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1990582"> 3 <script> 4 document.addEventListener("DOMContentLoaded", async () => { 5 document.documentElement.style.display = "inline table" 6 document.startViewTransition(undefined) 7 }) 8 </script>