Bug 1854367 - Mark storage-access-permission.sub.https.window.html subtest as intermi...
[gecko.git] / dom / jsurl / crashtests / 344874-1.html
blob4df2723e40f9e5cd02b5ffeec2a243c16a379724
1 <html>
2 <head>
3 <script>
5 var img;
7 function boo()
9 img = document.getElementById("img");
10 setScriptSrc();
13 function setScriptSrc()
15 img.src = "javascript:setScriptSrc();";
18 </script>
19 </head>
21 <body onload="setTimeout(boo, 30);">
23 <img src="../../../../testing/crashtest/images/tree.gif" id="img">
25 </body>
27 </html>