4 if (window
.testRunner
) {
5 testRunner
.waitUntilDone();
6 testRunner
.dumpAsText();
7 testRunner
.setCanOpenWindows();
8 testRunner
.setCloseRemainingWindowsWhenComplete(true);
11 var remainingMessages
= 2;
12 window
.addEventListener("message", function (e
) {
14 if (!remainingMessages
&& window
.testRunner
)
15 testRunner
.notifyDone();
19 <p>This test opens a window iframe that loads an about:blank iframe. We should
20 *not* trigger a mixed content callback because the about:blank iframes cannot
21 be corrupted by active network attackers.
</p>
23 window
.addEventListener('load', function () {
24 window
.open("https://127.0.0.1:8443/security/mixedContent/resources/frame-with-about-blank-frame.html");