blob: a41110ad3b184a3a3de59bcaea3892d940ec9b8a [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.setCanOpenWindows(true);
}
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>