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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-storage.https-expected.txt

Issue 2517743002: Import wpt@5a1f188e0536ad023936cc62f9a00617299dc192 (Closed)
Patch Set: rebased Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-storage.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-storage.https-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-storage.https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f76f79a9826a849383bad065fb2cf4ad2c0ac010
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/serviceworker/cache-storage.https-expected.txt
@@ -0,0 +1,13 @@
+This is a testharness.js-based test.
+PASS 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