blob: 80e2e34ab4ef416f91849ed83d4d074340c423c0 [file] [log] [blame]
<html>
<body>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
testRunner.setCanOpenWindows();
testRunner.setCloseRemainingWindowsWhenComplete(true);
}
window.addEventListener("message", function (e) {
if (window.testRunner)
testRunner.notifyDone();
}, false);
</script>
<p>This test opens a window iframe that loads a data URL iframe. We should
*not* trigger a mixed content callback because the data URL cannot be corrupted
by active network attackers.</p>
<script>
window.open("https://127.0.0.1:8443/security/mixedContent/resources/frame-with-data-url-frame.html");
</script>
</body>
</html>