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