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

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

Issue 2862353002: Upstream service worker `fetch` tests to WPT (Closed)
Patch Set: Rebase and resolve conflict in 'expectations' file Created 3 years, 7 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-css-base-url.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-css-base-url.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-request-css-base-url.html
similarity index 85%
rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-css-base-url.html
rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-request-css-base-url.html
index 3654d6d5b27967266174702442e507d11e43c74a..a3b71c46f1c3ff84e81c3acdd787435b21796dc9 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-css-base-url.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.fetch-request-css-base-url.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. This version should be maintained only to
+ preserve test coverage until the corresponding version in Web Platform Tests
+ can be made to pass consistently. See https://crbug.com/658997 -->
<title>Service Worker: CSS's base URL must be the request URL even when fetched from other URL</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>

Powered by Google App Engine
This is Rietveld 408576698