content/base/crashtests/327694.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:415f0f89e537
1 <html>
2 <head>
3
4 <script>
5
6 function init()
7 {
8 var y = document.getElementById("tt");
9 var z = y.firstChild;
10 y.removeChild(z);
11 z.text;
12 }
13
14 window.addEventListener("load", init, false);
15
16 </script>
17
18 </head>
19
20 <body>
21
22 <div id="tt"><a href="http://www.mozilla.org">Foo</a></div>
23
24 </body>
25 </html>

mercurial