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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-storage-expected.txt

Issue 1768063002: Introduce String::fromUTF8Lenient() and use it for cache_name in CacheStorage API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated jsbell's comment Created 4 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS CacheStorage.open 2 PASS CacheStorage.open
3 PASS CacheStorage.open with an empty name 3 PASS CacheStorage.open with an empty name
4 PASS CacheStorage.open with no arguments 4 PASS CacheStorage.open with no arguments
5 PASS CacheStorage.has with existing cache 5 PASS CacheStorage.has with existing cache
6 PASS CacheStorage.has with nonexistent cache 6 PASS CacheStorage.has with nonexistent cache
7 FAIL CacheStorage.open with existing cache assert_not_equals: CacheStorage.open should return a new Cache object each time its called. got disallowed value obje ct "[object Cache]" 7 FAIL CacheStorage.open with existing cache assert_not_equals: CacheStorage.open should return a new Cache object each time its called. got disallowed value obje ct "[object Cache]"
8 PASS CacheStorage.delete with existing cache 8 PASS CacheStorage.delete with existing cache
9 PASS CacheStorage.delete with nonexistent cache 9 PASS CacheStorage.delete with nonexistent cache
10 FAIL CacheStorage names are DOMStrings not USVStrings assert_true: keys should i nclude cache with bad name expected true got false 10 PASS CacheStorage names are DOMStrings not USVStrings
11 Harness: the test ran to completion. 11 Harness: the test ran to completion.
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698