blob: 23c6f589a5131237aa641139a825dd01f3226733 [file] [log] [blame]
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setDumpConsoleMessages(false);
testRunner.waitUntilDone();
testRunner.setCanOpenWindows();
}
window.onmessage = e => {
document.body.appendChild(document.createTextNode(e.data));
if (window.testRunner)
testRunner.notifyDone();
}
name = "target";
window.open("http://localhost:8000/navigation/resources/javascript-url-cross-origin-window.html");
</script>
</body>