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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall.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/http/tests/serviceworker/chromium/clients-matchall.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall.html
similarity index 82%
rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall.html
rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall.html
index 756383447dd7a8703d6262876088c3a2e60eeaf4..c593816d4a3125c855f17f339984db0babd4c6a7 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall.html
@@ -1,8 +1,13 @@
<!DOCTYPE html>
+<!-- This is in chromium/ because the equivalent version available in Web
+ Platform Tests also asserts the presence of the Client's `type` attribute.
+ This less precise version (and its resources) should be maintained only to
+ preserve test coverage until the attribute is implemented. See
+ https://crbug.com/705685 -->
<title>Service Worker: Clients.matchAll</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.js"></script>
<script>
var scope = 'resources/blank.html?clients-matchAll';
var expectedFirst = [

Powered by Google App Engine
This is Rietveld 408576698