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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.skip-waiting-installed.html

Issue 2900183002: Upstream service wrkr "skipWaiting" tests to WPT (Closed)
Patch Set: Improve assertion message 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.skip-waiting-installed.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/skip-waiting-installed.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.skip-waiting-installed.html
similarity index 87%
rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/skip-waiting-installed.html
rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.skip-waiting-installed.html
index e7b1a192434489df6694f1355a0b70092e41f547..dcf3cb09f9428da2b9ebad130c8b219221a74e69 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/skip-waiting-installed.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.skip-waiting-installed.html
@@ -1,4 +1,9 @@
<!DOCTYPE html>
+<!-- This test is prefixed with `chromium.` because the equivalent version in
+ the Web Platform Tests project is more strict, and Chromium does not
+ currently satisfy it. This file should be maintained only to preserve test
+ coverage until the corresponding version in the Web Plaform Tests project can
+ be made to pass. See https://crbug.com/725616 -->
<title>Service Worker: Skip waiting installed worker</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>

Powered by Google App Engine
This is Rietveld 408576698