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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-event-async-respond-with.html

Issue 2836233002: Upstream service worker `fetch` tests to WPT (Closed)
Patch Set: Extend "-expected.txt" file with reference to new sub-test 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-event-async-respond-with.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-event-async-respond-with.html
similarity index 77%
rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html
rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-event-async-respond-with.html
index bb2bb8fb6e65204956c3414848d340ada77b15b7..4125a663f97f4ffbaed82f7849f95c008012dd7a 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-event-async-respond-with.html
@@ -1,4 +1,9 @@
<!DOCTYPE html>
+<!-- This test is prefixed with `chromium.` because the equivalent version
+ available in Web Platform Tests is known to cause timeout errors in the
+ Chromium automated build system. They should be maintained only to preserve
+ test converage until the corresponding versions in Web Platform Tests can be
+ made to pass consistently. See https://crbug.com/658997 -->
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="resources/test-helpers.js"></script>

Powered by Google App Engine
This is Rietveld 408576698