Bug 1660051 [wpt PR 25111] - Origin isolation: expand getter test coverage, a=testonly
[gecko.git] / dom / base / crashtests / 327694.html
blob132c02cf827e8b5eb1c3cca3f17244e2a8902760
1 <html> <head>
3 <script>
5 function init()
7 var y = document.getElementById("tt");
8 var z = y.firstChild;
9 y.removeChild(z);
10 z.text;
13 window.addEventListener("load", init);
15 </script>
16 </head> <body> <div id="tt"><a href="http://www.mozilla.org">Foo</a></div>
17 </body> </html>