blob: 1f934c47209ba0107746b0f3c8748c3de4103b73 [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 sub frame navigation.");
</script>
<iframe src="resources/window-name-test.html?localhost"></iframe>
</html>