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

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

Issue 2772013002: Fetch API: Fix behavior when Request constructor is passed an undefined referrer (Closed)
Patch Set: update expectation + rebase 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: assert_equals: Service Worker should respond to fet ch with the referrer URL when a member of RequestInit is present expected "Refer rer: https://web-platform.test:8444/service-workers/service-worker/resources/sim ple.html?referrerPolicy\nReferrerPolicy: no-referrer-when-downgrade" but got "Re ferrer: https://web-platform.test:8444/service-workers/service-worker/resources/ undefined\nReferrerPolicy: no-referrer-when-downgrade" 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 FAIL Service Worker must not expose FetchEvent URL fragments. assert_unreached: unexpected rejection: assert_equals: Service worker should expose URL fragments in request. expected "Fragment Found :#/some/fragment" but got "Fragment Not Fou nd" Reached unreachable code 13 FAIL Service Worker must not expose FetchEvent URL fragments. assert_unreached: unexpected rejection: assert_equals: Service worker should expose URL fragments in request. expected "Fragment Found :#/some/fragment" but got "Fragment Not Fou nd" Reached unreachable code
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 "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 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 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698