content/media/test/crashtests/493915-1.html

branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
equal deleted inserted replaced
-1:000000000000 0:f6115d83292c
1 <html>
2 <head>
3 <script type="text/javascript">
4
5 function boom()
6 {
7 s = document.createElement("span");
8 a = document.createElement("audio");
9 a['src'] = "javascript:4";
10 a['loopend'] = 3;
11 s.appendChild(a);
12 }
13
14 </script>
15 </head>
16
17 <body onload="boom();"></body>
18 </html>

mercurial