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

Side by Side Diff: LayoutTests/http/tests/inspector/cache-storage/cache-deletion-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 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 156: InspectorTest.CacheStorage_callback1Resolve
2 CONSOLE MESSAGE: line 156: InspectorTest.CacheStorage_callback2Resolve
3 CONSOLE MESSAGE: line 156: InspectorTest.CacheStorage_callback3Resolve
4 CONSOLE MESSAGE: line 156: InspectorTest.CacheStorage_callback4Resolve
5 CONSOLE MESSAGE: line 156: InspectorTest.CacheStorage_callback5Resolve
6 CONSOLE MESSAGE: line 156: InspectorTest.CacheStorage_callback6Resolve
7 CONSOLE MESSAGE: line 156: InspectorTest.CacheStorage_callback7Resolve
8 Tests that cache data is correctly deleted by the inspector.
9
10 Dumping CacheStorage tree:
11 cache: testCache1 - http://127.0.0.1:8000
12 'http://fake.request.com/1': 'OK'
13 'http://fake.request.com/2': 'Not Found'
14 cache: testCache2 - http://127.0.0.1:8000
15 'http://fake.request2.com/1': 'OK'
16 'http://fake.request2.com/2': 'Not Found'
17 Dumping CacheStorage tree:
18 cache: testCache1 - http://127.0.0.1:8000
19 'http://fake.request.com/1': 'OK'
20 'http://fake.request.com/2': 'Not Found'
21 cache: testCache2 - http://127.0.0.1:8000
22 'http://fake.request2.com/1': 'OK'
23 'http://fake.request2.com/2': 'Not Found'
24 Dumping CacheStorage tree:
25 cache: testCache1 - http://127.0.0.1:8000
26 'http://fake.request.com/1': 'OK'
27 'http://fake.request.com/2': 'Not Found'
28 cache: testCache2 - http://127.0.0.1:8000
29 'http://fake.request2.com/1': 'OK'
30 'http://fake.request2.com/2': 'Not Found'
31 Deleting CacheStorage cache testCache2
32 Dumping CacheStorage tree:
33 (empty)
34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698