dom/src/jsurl/crashtests/344874-1.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:f8f39a9e951a
1 <html>
2 <head>
3 <script>
4
5 var img;
6
7 function boo()
8 {
9 img = document.getElementById("img");
10 setScriptSrc();
11 }
12
13 function setScriptSrc()
14 {
15 img.src = "javascript:setScriptSrc();";
16 }
17
18 </script>
19 </head>
20
21 <body onload="setTimeout(boo, 30);">
22
23 <img src="../../../../testing/crashtest/images/tree.gif" id="img">
24
25 </body>
26
27 </html>

mercurial