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

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

Issue 1043213003: Remove redundant serviceworker/cache-* tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/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
deleted file mode 100644
index a6e57e2c42a70f5ddd1e560137301f31918653a2..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/serviceworker/cache-storage-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-This is a testharness.js-based test.
-PASS Service Worker: CacheStorage
-PASS CacheStorage.open
-PASS CacheStorage.open with an empty name
-PASS CacheStorage.open with no arguments
-PASS CacheStorage.has with existing cache
-PASS CacheStorage.has with nonexistent cache
-PASS CacheStorage.open with existing cache
-PASS CacheStorage.delete with existing cache
-PASS CacheStorage.delete with nonexistent cache
-FAIL CacheStorage names are DOMStrings not USVStrings assert_true: keys should include cache with bad name expected true got false
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698