blob: ac30e0ac85b4fc6ceb409455656977b301e10671 [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 auxiliary frame navigation.");
window.open("resources/window-name-test.html?127.0.0.1");
</script>
</html>