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

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

Issue 1111563006: [CacheStorage] Entry deletion and cache refresh in Inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test and comments 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-entry-deletion-expected.txt
diff --git a/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt b/LayoutTests/http/tests/inspector/cache-storage/cache-entry-deletion-expected.txt
similarity index 67%
copy from LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt
copy to LayoutTests/http/tests/inspector/cache-storage/cache-entry-deletion-expected.txt
index 59224e96d85ef28b04aeacbf4ed17914562b2d78..4536874feab13e4f56e8ac9663c8a5d609533319 100644
--- a/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt
+++ b/LayoutTests/http/tests/inspector/cache-storage/cache-entry-deletion-expected.txt
@@ -1,20 +1,18 @@
-Tests that cache data is correctly deleted by the inspector.
+Tests that cache entry data is correctly deleted by 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'
-Deleting CacheStorage cache testCache2
+Deleting CacheStorage entry http://fake.request2.com/2 in cache testCache2
Dumping CacheStorage tree:
- (empty)
+ cache: testCache1 - http://127.0.0.1:8000
+ 'http://fake.request.com/1': 'OK'
+ cache: testCache2 - http://127.0.0.1:8000
+ 'http://fake.request2.com/1': 'OK'

Powered by Google App Engine
This is Rietveld 408576698