| OLD | NEW |
| 1 Tests that cache entry data is correctly deleted by the inspector. | 1 Tests that cache entry data is correctly deleted by the inspector. |
| 2 | 2 |
| 3 Dumping CacheStorage tree: | 3 Dumping CacheStorage tree: |
| 4 (empty) | 4 (empty) |
| 5 Dumping CacheStorage tree: | 5 Dumping CacheStorage tree: |
| 6 cache: testCache1 - http://127.0.0.1:8000 | 6 cache: testCache1 - http://127.0.0.1:8000 |
| 7 0, http://fake.request.com/1, OK | 7 0, http://fake.request.com/1, OK, 12/31/1969, 4:00:00 PM |
| 8 1, http://fake.request.com/2, Not Found | 8 1, http://fake.request.com/2, Not Found, 12/31/1969, 4:00:00 PM |
| 9 cache: testCache2 - http://127.0.0.1:8000 | 9 cache: testCache2 - http://127.0.0.1:8000 |
| 10 0, http://fake.request2.com/1, OK | 10 0, http://fake.request2.com/1, OK, 12/31/1969, 4:00:00 PM |
| 11 1, http://fake.request2.com/2, Not Found | 11 1, http://fake.request2.com/2, Not Found, 12/31/1969, 4:00:00 PM |
| 12 Deleting CacheStorage entry http://fake.request2.com/2 in cache testCache2 | 12 Deleting CacheStorage entry http://fake.request2.com/2 in cache testCache2 |
| 13 Dumping CacheStorage tree: | 13 Dumping CacheStorage tree: |
| 14 cache: testCache1 - http://127.0.0.1:8000 | 14 cache: testCache1 - http://127.0.0.1:8000 |
| 15 0, http://fake.request.com/1, OK | 15 0, http://fake.request.com/1, OK, 12/31/1969, 4:00:00 PM |
| 16 cache: testCache2 - http://127.0.0.1:8000 | 16 cache: testCache2 - http://127.0.0.1:8000 |
| 17 0, http://fake.request2.com/1, OK | 17 0, http://fake.request2.com/1, OK, 12/31/1969, 4:00:00 PM |
| 18 | 18 |
| OLD | NEW |