Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(903)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/clients-matchall-on-evaluation-worker.js

Issue 2778903002: Upstream service worker `client` tests to WPT (Closed)
Patch Set: Remove unnecessary branch Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698