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

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

Issue 1131723005: Fixed Cache Storage inspector blank cells, updated tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed custom cell Created 5 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests that cache data is correctly populated in the Inspector. 1 Tests that cache data is correctly populated in the Inspector.
2 2
3 Dumping CacheStorage tree: 3 Dumping CacheStorage tree:
4 (empty) 4 (empty)
5 Dumping CacheStorage tree: 5 Dumping CacheStorage tree:
6 cache: testCache1 - http://127.0.0.1:8000 6 cache: testCache1 - http://127.0.0.1:8000
7 (cache empty) 7 (cache empty)
8 cache: testCache2 - http://127.0.0.1:8000 8 cache: testCache2 - http://127.0.0.1:8000
9 (cache empty) 9 (cache empty)
10 Dumping CacheStorage tree: 10 Dumping CacheStorage tree:
11 cache: testCache1 - http://127.0.0.1:8000 11 cache: testCache1 - http://127.0.0.1:8000
12 'http://fake.request.com/1': 'OK' 12 0, http://fake.request.com/1, OK
13 'http://fake.request.com/2': 'Not Found' 13 1, http://fake.request.com/2, Not Found
14 cache: testCache2 - http://127.0.0.1:8000 14 cache: testCache2 - http://127.0.0.1:8000
15 'http://fake.request2.com/1': 'OK' 15 0, http://fake.request2.com/1, OK
16 'http://fake.request2.com/2': 'Not Found' 16 1, http://fake.request2.com/2, Not Found
17 17
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698