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

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

Issue 1044203004: [Storage] Cache storage inspection on all the frames! (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: comments and rebase Created 5 years, 8 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: LayoutTests/http/tests/inspector/cache-storage/cache-data-expected.txt
diff --git a/LayoutTests/http/tests/inspector/cache-storage/cache-data-expected.txt b/LayoutTests/http/tests/inspector/cache-storage/cache-data-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..81f3167d4d6604e9d4169d12a9443419401e3bc9
--- /dev/null
+++ b/LayoutTests/http/tests/inspector/cache-storage/cache-data-expected.txt
@@ -0,0 +1,17 @@
+Tests that cache data is correctly populated in the Inspector.
+
+Dumping CacheStorage tree:
+ (empty)
+Dumping CacheStorage tree:
+ cache: testCache1 - http://127.0.0.1:8000
+ (cache empty)
+ cache: testCache2 - http://127.0.0.1:8000
+ (cache empty)
+Dumping CacheStorage tree:
+ cache: testCache1 - http://127.0.0.1:8000
+ 'http://fake.request.com/1': 'OK'
+ 'http://fake.request.com/2': 'Not Found'
+ cache: testCache2 - http://127.0.0.1:8000
+ 'http://fake.request2.com/1': 'OK'
+ 'http://fake.request2.com/2': 'Not Found'
+

Powered by Google App Engine
This is Rietveld 408576698