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

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

Issue 425413002: [ServiceWorker] Tests for Cache (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Enable more tests Created 6 years, 2 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 URL Method is not implemented.
4 FAIL Cache.match with URL Entry was not found.
5 FAIL Cache.matchAll with Request Entry was not found.
6 FAIL Cache.match with Request Entry was not found.
7 FAIL Cache.matchAll with new Request Entry was not found.
8 FAIL Cache.match with new Request Entry was not found.
9 FAIL Cache.match with Request containing non-empty body assert_false: Cache.matc h should not consume Request body. expected false got true
10 FAIL Cache.matchAll with ignoreSearch option (request with no search parameters) Entry was not found.
11 FAIL Cache.matchAll with ignoreSearch option (request with search parameter) Ent ry was not found.
12 FAIL Cache.matchAll with request containing hash Entry was not found.
13 FAIL Cache.matchAll with string fragment "http" as query Entry was not found.
14 FAIL Cache.matchAll with prefixMatch option Entry was not found.
15 FAIL Cache.matchAll with prefixMatch option Entry was not found.
16 FAIL Cache.matchAll with responses containing "Vary" header Entry already exists .
17 FAIL Cache.match with responses containing "Vary" header Entry was not found.
18 FAIL Cache.matchAll with "ignoreVary" parameter Entry was not found.
19 FAIL Cache.match with Request and Response objects with different URLs assert_eq uals: Cache.match should reutrn a Response object that has the same properties a s the stored response. :[object].url expected "http://127.0.0.1:8000/servicework er/resources/simple.txt" but got "http://example.com/"
20 PASS Cache.match invoked multiple times for the same Request/Response
21 Harness: the test ran to completion.
22
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