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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/fetch/window/request-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
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Harness Error. harness_status.status = 1 , harness_status.message = 2 duplicate test names: "Request header test", "Request construction without body behavior r egardning "bodyUsed"" 2 Harness Error. harness_status.status = 1 , harness_status.message = 2 duplicate test names: "Request header test", "Request construction without body behavior r egardning "bodyUsed""
3 PASS Startup 3 PASS Startup
4 PASS Request basic test 4 PASS Request basic test
5 PASS Request default value test 5 PASS Request default value test
6 PASS Request header test 6 PASS Request header test
7 PASS Request header test 7 PASS Request header test
8 PASS Request credentials test 8 PASS Request credentials test
9 PASS Request redirect test 9 PASS Request redirect test
10 PASS Request integrity test 10 PASS Request integrity test
11 PASS Request method name throw test 11 PASS Request method name throw test
12 PASS Request mode throw test 12 PASS Request mode throw test
13 PASS Request: valid method names and normalize test 13 PASS Request: valid method names and normalize test
14 PASS Request construction with URLs with credentials. 14 PASS Request construction with URLs with credentials.
15 PASS Request construction without body behavior regardning "bodyUsed" 15 PASS Request construction without body behavior regardning "bodyUsed"
16 PASS Request construction without body behavior regardning "bodyUsed" 16 PASS Request construction without body behavior regardning "bodyUsed"
17 PASS Request construction failure should not set "bodyUsed" 17 PASS Request construction failure should not set "bodyUsed"
18 PASS Request without RequestInit. 18 PASS Request without RequestInit.
19 PASS Request with referrer equals to undefined.
20 PASS Request with referrer equals to null.
19 PASS Request with referrer=about:client. 21 PASS Request with referrer=about:client.
20 PASS Request with no-referrer. 22 PASS Request with no-referrer.
21 PASS Request with a url referrer 23 PASS Request with a url referrer
22 PASS Request with a url referrer containing user, pass, and so on 24 PASS Request with a url referrer containing user, pass, and so on
23 PASS Request with a url with another origin 25 PASS Request with a url with another origin
24 PASS Request with an invalid referrer 26 PASS Request with an invalid referrer
25 PASS Request with a relative referrer 27 PASS Request with a relative referrer
26 PASS Referrer policy settings 28 PASS Referrer policy settings
27 PASS Referrer policy should be cleared when any members are set 29 PASS Referrer policy should be cleared when any members are set
28 PASS Request of GET/HEAD method cannot have RequestInit body. 30 PASS Request of GET/HEAD method cannot have RequestInit body.
29 PASS Used => clone 31 PASS Used => clone
30 PASS Test clone behavior with loading content from Request. 32 PASS Test clone behavior with loading content from Request.
31 PASS Request body test 33 PASS Request body test
32 PASS Request throw error test 34 PASS Request throw error test
33 PASS MIME type for Blob 35 PASS MIME type for Blob
34 PASS MIME type for Blob with non-empty type 36 PASS MIME type for Blob with non-empty type
35 PASS MIME type for FormData 37 PASS MIME type for FormData
36 PASS MIME type for USVString 38 PASS MIME type for USVString
37 PASS Extract a MIME type with clone 39 PASS Extract a MIME type with clone
38 PASS MIME type unchanged if headers are modified after Request() constructor 40 PASS MIME type unchanged if headers are modified after Request() constructor
39 PASS Extract a MIME type (1) 41 PASS Extract a MIME type (1)
40 PASS Credentials and body can both be set. 42 PASS Credentials and body can both be set.
41 Harness: the test ran to completion. 43 Harness: the test ran to completion.
42 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698