Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-keys-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-keys-expected.txt b/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-keys-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a45389bb5867dec50544d5c61bee96159bc262e2 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-keys-expected.txt |
| @@ -0,0 +1,8 @@ |
| +This is a testharness.js-based test. |
| +PASS Cache.keys() called on an empty cache |
|
jkarlin
2016/08/10 13:22:45
We shouldn't have any failures here right? There s
jsbell
2016/08/10 17:18:09
The FAILs were for the unsupported request param,
|
| +PASS Cache.keys() called on a cache with entries |
| +FAIL Cache.keys() called with a string URL assert_equals: expected 1 but got 2 |
| +FAIL Cache.keys() called with a Request object assert_equals: expected 1 but got 2 |
| +PASS Cache.keys() called with a HEAD Request |
| +Harness: the test ran to completion. |
| + |