Bug 1850713: remove duplicated setting of early hint preloader id in `ScriptLoader...
[gecko.git] / dom / base / crashtests / 386794-1.html
blob4b50221688a82742bf0ca7d86e5bba85b68425c8
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script>
6 function boom()
8 var weirdScript = document.createElementNS('http://example.com/foo', 'script');
9 document.body.appendChild(weirdScript);
10 document.body.innerHTML;
13 </script>
14 </head>
15 <body onload="boom()">
16 </body>
17 </html>