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

Unified Diff: LayoutTests/http/tests/serviceworker/cache-put.html

Issue 425413002: [ServiceWorker] Tests for Cache (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Enable more tests Created 6 years, 2 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: LayoutTests/http/tests/serviceworker/cache-put.html
diff --git a/LayoutTests/http/tests/serviceworker/cache-storage.html b/LayoutTests/http/tests/serviceworker/cache-put.html
similarity index 64%
copy from LayoutTests/http/tests/serviceworker/cache-storage.html
copy to LayoutTests/http/tests/serviceworker/cache-put.html
index 7fb0b05316e9b117c7c622be5cec67e86f3e0b7b..1c8d95784d193b45a75690773824d8e238c85666 100644
--- a/LayoutTests/http/tests/serviceworker/cache-storage.html
+++ b/LayoutTests/http/tests/serviceworker/cache-put.html
@@ -1,9 +1,9 @@
<!DOCTYPE html>
-<title>Service Worker: CacheStorage</title>
-<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-storage">
+<title>Service Worker: Cache.put</title>
+<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-put">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/test-helpers.js"></script>
<script>
-service_worker_test('resources/cache-storage-worker.js');
+service_worker_test('resources/cache-put-worker.js');
</script>

Powered by Google App Engine
This is Rietveld 408576698