Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt b/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt |
| deleted file mode 100644 |
| index 046e5a470d047f1a0b3233308873e7614197a6a9..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt |
| +++ /dev/null |
| @@ -1,19 +0,0 @@ |
| -This is a testharness.js-based test. |
| -PASS Cache.match with no matching entries |
| -PASS Cache.match with URL |
| -PASS Cache.match with Request |
| -PASS Cache.match with multiple cache hits |
| -PASS Cache.match with new Request |
| -PASS Cache.match with ignoreSearch option (request with no search parameters) |
| -PASS Cache.match with ignoreSearch option (request with search parameter) |
| -PASS Cache.match with URL containing fragment |
| -PASS Cache.match with string fragment "http" as query |
| -PASS Cache.match with responses containing "Vary" header |
| -PASS Cache.match with Request and Response objects with different URLs |
| -PASS Cache.match invoked multiple times for the same Request/Response |
| -PASS Cache.match blob should be sliceable |
| -FAIL Cache.match with POST Request assert_equals: Cache.match should not find a match expected (undefined) undefined but got (object) object "[object Response]" |
|
jkarlin
2016/08/10 13:22:44
Woot!
|
| -PASS Cache.match with a non-2xx Response |
| -PASS Cache.match with a network error Response |
| -Harness: the test ran to completion. |
| - |