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

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

Issue 2836233002: Upstream service worker `fetch` tests to WPT (Closed)
Patch Set: Extend "-expected.txt" file with reference to new sub-test Created 3 years, 7 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 headers in the request of a fetch event
2 PASS Service Worker responds to fetch event with string 3 PASS Service Worker responds to fetch event with string
3 PASS Service Worker responds to fetch event with blob body 4 PASS Service Worker responds to fetch event with blob body
4 PASS Service Worker responds to fetch event with the referrer URL 5 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 6 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 7 PASS Service Worker responds to fetch event with an existing client id
7 PASS Service Worker does not respond to fetch event 8 PASS Service Worker does not respond to fetch event
8 PASS Service Worker responds to fetch event with null response body 9 PASS Service Worker responds to fetch event with null response body
9 PASS Service Worker fetches other file in fetch event 10 PASS Service Worker fetches other file in fetch event
10 PASS Service Worker responds to fetch event with POST form 11 PASS Service Worker responds to fetch event with POST form
11 PASS Multiple calls of respondWith must throw InvalidStateErrors 12 PASS Multiple calls of respondWith must throw InvalidStateErrors
12 PASS Service Worker event.respondWith must set the used flag 13 PASS Service Worker event.respondWith must set the used flag
13 PASS Service Worker should expose FetchEvent URL fragments. 14 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: Service Worker should respond to fetch with the correct type expected "no-store" but got "default" Reached unrea chable code 15 FAIL Service Worker responds to fetch event with the correct cache types assert_ unreached: unexpected rejection: assert_equals: Service Worker should respond to fetch with the correct type expected "no-store" but got "default" Reached unrea chable 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 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 FAIL Service Worker responds to fetch event with the correct integrity_metadata assert_unreached: unexpected rejection: assert_equals: integrity expected "gs0nq ru8KbsrIt5YToQqS9fYao4GQJXtcId610g7cCU=" but got "" Reached unreachable code 17 FAIL Service Worker responds to fetch event with the correct integrity_metadata assert_unreached: unexpected rejection: assert_equals: integrity expected "gs0nq ru8KbsrIt5YToQqS9fYao4GQJXtcId610g7cCU=" but got "" Reached unreachable code
17 Harness: the test ran to completion. 18 Harness: the test ran to completion.
18 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698