blob: 7737dfc9bfe5ae502db1385fcd0379aa52ed30e8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
console.log("window.name should equal \"test\" after a same-origin sub frame navigation.");
</script>
<iframe src="resources/window-name-test.html?127.0.0.1"></iframe>
</html>