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

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

Issue 2415873002: Import w3c tests for the service workers (Closed)
Patch Set: Rebase Created 4 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
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 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 the referrer URL
5 FAIL Service Worker responds to fetch event with the referrer URL assert_unreach ed: unexpected rejection: assert_equals: Service Worker should respond to fetch with the referrer URL when a member of RequestInit is present expected "Referrer : https://web-platform.test:8444/service-workers/service-worker/resources/simple .html?referrerPolicy\nReferrerPolicy: no-referrer-when-downgrade" but got "Refer rer: https://web-platform.test:8444/service-workers/service-worker/resources/und efined\nReferrerPolicy: no-referrer-when-downgrade" Reached unreachable code
6 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 responds to fetch event with null response body
9 PASS Service Worker fetches other file in fetch event
10 PASS Service Worker responds to fetch event with POST form
11 PASS Multiple calls of respondWith must throw InvalidStateErrors
12 PASS Service Worker event.respondWith must set the used flag
13 PASS Service Worker must not 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
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
16 PASS Service Worker responds to fetch event with the correct integrity_metadata
17 Harness: the test ran to completion.
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698