blob: af817bf2c91e0f4c939192aaea91de75a01bcd7c [file] [log] [blame]
<!DOCTYPE html>
<p>Cancelling a document.write()-inserted and blocking script shouldn't fail.</p>
<p>PASS if no crash.</p>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setCanOpenWindows();
testRunner.waitUntilDone();
}
window.open("resources/document-write-then-close.html");
</script>