Index: LayoutTests/http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html |
diff --git a/LayoutTests/http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html b/LayoutTests/http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html |
index 6c26e00410a1b46138b538d6bd228ef83987c6d7..97ace334f3e01477ed93edaf771478d72cd5b79c 100644 |
--- a/LayoutTests/http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html |
+++ b/LayoutTests/http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html |
@@ -6,6 +6,7 @@ if (window.testRunner) { |
testRunner.dumpAsText(); |
testRunner.setCanOpenWindows(); |
testRunner.setCloseRemainingWindowsWhenComplete(true); |
+ testRunner.overridePreference("WebKitAllowRunningInsecureContent", true); |
} |
window.addEventListener("message", function (e) { |