blob: bc6fe9bb73abd626172bb8311c62456865b51c30 [file] [edit]
<!-- webkit-test-runner [ StorageBlockingPolicy=1 ] -->
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
window.addEventListener("message", function (event) {
alert("parent host: " + window.location.hostname + event.data);
window.open("http://localhost:8000/security/resources/credentials-iframes-continued.html");
}, false);
</script>
<iframe src="resources/credentials-iframes-same-domain.html"></iframe>