Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-outscope.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-outscope.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-outscope.html |
index bc23f9ecbc11f59bad655b99579cb56604b85e16..906c06527855d24b68bf4023d1eb39317c62f867 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-outscope.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-outscope.html |
@@ -9,7 +9,7 @@ |
if (window.testRunner) { |
// In Chromium we need to change the setting to disallow displaying insecure |
// contents. |
- testRunner.overridePreference('WebKitAllowDisplayingInsecureContent', false); |
+ testRunner.overridePreference("WebKitStrictMixedContentChecking", true); |
} |
async_test(function(t) { |