| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-mixed-content-to-outscope.https.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-outscope.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-mixed-content-to-outscope.https.html
 | 
| similarity index 65%
 | 
| copy from third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-outscope.html
 | 
| copy to third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-mixed-content-to-outscope.https.html
 | 
| index 906c06527855d24b68bf4023d1eb39317c62f867..cee89ce167d9dc49cc98a930a42dcd753be17099 100644
 | 
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-mixed-content-to-outscope.html
 | 
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-mixed-content-to-outscope.https.html
 | 
| @@ -1,15 +1,16 @@
 | 
|  <!DOCTYPE html>
 | 
|  <title>Service Worker: Mixed content of fetch()</title>
 | 
| -<script src="../resources/testharness.js"></script>
 | 
| -<script src="../resources/testharnessreport.js"></script>
 | 
| -<script src="../resources/get-host-info.js?pipe=sub"></script>
 | 
| -<script src="resources/test-helpers.js"></script>
 | 
| +<meta name=timeout content=long>
 | 
| +<script src="/resources/testharness.js"></script>
 | 
| +<script src="/resources/testharnessreport.js"></script>
 | 
| +<script src="resources/get-host-info.sub.js"></script>
 | 
| +<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("WebKitStrictMixedContentChecking", true);
 | 
| +  testRunner.overridePreference('WebKitAllowDisplayingInsecureContent', false);
 | 
|  }
 | 
|  
 | 
|  async_test(function(t) {
 | 
| 
 |