haikuwebkit/LayoutTests/fast/frames/page-unload-document-open.html

11 lines
255 B
HTML

<!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>