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

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

Issue 2918313002: Implement new referrer policies (Closed)
Patch Set: update public/platform/OWNERS per presubmit 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Check method init value of GET and associated getter 2 PASS Check method init value of GET and associated getter
3 PASS Check method init value of HEAD 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 4 PASS Check method init value of POST and associated getter
5 PASS Check method init value of PUT 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 6 PASS Check method init value of DELETE and associated getter
7 PASS Check method init value of OPTIONS 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 8 PASS Check method init value of head and associated getter
9 PASS Check referrer init value of /relative/ressource 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 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 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' 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 13 PASS Check referrer init value of about:client and associated getter
14 PASS Check referrer init value of and associated getter 14 PASS Check referrer init value of and associated getter
15 PASS Check referrerPolicy 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 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 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 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 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 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 21 PASS Check referrerPolicy init value of same-origin and associated getter
22 FAIL Check referrerPolicy init value of strict-origin and associated getter Fail ed to construct 'Request': Invalid referrer policy 22 PASS Check referrerPolicy init value of strict-origin and associated getter
23 FAIL Check referrerPolicy init value of strict-origin-when-cross-origin and asso ciated getter Failed to construct 'Request': Invalid referrer policy 23 PASS Check referrerPolicy init value of strict-origin-when-cross-origin and asso ciated getter
24 PASS Check mode init value of same-origin and associated getter 24 PASS Check mode init value of same-origin and associated getter
25 PASS Check mode init value of no-cors 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 26 PASS Check mode init value of cors and associated getter
27 PASS Check credentials init value of omit and associated getter 27 PASS Check credentials init value of omit and associated getter
28 PASS Check credentials init value of same-origin and associated getter 28 PASS Check credentials init value of same-origin and associated getter
29 PASS Check credentials init value of include and associated getter 29 PASS Check credentials init value of include and associated getter
30 PASS Check redirect init value of follow and associated getter 30 PASS Check redirect init value of follow and associated getter
31 PASS Check redirect init value of error and associated getter 31 PASS Check redirect init value of error and associated getter
32 PASS Check redirect init value of manual and associated getter 32 PASS Check redirect init value of manual and associated getter
33 PASS Check integrity init value of and associated getter 33 PASS Check integrity init value of and associated getter
34 PASS Check integrity init value of AZERTYUIOP1234567890 and associated getter 34 PASS Check integrity init value of AZERTYUIOP1234567890 and associated getter
35 PASS Check window init value of null and associated getter 35 PASS Check window init value of null and associated getter
36 Harness: the test ran to completion. 36 Harness: the test ran to completion.
37 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698