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

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

Issue 2022203002: Import wpt@d510ec1abc30eee4c855c13842bc2f0dfa791f8b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Message changed by testharness.js update Created 4 years, 7 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: third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-expected.txt b/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-expected.txt
index eff937d9188d7dbff234b87e1a2c22804f72f2b7..5649eafb6b93bcadabadae0de9076b25ef168e96 100644
--- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-expected.txt
@@ -5,9 +5,9 @@ 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
-FAIL CacheStorage.open with existing cache assert_not_equals: CacheStorage.open should return a new Cache object each time its called. got disallowed value object "[object Cache]"
+FAIL CacheStorage.open with existing cache Cannot read property 'replace' of undefined
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
+FAIL CacheStorage names are DOMStrings not USVStrings Cannot read property 'replace' of undefined
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698