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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/redirect/redirect-location-expected.txt

Issue 2917133002: Perform redirect checks before OnReceivedRedirect in //net. (Closed)
Patch Set: nasko comments Created 3 years, 6 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 Redirect 301 in "follow" mode without location
3 PASS Redirect 301 in "manual" mode without location
4 PASS Redirect 301 in "follow" mode with invalid location
5 PASS Redirect 301 in "manual" mode with invalid location
6 PASS Redirect 301 in "follow" mode with data location
7 FAIL Redirect 301 in "manual" mode with data location promise_test: Unhandled re jection with value: object "TypeError: Failed to fetch"
8 PASS Redirect 302 in "follow" mode without location
9 PASS Redirect 302 in "manual" mode without location
10 PASS Redirect 302 in "follow" mode with invalid location
11 PASS Redirect 302 in "manual" mode with invalid location
12 PASS Redirect 302 in "follow" mode with data location
13 FAIL Redirect 302 in "manual" mode with data location promise_test: Unhandled re jection with value: object "TypeError: Failed to fetch"
14 PASS Redirect 303 in "follow" mode without location
15 PASS Redirect 303 in "manual" mode without location
16 PASS Redirect 303 in "follow" mode with invalid location
17 PASS Redirect 303 in "manual" mode with invalid location
18 PASS Redirect 303 in "follow" mode with data location
19 FAIL Redirect 303 in "manual" mode with data location promise_test: Unhandled re jection with value: object "TypeError: Failed to fetch"
20 PASS Redirect 307 in "follow" mode without location
21 PASS Redirect 307 in "manual" mode without location
22 PASS Redirect 307 in "follow" mode with invalid location
23 PASS Redirect 307 in "manual" mode with invalid location
24 PASS Redirect 307 in "follow" mode with data location
25 FAIL Redirect 307 in "manual" mode with data location promise_test: Unhandled re jection with value: object "TypeError: Failed to fetch"
26 PASS Redirect 308 in "follow" mode without location
27 PASS Redirect 308 in "manual" mode without location
28 PASS Redirect 308 in "follow" mode with invalid location
29 PASS Redirect 308 in "manual" mode with invalid location
30 PASS Redirect 308 in "follow" mode with data location
31 FAIL Redirect 308 in "manual" mode with data location promise_test: Unhandled re jection with value: object "TypeError: Failed to fetch"
32 Harness: the test ran to completion.
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698