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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/redirect/redirect-referrer-worker-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
(Empty)
1 This is a testharness.js-based test.
2 PASS Same origin redirection, empty init, unsafe-url redirect header
3 PASS Same origin redirection, empty init, no-referrer-when-downgrade redirect he ader
4 PASS Same origin redirection, empty init, same-origin redirect header
5 PASS Same origin redirection, empty init, origin redirect header
6 PASS Same origin redirection, empty init, origin-when-cross-origin redirect head er
7 PASS Same origin redirection, empty init, no-referrer redirect header
8 FAIL Same origin redirection, empty init, strict-origin redirect header assert_ equals: Check referrer header expected "http://web-platform.test:8001/" but got "http://web-platform.test:8001/fetch/api/redirect/redirect-referrer.js"
9 PASS Same origin redirection, empty init, strict-origin-when-cross-origin redire ct header
10 PASS Same origin redirection, empty redirect header, unsafe-url init
11 PASS Same origin redirection, empty redirect header, no-referrer-when-downgrade init
12 FAIL Same origin redirection, empty redirect header, same-origin init promise_t est: Unhandled rejection with value: object "TypeError: Failed to execute 'fetch ' on 'WorkerGlobalScope': Invalid referrer policy"
13 PASS Same origin redirection, empty redirect header, origin init
14 PASS Same origin redirection, empty redirect header, origin-when-cross-origin in it
15 PASS Same origin redirection, empty redirect header, no-referrer init
16 FAIL Same origin redirection, empty redirect header, strict-origin init promise _test: Unhandled rejection with value: object "TypeError: Failed to execute 'fet ch' on 'WorkerGlobalScope': Invalid referrer policy"
17 FAIL Same origin redirection, empty redirect header, strict-origin-when-cross-or igin init promise_test: Unhandled rejection with value: object "TypeError: Fail ed to execute 'fetch' on 'WorkerGlobalScope': Invalid referrer policy"
18 PASS Cross origin redirection, empty init, unsafe-url redirect header
19 PASS Cross origin redirection, empty init, no-referrer-when-downgrade redirect h eader
20 FAIL Cross origin redirection, empty init, same-origin redirect header assert_e quals: Check referrer header expected (object) null but got (string) "http://web -platform.test:8001/fetch/api/redirect/redirect-referrer.js"
21 PASS Cross origin redirection, empty init, origin redirect header
22 PASS Cross origin redirection, empty init, origin-when-cross-origin redirect hea der
23 PASS Cross origin redirection, empty init, no-referrer redirect header
24 FAIL Cross origin redirection, empty init, strict-origin redirect header assert _equals: Check referrer header expected "http://web-platform.test:8001/" but got "http://web-platform.test:8001/fetch/api/redirect/redirect-referrer.js"
25 FAIL Cross origin redirection, empty init, strict-origin-when-cross-origin redir ect header assert_equals: Check referrer header expected "http://web-platform.t est:8001/" but got "http://web-platform.test:8001/fetch/api/redirect/redirect-re ferrer.js"
26 PASS Cross origin redirection, empty redirect header, unsafe-url init
27 PASS Cross origin redirection, empty redirect header, no-referrer-when-downgrade init
28 FAIL Cross origin redirection, empty redirect header, same-origin init promise_ test: Unhandled rejection with value: object "TypeError: Failed to execute 'fetc h' on 'WorkerGlobalScope': Invalid referrer policy"
29 PASS Cross origin redirection, empty redirect header, origin init
30 PASS Cross origin redirection, empty redirect header, origin-when-cross-origin i nit
31 PASS Cross origin redirection, empty redirect header, no-referrer init
32 FAIL Cross origin redirection, empty redirect header, strict-origin init promis e_test: Unhandled rejection with value: object "TypeError: Failed to execute 'fe tch' on 'WorkerGlobalScope': Invalid referrer policy"
33 FAIL Cross origin redirection, empty redirect header, strict-origin-when-cross-o rigin init promise_test: Unhandled rejection with value: object "TypeError: Fai led to execute 'fetch' on 'WorkerGlobalScope': Invalid referrer policy"
34 Harness: the test ran to completion.
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698