OLD | NEW |
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.delete dooms | 3 PASS CacheStorage.delete dooms |
4 PASS CacheStorage.open with an empty name | 4 PASS CacheStorage.open with an empty name |
5 PASS CacheStorage.open with no arguments | 5 PASS CacheStorage.open with no arguments |
6 PASS CacheStorage.has with existing cache | 6 PASS CacheStorage.has with existing cache |
7 PASS CacheStorage.has with nonexistent cache | 7 PASS CacheStorage.has with nonexistent cache |
8 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.open with existing cache |
9 PASS CacheStorage.delete with existing cache | 9 PASS CacheStorage.delete with existing cache |
10 PASS CacheStorage.delete with nonexistent cache | 10 PASS CacheStorage.delete with nonexistent cache |
11 FAIL CacheStorage names are DOMStrings not USVStrings assert_true: keys should i
nclude cache with bad name expected true got false | 11 FAIL CacheStorage names are DOMStrings not USVStrings assert_true: keys should i
nclude cache with bad name expected true got false |
12 Harness: the test ran to completion. | 12 Harness: the test ran to completion. |
13 | 13 |
OLD | NEW |