 Chromium Code Reviews
 Chromium Code Reviews Issue 2928833002:
  [CacheStorage] [DevTools] Added "Time Received" column to cache storage data grid  (Closed)
    
  
    Issue 2928833002:
  [CacheStorage] [DevTools] Added "Time Received" column to cache storage data grid  (Closed) 
  | Index: third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt | 
| index 1e7a1a13fc4dccb6e9a16bb5f1b3172ea7b7ce82..ce865cf7dcb7db0a1448628642ef16d3a1fa4a8f 100644 | 
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt | 
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt | 
| @@ -9,11 +9,11 @@ Dumping CacheStorage tree: | 
| (cache empty) | 
| Dumping CacheStorage tree: | 
| cache: testCache1 - http://127.0.0.1:8000 | 
| - 0, http://fake.request.com/1, OK | 
| - 1, http://fake.request.com/2, Not Found | 
| + 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
 | 
| + 1, http://fake.request.com/2, Not Found, 12/31/1969, 4:00:00 PM | 
| cache: testCache2 - http://127.0.0.1:8000 | 
| - 0, http://fake.request2.com/1, OK | 
| - 1, http://fake.request2.com/2, Not Found | 
| + 0, http://fake.request2.com/1, OK, 12/31/1969, 4:00:00 PM | 
| + 1, http://fake.request2.com/2, Not Found, 12/31/1969, 4:00:00 PM | 
| Deleting CacheStorage cache testCache2 | 
| Dumping CacheStorage tree: | 
| (empty) |