<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
location.replace("resources/pass-and-notify-done.html");
document.open();
document.write("This should not cancel the navigation");
</script>
</body>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
location.replace("resources/pass-and-notify-done.html");
document.open();
document.write("This should not cancel the navigation");
</script>
</body>