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

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

Powered by Google App Engine
This is Rietveld 408576698