Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-data-expected.txt

Issue 2928833002: [CacheStorage] [DevTools] Added "Time Received" column to cache storage data grid (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-data-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-data-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-data-expected.txt
index a6362ace678f62d41252cc6be212d87d181876c2..6c4f907bc61fe2ff76bc8333deac96f1c6ff9fd2 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-data-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-data-expected.txt
@@ -9,9 +9,9 @@ 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, 1969 Dec 31 , 16:00:00
+ 1, http://fake.request.com/2, Not Found, 1969 Dec 31 , 16:00:00
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, 1969 Dec 31 , 16:00:00
+ 1, http://fake.request2.com/2, Not Found, 1969 Dec 31 , 16:00:00

Powered by Google App Engine
This is Rietveld 408576698