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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-get-client-types.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-get-client-types.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-get-client-types.html
similarity index 82%
rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html
rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-get-client-types.html
index c0d0b20b3df455b3f4eb58764a051616a592d5cf..7cf54e033f4a8d4670997795a7f7207532d30e4e 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/clients-get-client-types.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-get-client-types.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.get with window and worker clients</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/clients-get-client-types';
var frame_url = scope + '-frame.html';

Powered by Google App Engine
This is Rietveld 408576698