Index: third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-keys-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-keys-expected.txt b/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-keys-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e303dd5e61c5090b7fb11a9667e6df4b35e77dc4 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-keys-expected.txt |
@@ -0,0 +1,9 @@ |
+This is a testharness.js-based test. |
+PASS Cache.keys |
+PASS Cache.keys() called on an empty cache |
+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. |
+ |