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..25979b119f51aa8e29db607e2bb0ea2e539bc9b3 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 |
@@ -8,6 +8,6 @@ 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]" |
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 |
+PASS CacheStorage names are DOMStrings not USVStrings |
Harness: the test ran to completion. |