blob: a95eb1cac36b427d4ffc3438259d14c7c0b892cd [file] [log] [blame]
<body>
PASS if no crash.
<iframe id="i" src="resources/fail-and-notify-done.html"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var doc = i.contentDocument;
i.src = "about:blank";
doc.addressSpace;
</script>
</body>