| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-inscope.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-inscope.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-inscope.html
|
| index 3c058f4a38d5bdc17402ec7d6418e66c8809896a..f4bbacf1f71b01082709d716e5c39d81d4af7cd5 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-inscope.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-inscope.html
|
| @@ -6,12 +6,6 @@
|
| <script src="resources/test-helpers.js"></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);
|
|
|