Bug 1850713: remove duplicated setting of early hint preloader id in `ScriptLoader...
[gecko.git] / dom / base / crashtests / 1281715.html
blob17352a30bd15afa57298510e49586bfe0decb0c8
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <style>
6 html {
7 color: orange;
9 </style>
11 <script>
12 function boom()
14 document.documentElement.offsetHeight;
15 document.getElementById("hostW").attachShadow({ mode: "open" }).innerHTML = '<z></z>';
16 document.getElementsByTagName("style")[0].remove();
18 </script>
20 </head>
22 <body onload="boom();"><div style="display: contents;" id="hostW"></div></body>
24 </html>