| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-mixed-content-to-outscope.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-mixed-content-to-outscope.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-mixed-content-to-outscope.https.html
|
| index 28b43acc8639a21ed74b0be156739a955199ee3f..391dc5d2c19ade20e864ab3b276be05a535d2d85 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-mixed-content-to-outscope.https.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-mixed-content-to-outscope.https.html
|
| @@ -7,12 +7,6 @@
|
| <script src="resources/test-helpers.sub.js?pipe=sub"></script>
|
| <body></body>
|
| <script>
|
| -if (window.testRunner) {
|
| - // In Chromium we need to change the setting to disallow displaying insecure
|
| - // contents.
|
| - testRunner.overridePreference('WebKitAllowDisplayingInsecureContent', false);
|
| -}
|
| -
|
| async_test(function(t) {
|
| var host_info = get_host_info();
|
| window.addEventListener('message', t.step_func(on_message), false);
|
|
|