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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-event.https-expected.txt

Issue 2811623002: Fetch API: Add Request#cache attribute (Closed)
Patch Set: address comments Created 3 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
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Service Worker responds to fetch event with string 2 PASS Service Worker responds to fetch event with string
3 PASS Service Worker responds to fetch event with blob body 3 PASS Service Worker responds to fetch event with blob body
4 PASS Service Worker responds to fetch event with the referrer URL 4 PASS Service Worker responds to fetch event with the referrer URL
5 FAIL Service Worker responds to fetch event with the referrer policy assert_unre ached: unexpected rejection: Failed to fetch Reached unreachable code 5 FAIL Service Worker responds to fetch event with the referrer policy assert_unre ached: unexpected rejection: Failed to fetch Reached unreachable code
6 PASS Service Worker responds to fetch event with an existing client id 6 PASS Service Worker responds to fetch event with an existing client id
7 PASS Service Worker does not respond to fetch event 7 PASS Service Worker does not respond to fetch event
8 PASS Service Worker responds to fetch event with null response body 8 PASS Service Worker responds to fetch event with null response body
9 PASS Service Worker fetches other file in fetch event 9 PASS Service Worker fetches other file in fetch event
10 PASS Service Worker responds to fetch event with POST form 10 PASS Service Worker responds to fetch event with POST form
11 PASS Multiple calls of respondWith must throw InvalidStateErrors 11 PASS Multiple calls of respondWith must throw InvalidStateErrors
12 PASS Service Worker event.respondWith must set the used flag 12 PASS Service Worker event.respondWith must set the used flag
13 PASS Service Worker should expose FetchEvent URL fragments. 13 PASS Service Worker should expose FetchEvent URL fragments.
14 FAIL Service Worker responds to fetch event with the correct cache types assert_ unreached: unexpected rejection: assert_equals: expected "default" but got "" Re ached unreachable code 14 FAIL Service Worker responds to fetch event with the correct cache types assert_ unreached: unexpected rejection: assert_equals: expected "no-cache" but got "def ault" Reached unreachable code
15 FAIL Service Worker should intercept EventSource assert_unreached: unexpected re jection: assert_equals: EventSource should bypass the http cache. expected (stri ng) "no-store" but got (undefined) undefined Reached unreachable code 15 FAIL Service Worker should intercept EventSource assert_unreached: unexpected re jection: assert_equals: EventSource should bypass the http cache. expected "no-s tore" but got "default" Reached unreachable code
16 PASS Service Worker responds to fetch event with the correct integrity_metadata 16 PASS Service Worker responds to fetch event with the correct integrity_metadata
17 Harness: the test ran to completion. 17 Harness: the test ran to completion.
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698