OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>Cancelling a document.write()-inserted and blocking script shouldn't fail.</p > | |
3 <p>PASS if no crash.</p> | |
4 <script> | |
5 if (window.testRunner) { | |
6 testRunner.dumpAsText(); | |
7 testRunner.setCanOpenWindows(); | |
8 testRunner.waitUntilDone(); | |
9 } | |
10 window.open("resources/document-write-then-close.html"); | |
11 </script> | |
OLD | NEW |