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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.register-wait-forever-in-install-worker.html

Issue 2892473003: Upstream service worker "register" tests to WPT (Closed)
Patch Set: 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.register-wait-forever-in-install-worker.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/register-wait-forever-in-install-worker.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.register-wait-forever-in-install-worker.html
similarity index 83%
rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/register-wait-forever-in-install-worker.html
rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.register-wait-forever-in-install-worker.html
index 07a85d51599a814614bbe114d824e9ae11aa7f15..46b0bf327e85ce0e727986806b9e4450d5898168 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/register-wait-forever-in-install-worker.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.register-wait-forever-in-install-worker.html
@@ -1,4 +1,8 @@
<!DOCTYPE html>
+<!-- This test is prefixed with `chromium.` because it is maintained only to
+ preserve test coverage until such time as the more rigorous version available
+ in the Web Platform Tests project can be made to pass. See
+ https://crbug.com/723037 -->
<title>Service Worker: Register wait-forever-in-install-worker</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>

Powered by Google App Engine
This is Rietveld 408576698