blob: acbd33d6bf7f5e0d07d02898f1f83725fbe6641d [file] [log] [blame]
<body>
PASS if no crash.
<iframe id="i"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var doc = i.contentDocument;
i.remove();
doc.addressSpace;
</script>