| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-event-worker.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/foreign-fetch-event-worker.js b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-event-worker.js
|
| similarity index 95%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/foreign-fetch-event-worker.js
|
| rename to third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-event-worker.js
|
| index a778ed1f581c308bc5c247ca0dcd8f418cffa049..63f996e0895942590f1b60877c43e8ef0d247583 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/foreign-fetch-event-worker.js
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-event-worker.js
|
| @@ -28,4 +28,4 @@ self.addEventListener('install', function(event) {
|
|
|
| // Import testharness after install handler to make sure our install handler
|
| // runs first. Otherwise only one test will run.
|
| -importScripts('../../resources/testharness.js');
|
| +importScripts('/resources/testharness.js');
|
|
|