Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / js / xpconnect / crashtests / 833856.html
blobca2bfc378f2692840ecfadba00684d8f2e9cfba1
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <head>
4 <script>
5 function go() {
6 window.location = "javascript: foopy();";
7 setTimeout(function(){document.documentElement.removeAttribute("class");}, 0);
10 </script>
11 </head>
12 <body onload="go()">
13 </body>
14 </html>