Bug 1660051 [wpt PR 25111] - Origin isolation: expand getter test coverage, a=testonly
[gecko.git] / dom / base / crashtests / 666869.html
blobac11f64e12b337ca5a89c9349979a93c000d8958
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
6 function boom()
8 var f = document.getElementById("f");
9 var frameWin = f.contentWindow;
10 document.body.removeChild(f);
11 frameWin.performance;
14 </script>
15 </head>
16 <body onload="boom();"><iframe id="f" src="data:text/html,1"></iframe></body>
17 </html>