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

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

Issue 2790143003: Cache Storage API tests: Fix WPT test bugs, remove redundant local copies (Closed)
Patch Set: Created 3 years, 8 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
(Empty)
1 This is a testharness.js-based test.
2 PASS CacheStorage
3 PASS CacheStorage.open
4 PASS CacheStorage.delete dooms
5 PASS CacheStorage.open with an empty name
6 PASS CacheStorage.open with no arguments
7 PASS CacheStorage.has with existing cache
8 PASS CacheStorage.has with nonexistent cache
9 PASS CacheStorage.open with existing cache
10 PASS CacheStorage.delete with existing cache
11 PASS CacheStorage.delete with nonexistent cache
12 FAIL CacheStorage names are DOMStrings not USVStrings assert_true: keys should i nclude cache with bad name expected true got false
13 Harness: the test ran to completion.
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698