Index: third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-empty-srcset-in-main-frame-blocked.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-empty-srcset-in-main-frame-blocked.html b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-empty-srcset-in-main-frame-blocked.html |
index b706b290f0d36eb3b3c228fe56094ad966435644..882f4b656ea1e7493aaab074f22e9fce1636821a 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-empty-srcset-in-main-frame-blocked.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/insecure-empty-srcset-in-main-frame-blocked.html |
@@ -6,7 +6,7 @@ if (window.testRunner) { |
testRunner.dumpAsText(); |
testRunner.setCanOpenWindows(); |
testRunner.setCloseRemainingWindowsWhenComplete(true); |
- testRunner.overridePreference("WebKitAllowDisplayingInsecureContent", false); |
+ testRunner.overridePreference("WebKitAllowRunningInsecureContent", true); |
} |
window.addEventListener("message", function (e) { |