blob: dea7413218267a709cecaabd502b5fe8bc90eeea [file] [log] [blame]
<iframe src="resources/grandchild-navigates-child-in-beforeunload-child.html"></iframe>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFrames();
}
window.onload = () => {
frames[0][0].location = "resources/pass-and-notify-done.html";
}
</script>