| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-response-xhr.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-response-xhr.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-response-xhr.https.html
|
| index 8b66c6051782d74cf2abc0000fa019a6127dd717..24eb44e222ece562c5e34fe238e4e71c10f10b0d 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-response-xhr.https.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-response-xhr.https.html
|
| @@ -2,7 +2,7 @@
|
| <title>Service Worker: the response of FetchEvent using XMLHttpRequest</title>
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| -<script src="resources/get-host-info.sub.js"></script>
|
| +<script src="/common/get-host-info.sub.js"></script>
|
| <script src="resources/test-helpers.sub.js?pipe=sub"></script>
|
| <script>
|
| async_test(function(t) {
|
|
|