blob: fb5acd5abd0e2c83c84de2f494859299c9e0be62 [file] [log] [blame]
<html>
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.setCanOpenWindows();
}
var w = window.open("resources/reentrant-beforeunload-helper.html");
w.onload = function() {
setTimeout(function() {
w.close();
if (window.testRunner)
testRunner.notifyDone();
}, 0);
};
</script>
</body>
</html>