| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS CacheStorage | 2 PASS CacheStorage |
| 3 PASS CacheStorage.open | 3 PASS CacheStorage.open |
| 4 PASS CacheStorage.delete dooms, but does not delete immediately |
| 4 PASS CacheStorage.open with an empty name | 5 PASS CacheStorage.open with an empty name |
| 5 PASS CacheStorage.open with no arguments | 6 PASS CacheStorage.open with no arguments |
| 6 PASS CacheStorage.has with existing cache | 7 PASS CacheStorage.has with existing cache |
| 7 PASS CacheStorage.has with nonexistent cache | 8 PASS CacheStorage.has with nonexistent cache |
| 8 PASS CacheStorage.open with existing cache | 9 PASS CacheStorage.open with existing cache |
| 9 PASS CacheStorage.delete with existing cache | 10 PASS CacheStorage.delete with existing cache |
| 10 PASS CacheStorage.delete with nonexistent cache | 11 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 | 12 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. | 13 Harness: the test ran to completion. |
| 13 | 14 |
| OLD | NEW |