| Index: LayoutTests/http/tests/inspector/cache-storage/cache-entry-deletion-expected.txt
|
| diff --git a/LayoutTests/http/tests/inspector/cache-storage/cache-entry-deletion-expected.txt b/LayoutTests/http/tests/inspector/cache-storage/cache-entry-deletion-expected.txt
|
| index 4536874feab13e4f56e8ac9663c8a5d609533319..c0934731b3968df2788464c27926ae4c99d30176 100644
|
| --- a/LayoutTests/http/tests/inspector/cache-storage/cache-entry-deletion-expected.txt
|
| +++ b/LayoutTests/http/tests/inspector/cache-storage/cache-entry-deletion-expected.txt
|
| @@ -4,15 +4,15 @@ Dumping CacheStorage tree:
|
| (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'
|
| + 0, http://fake.request.com/1, OK
|
| + 1, 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'
|
| + 0, http://fake.request2.com/1, OK
|
| + 1, http://fake.request2.com/2, Not Found
|
| Deleting CacheStorage entry http://fake.request2.com/2 in cache testCache2
|
| Dumping CacheStorage tree:
|
| cache: testCache1 - http://127.0.0.1:8000
|
| - 'http://fake.request.com/1': 'OK'
|
| + 0, http://fake.request.com/1, OK
|
| cache: testCache2 - http://127.0.0.1:8000
|
| - 'http://fake.request2.com/1': 'OK'
|
| + 0, http://fake.request2.com/1, OK
|
|
|
|
|