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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.update-served-from-cache.html

Issue 2904063003: Upstream service worker "update" tests to WPT (Closed)
Patch Set: Move Chromium-specific test 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.update-served-from-cache.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/update-served-from-cache.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.update-served-from-cache.html
similarity index 88%
rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/update-served-from-cache.html
rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.update-served-from-cache.html
index d6f77e7baddbc659c7dfb7f86605f3bd29b7cf50..3efd693519ae535c4b3925d31c0983236ae6fb72 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/update-served-from-cache.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium.update-served-from-cache.html
@@ -1,4 +1,7 @@
<!DOCTYPE html>
+<!-- This test is prefixed with `chromium.` because it asserts the behavior of
+ the HTTP cache. This behavior does not violate any standard but neither is it
+ required. -->
<title>Service Worker: Registration update() served from cache</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>

Powered by Google App Engine
This is Rietveld 408576698