blob: cd288bdb5d80d7f02fc6234d12a4bd571aadebcd [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
console.log("window.name should equal \"test\" after a cross-origin auxiliary frame navigation.");
window.open("resources/window-name-test.html?localhost");
</script>
</html>