Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-match-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-match-expected.txt b/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-match-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..58a194a6d9d90c73093b2f07eeb51db0ae3e8beb |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-storage-match-expected.txt |
| @@ -0,0 +1,10 @@ |
| +This is a testharness.js-based test. |
| +PASS CacheStorage.match |
| +PASS CacheStorageMatch with no cache name provided |
| +PASS CacheStorageMatch from one of many caches |
| +PASS CacheStorageMatch from one of many caches by name |
| +PASS CacheStorageMatch a string request |
| +PASS CacheStorageMatch with no cached entry |
| +FAIL CacheStorageMatch with no caches available but name provided assert_equals: The match should reject with NotFoundError. expected "NotFoundError" but got "Error" |
|
jsbell
2015/12/01 20:50:49
https://crbug.com/482241
|
| +Harness: the test ran to completion. |
| + |