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

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

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/clients-matchall-on-evaluation.https.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall-on-evaluation.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-on-evaluation.https.html
similarity index 82%
rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall-on-evaluation.html
rename to third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-on-evaluation.https.html
index 8214882c6923864c61a04a7176ee6109d89de920..8705f85b56840976e5bedf3ea780efb8830747f5 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall-on-evaluation.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-on-evaluation.https.html
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<title>Service Worker: Clients.matchAll on script evaluation</title>
-<script src="../resources/testharness.js"></script>
-<script src="../resources/testharnessreport.js"></script>
-<script src="resources/test-helpers.js"></script>
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script src="resources/test-helpers.sub.js"></script>
<script>
promise_test(function(t) {
var script = 'resources/clients-matchall-on-evaluation-worker.js';

Powered by Google App Engine
This is Rietveld 408576698