blob: e3f4d3f0f82310855f1cdd9924382e195b03204f [file] [log] [blame]
<iframe id="i" src="https:/127.0.0.1:8443/misc/resources/hang-connection-before-head.php"></iframe>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
i.contentWindow.didreuse = true;
i.contentDocument.open();
i.contentDocument.close();
i.contentWindow.location = 'resources/check-window-reuse.html';
</script>