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

Unified Diff: LayoutTests/http/tests/cachestorage/worker/cache-storage-match.html

Issue 1032623008: Expose Cache Storage API in global window/worker scope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update webexposed expectations Created 5 years, 9 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/cachestorage/worker/cache-storage-match.html
diff --git a/LayoutTests/http/tests/serviceworker/cache-put.html b/LayoutTests/http/tests/cachestorage/worker/cache-storage-match.html
similarity index 53%
copy from LayoutTests/http/tests/serviceworker/cache-put.html
copy to LayoutTests/http/tests/cachestorage/worker/cache-storage-match.html
index 1c8d95784d193b45a75690773824d8e238c85666..9d2d47b87db7f730a9a92ce8273c463e6c43bd9c 100644
--- a/LayoutTests/http/tests/serviceworker/cache-put.html
+++ b/LayoutTests/http/tests/cachestorage/worker/cache-storage-match.html
@@ -1,9 +1,8 @@
<!DOCTYPE html>
-<title>Service Worker: Cache.put</title>
-<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-put">
+<title>CacheStorage.match</title>
+<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-storage-match">
<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-put-worker.js');
+fetch_tests_from_worker(new Worker('../script-tests/cache-storage-match.js'));
</script>
« no previous file with comments | « LayoutTests/http/tests/cachestorage/worker/cache-storage-keys.html ('k') | LayoutTests/resources/testharness-helpers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698