blob: d9a6e472d6246281915ab39f87a1c423528f007e [file] [log] [blame]
<iframe></iframe>
<a href='about:blank'></a>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
let iframe = document.querySelector('iframe');
let link = document.querySelector('a');
iframe.contentWindow.addEventListener('unload', function() {
link.click();
});
location.href = 'http://localhost:8000/navigation/resources/pass-and-notify-done.html'
</script>