| Index: third_party/WebKit/LayoutTests/http/tests/security/mixedContent/preload-insecure-image-in-main-frame-blocked.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/preload-insecure-image-in-main-frame-blocked.html b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/preload-insecure-image-in-main-frame-blocked.html
|
| index 7b0a1a33bbf4ed120f14aa1ab7423c991f2b8bc0..710418c18b6671bf4051e0e0c234ff9b228d072b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/preload-insecure-image-in-main-frame-blocked.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/preload-insecure-image-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("WebKitStrictMixedContentChecking", true);
|
| }
|
|
|
| window.addEventListener("message", function (e) {
|
|
|