blob: 565ad14d009fac7bcf13ae9c170ab71762887d98 [file] [log] [blame]
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
location.replace("resources/pass-and-notify-done.html");
document.open();
document.write("This should not cancel the navigation");
</script>
</body>