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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-001.sub-expected.txt

Issue 2778753002: Import //fetch from Web Platform Tests. (Closed)
Patch Set: Baselines. 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
(Empty)
1 This is a testharness.js-based test.
2 PASS Check method init value of GET and associated getter
3 PASS Check method init value of HEAD and associated getter
4 PASS Check method init value of POST and associated getter
5 PASS Check method init value of PUT and associated getter
6 PASS Check method init value of DELETE and associated getter
7 PASS Check method init value of OPTIONS and associated getter
8 PASS Check method init value of head and associated getter
9 PASS Check referrer init value of /relative/ressource and associated getter
10 PASS Check referrer init value of http://web-platform.test:8001/relative/ressour ce?query=true#fragment and associated getter
11 PASS Check referrer init value of http://web-platform.test:8001/ and associated getter
12 FAIL Check referrer init value of http://test.url and associated getter Failed t o construct 'Request': The origin of 'http://test.url' should be same as 'http:/ /web-platform.test:8001'
13 PASS Check referrer init value of about:client and associated getter
14 PASS Check referrer init value of and associated getter
15 PASS Check referrerPolicy init value of and associated getter
16 PASS Check referrerPolicy init value of no-referrer and associated getter
17 PASS Check referrerPolicy init value of no-referrer-when-downgrade and associate d getter
18 PASS Check referrerPolicy init value of origin and associated getter
19 PASS Check referrerPolicy init value of origin-when-cross-origin and associated getter
20 PASS Check referrerPolicy init value of unsafe-url and associated getter
21 FAIL Check referrerPolicy init value of same-origin and associated getter Failed to construct 'Request': Invalid referrer policy
22 FAIL Check referrerPolicy init value of strict-origin and associated getter Fail ed to construct 'Request': Invalid referrer policy
23 FAIL Check referrerPolicy init value of strict-origin-when-cross-origin and asso ciated getter Failed to construct 'Request': Invalid referrer policy
24 PASS Check mode init value of same-origin and associated getter
25 PASS Check mode init value of no-cors and associated getter
26 PASS Check mode init value of cors and associated getter
27 FAIL Check mode init value of navigate and associated getter Failed to construct 'Request': Cannot construct a Request with a RequestInit whose mode member is s et as 'navigate'.
28 PASS Check credentials init value of omit and associated getter
29 PASS Check credentials init value of same-origin and associated getter
30 PASS Check credentials init value of include and associated getter
31 PASS Check redirect init value of follow and associated getter
32 PASS Check redirect init value of error and associated getter
33 PASS Check redirect init value of manual and associated getter
34 PASS Check integrity init value of and associated getter
35 PASS Check integrity init value of AZERTYUIOP1234567890 and associated getter
36 PASS Check window init value of null and associated getter
37 Harness: the test ran to completion.
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698