Bug 1850713: remove duplicated setting of early hint preloader id in `ScriptLoader...
[gecko.git] / dom / base / crashtests / 709954.html
bloba06b7715ecb50d1a8395babe5aa8c9bc167c117b
1 <!DOCTYPE html>
2 <html>
4 <head>
5 <script>
7 function boom()
9 setTimeout(function(){
10 document.documentElement.removeChild(document.body);
11 }, 0);
14 </script>
15 </head>
17 <body onload="boom();">
18 <input value="f" pattern="[">
19 </body>
21 </html>