Bug 1850713: remove duplicated setting of early hint preloader id in `ScriptLoader...
[gecko.git] / dom / base / crashtests / 1665792.html
bloba1955a5d5066c976156f243bc5ce49ff7ac87581
1 <html class="reftest-wait">
2 <script>
3 window.onload = () => {
4 window[0].stop()
5 window[0].onpagehide = document.createElement("frameset").onload
6 a.src = ""
7 setTimeout(function() {
8 SpecialPowers.wrap(window).printPreview()?.close()
9 document.documentElement.className = "";
10 }, 0);
12 </script>
13 <iframe id="a"></iframe>