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

Unified Diff: LayoutTests/http/tests/serviceworker/cache-storage-expected.txt

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-expected.txt
diff --git a/LayoutTests/http/tests/serviceworker/cache-storage-expected.txt b/LayoutTests/http/tests/serviceworker/cache-storage-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a3a57a548dbe43b8fa6031051dcc3aa5cfa07e58
--- /dev/null
+++ b/LayoutTests/http/tests/serviceworker/cache-storage-expected.txt
@@ -0,0 +1,14 @@
+This is a testharness.js-based test.
+PASS Service Worker: CacheStorage
+FAIL CacheStorage.create not implemented
+FAIL CacheStorage.create with an empty name not implemented
+PASS CacheStorage.create with no arguments
+FAIL CacheStorage.create with an existing cache name not implemented
+FAIL CacheStorage.has with existing cache not implemented
+PASS CacheStorage.has with nonexistent cache
+FAIL CacheStorage.get with existing cache not implemented
+PASS CacheStorage.get with nonexistent cache
+FAIL CacheStorage.delete with existing cache not implemented
+PASS CacheStorage.delete with nonexistent cache
+Harness: the test ran to completion.
+
« no previous file with comments | « LayoutTests/http/tests/serviceworker/cache-storage.html ('k') | LayoutTests/http/tests/serviceworker/cache-storage-keys.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698