| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/navigation-preload/resources/wait-for-activate-worker.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/navigation-preload/resources/wait-for-activate-worker.js b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/navigation-preload/resources/wait-for-activate-worker.js
|
| similarity index 96%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/navigation-preload/resources/wait-for-activate-worker.js
|
| rename to third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/navigation-preload/resources/wait-for-activate-worker.js
|
| index bcde69a12486397d3bb2390e48539e86db136e3e..87791d2e487db7d83725d14215eff08125b05762 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/navigation-preload/resources/wait-for-activate-worker.js
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/navigation-preload/resources/wait-for-activate-worker.js
|
| @@ -1,7 +1,7 @@
|
| // This worker remains in the installing phase so that the
|
| // navigation preload API can be tested when there is no
|
| // active worker.
|
| -importScripts('../../../resources/testharness.js');
|
| +importScripts('/resources/testharness.js');
|
| importScripts('helpers.js');
|
|
|
| function expect_rejection(promise) {
|
|
|