dom/base/crashtests/371124-1-inner.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:447d25f67c68
1 <html>
2 <head>
3 <script>
4
5 function boom()
6 {
7 obj = document.getElementsByTagName("object")[0];
8 obj.__proto__ = null;
9 for (p in obj)
10 dump(p + "\n");
11 }
12
13 </script>
14 </head>
15
16 <body onload="setTimeout(boom, 200);">
17
18 <object></object>
19
20 </body>
21 </html>

mercurial