Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Side by Side Diff: LayoutTests/http/tests/serviceworker/cache-match-expected.txt

Issue 1043213003: Remove redundant serviceworker/cache-* tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Re-add fetch-status.php, used by fetch tests in sibling dir Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Service Worker: Cache.match and Cache.matchAll
3 FAIL Cache.matchAll with no matching entries promise_test: Unhandled rejection w ith value: object "TypeError: cache.matchAll is not a function"
4 PASS Cache.match with no matching entries
5 FAIL Cache.matchAll with URL promise_test: Unhandled rejection with value: objec t "TypeError: cache.matchAll is not a function"
6 PASS Cache.match with URL
7 FAIL Cache.matchAll with Request promise_test: Unhandled rejection with value: o bject "TypeError: cache.matchAll is not a function"
8 PASS Cache.match with Request
9 FAIL Cache.matchAll with new Request promise_test: Unhandled rejection with valu e: object "TypeError: cache.matchAll is not a function"
10 PASS Cache.match with new Request
11 FAIL Cache.match with Request containing non-empty body promise_test: Unhandled rejection with value: object "TypeError: Request method 'POST' is unsupported"
12 FAIL Cache.matchAll with ignoreSearch option (request with no search parameters) promise_test: Unhandled rejection with value: object "TypeError: cache.matchAll is not a function"
13 PASS Cache.match with ignoreSearch option (request with no search parameters)
14 FAIL Cache.matchAll with ignoreSearch option (request with search parameter) pro mise_test: Unhandled rejection with value: object "TypeError: cache.matchAll is not a function"
15 PASS Cache.match with ignoreSearch option (request with search parameter)
16 FAIL Cache.matchAll with URL containing fragment promise_test: Unhandled rejecti on with value: object "TypeError: cache.matchAll is not a function"
17 PASS Cache.match with URL containing fragment
18 FAIL Cache.matchAll with string fragment "http" as query promise_test: Unhandled rejection with value: object "TypeError: cache.matchAll is not a function"
19 PASS Cache.match with string fragment "http" as query
20 FAIL Cache.matchAll with URL containing credentials promise_test: Unhandled reje ction with value: object "TypeError: cache.matchAll is not a function"
21 PASS Cache.match with URL containing credentials
22 FAIL Cache.matchAll with responses containing "Vary" header promise_test: Unhand led rejection with value: object "TypeError: cache.matchAll is not a function"
23 FAIL Cache.match with responses containing "Vary" header assert_true: Cache.matc h should honor "Vary" header. expected true got false
24 FAIL Cache.matchAll with "ignoreVary" parameter promise_test: Unhandled rejectio n with value: object "TypeError: cache.matchAll is not a function"
25 PASS Cache.match with Request and Response objects with different URLs
26 PASS Cache.match invoked multiple times for the same Request/Response
27 Harness: the test ran to completion.
28
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/serviceworker/cache-match.html ('k') | LayoutTests/http/tests/serviceworker/cache-put.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698