root-reconstruct-frame-tree-crash.html (498B)
1 <!DOCTYPE html> 2 <html class="test-wait"> 3 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1966682"> 4 <script> 5 window.addEventListener("load", async () => { 6 const viewTransition = document.startViewTransition(async () => {}) 7 await viewTransition.ready 8 const header = document.createElement("th") 9 document.documentElement.appendChild(header) 10 document.documentElement.getBoundingClientRect(); 11 document.documentElement.className = ""; 12 }) 13 </script> 14 </html>