| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS Service Worker: CacheStorage | |
| 3 PASS CacheStorage.open | |
| 4 PASS CacheStorage.open with an empty name | |
| 5 PASS CacheStorage.open with no arguments | |
| 6 PASS CacheStorage.has with existing cache | |
| 7 PASS CacheStorage.has with nonexistent cache | |
| 8 PASS CacheStorage.open with existing cache | |
| 9 PASS CacheStorage.delete with existing 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 | |
| 12 Harness: the test ran to completion. | |
| 13 | |
| OLD | NEW |