Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Tests that cache data is correctly deleted by the inspector. | 1 Tests that cache 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 (cache empty) | 7 (cache empty) |
| 8 cache: testCache2 - http://127.0.0.1:8000 | 8 cache: testCache2 - http://127.0.0.1:8000 |
| 9 (cache empty) | 9 (cache empty) |
| 10 Dumping CacheStorage tree: | 10 Dumping CacheStorage tree: |
| 11 cache: testCache1 - http://127.0.0.1:8000 | 11 cache: testCache1 - http://127.0.0.1:8000 |
| 12 0, http://fake.request.com/1, OK | 12 0, http://fake.request.com/1, OK, 12/31/1969, 4:00:00 PM |
|
dgozman
2017/06/08 17:30:01
Won't this flake? I think it depends on the curren
kristipark
2017/06/08 19:38:21
Good point, removed responseTime from cache tree d
| |
| 13 1, http://fake.request.com/2, Not Found | 13 1, http://fake.request.com/2, Not Found, 12/31/1969, 4:00:00 PM |
| 14 cache: testCache2 - http://127.0.0.1:8000 | 14 cache: testCache2 - http://127.0.0.1:8000 |
| 15 0, http://fake.request2.com/1, OK | 15 0, http://fake.request2.com/1, OK, 12/31/1969, 4:00:00 PM |
| 16 1, http://fake.request2.com/2, Not Found | 16 1, http://fake.request2.com/2, Not Found, 12/31/1969, 4:00:00 PM |
| 17 Deleting CacheStorage cache testCache2 | 17 Deleting CacheStorage cache testCache2 |
| 18 Dumping CacheStorage tree: | 18 Dumping CacheStorage tree: |
| 19 (empty) | 19 (empty) |
| 20 | 20 |
| OLD | NEW |