| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/clients-matchall-on-evaluation-worker.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/clients-matchall-on-evaluation-worker.js b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/clients-matchall-on-evaluation-worker.js
|
| similarity index 84%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/clients-matchall-on-evaluation-worker.js
|
| rename to third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/clients-matchall-on-evaluation-worker.js
|
| index e3de40f64869463b4df096f593b03ce135ce4df8..f1559aca39b6d4ff079cff9f41bae3409062ff09 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/clients-matchall-on-evaluation-worker.js
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/clients-matchall-on-evaluation-worker.js
|
| @@ -1,6 +1,6 @@
|
| -importScripts('test-helpers.js');
|
| +importScripts('test-helpers.sub.js');
|
|
|
| -var page_url = normalizeURL('../clients-matchall-on-evaluation.html');
|
| +var page_url = normalizeURL('../clients-matchall-on-evaluation.https.html');
|
|
|
| self.clients.matchAll({includeUncontrolled: true})
|
| .then(function(clients) {
|
|
|