blob: 720c95cea99a8026252f269c5ad041e9e8d5515d [file] [log] [blame]
<!DOCTYPE html>
Passes if it does not crash.
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setCanOpenWindows();
testRunner.waitUntilDone();
}
win = window.open("resources/page-unload-document-open-win.html");
</script>