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

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

Issue 1032623008: Expose Cache Storage API in global window/worker scope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update webexposed expectations 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
1 This is a testharness.js-based test. 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" 2 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 3 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" 4 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 5 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" 6 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 7 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" 8 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 9 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" 10 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" 11 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) 12 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" 13 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) 14 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" 15 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 16 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" 17 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 18 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" 19 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 20 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" 21 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 22 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" 23 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 24 PASS Cache.match with Request and Response objects with different URLs
26 PASS Cache.match invoked multiple times for the same Request/Response 25 PASS Cache.match invoked multiple times for the same Request/Response
27 Harness: the test ran to completion. 26 Harness: the test ran to completion.
28 27
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/cachestorage/window/cache-match.html ('k') | LayoutTests/http/tests/cachestorage/window/cache-put.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698