blob: af817bf2c91e0f4c939192aaea91de75a01bcd7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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>
|