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