blob: 5fa7a16bb4dd3223e7b2befb37b778f3620b85a4 [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 main frame navigation.");
document.location = "resources/window-name-test.html?127.0.0.1";
</script>
</html>