blob: 8af1a29feba54251332d338100ee1f6603f4a76e [file] [log] [blame]
<body>
PASS
<iframe id="i" src="resources/location-navigate-iframe-with-base-target-iframe.html"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var navigated = false;
i.onload = function() {
if (navigated)
return;
navigated = true;
i.contentWindow.location = "resources/blank.txt";
}
</script>