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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-request-resources.html

Issue 2858093002: Upstream service worker `fetch` test to WPT (Closed)
Patch Set: Created 3 years, 8 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.fetch-request-resources.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-resources.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-request-resources.html
similarity index 97%
rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-resources.html
rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-request-resources.html
index 7b7947a0652930a572764aa609b46e85dca2985b..db2ee0d5f00e2aad59aac5746a4b7c4938fb47bc 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-resources.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-request-resources.html
@@ -1,4 +1,8 @@
<!DOCTYPE html>
+<!-- This test is prefixed with `chromium.` because the equivalent version
Marijn Kruisselbrink 2017/05/04 18:38:20 is there a bug you can refer to in this comment?
mike3 2017/05/05 16:44:00 Acknowledged.
+ available in Web Platform Tests contains additional assertions which Chromium
+ currently fails. This test should be persisted only to preserve test coverage
+ until such time as the upstream version can be made to pass. -->
<title>Service Worker: FetchEvent for resources</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>

Powered by Google App Engine
This is Rietveld 408576698