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

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

Issue 430993002: [ServiceWorker] CacheStorage tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test expectations Created 6 years, 3 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-storage-keys.html
diff --git a/LayoutTests/http/tests/serviceworker/cache-storage-keys.html b/LayoutTests/http/tests/serviceworker/cache-storage-keys.html
new file mode 100644
index 0000000000000000000000000000000000000000..4b3118c2a3d77fdb0aa0fc488ef8054397dc0094
--- /dev/null
+++ b/LayoutTests/http/tests/serviceworker/cache-storage-keys.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<title>Service Worker: CacheStorage.keys</title>
+<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#cache-storage">
+<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-keys-worker.js');
+</script>

Powered by Google App Engine
This is Rietveld 408576698