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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall-include-uncontrolled.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-include-uncontrolled.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall-include-uncontrolled.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall-include-uncontrolled.html
similarity index 86%
rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall-include-uncontrolled.html
rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall-include-uncontrolled.html
index 1398a878ff0ca24558a819e8a21aaec76587c519..4f0a9d10e3d8658a0b0da8795e88126b9719d253 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-matchall-include-uncontrolled.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-matchall-include-uncontrolled.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 with includeUncontrolled</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 base_url = 'resources/blank.html'; // This is out-of-scope.
var scope = base_url + '?clients-matchAll-includeUncontrolled';

Powered by Google App Engine
This is Rietveld 408576698