chromium/third_party/blink/web_tests/fast/parser/document-write-then-close.html

<!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.setPopupBlockingEnabled(false);
    testRunner.waitUntilDone();
}
window.open("resources/document-write-then-close.html");
</script>