| Index: LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt
|
| diff --git a/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt b/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt
|
| index 59224e96d85ef28b04aeacbf4ed17914562b2d78..1e7a1a13fc4dccb6e9a16bb5f1b3172ea7b7ce82 100644
|
| --- a/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt
|
| +++ b/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt
|
| @@ -9,11 +9,11 @@ Dumping CacheStorage tree:
|
| (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'
|
| + 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 cache testCache2
|
| Dumping CacheStorage tree:
|
| (empty)
|
|
|