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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/redirect/redirect-referrer-expected.txt

Issue 2778753002: Import //fetch from Web Platform Tests. (Closed)
Patch Set: Baselines. Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/redirect/redirect-referrer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/redirect/redirect-referrer-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/redirect/redirect-referrer-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..dce245f472579e6f1db204861c00b5a0f08b263b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/redirect/redirect-referrer-expected.txt
@@ -0,0 +1,35 @@
+This is a testharness.js-based test.
+PASS Same origin redirection, empty init, unsafe-url redirect header
+PASS Same origin redirection, empty init, no-referrer-when-downgrade redirect header
+PASS Same origin redirection, empty init, same-origin redirect header
+PASS Same origin redirection, empty init, origin redirect header
+PASS Same origin redirection, empty init, origin-when-cross-origin redirect header
+PASS Same origin redirection, empty init, no-referrer redirect header
+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.html"
+PASS Same origin redirection, empty init, strict-origin-when-cross-origin redirect header
+PASS Same origin redirection, empty redirect header, unsafe-url init
+PASS Same origin redirection, empty redirect header, no-referrer-when-downgrade init
+FAIL Same origin redirection, empty redirect header, same-origin init promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'fetch' on 'Window': Invalid referrer policy"
+PASS Same origin redirection, empty redirect header, origin init
+PASS Same origin redirection, empty redirect header, origin-when-cross-origin init
+PASS Same origin redirection, empty redirect header, no-referrer init
+FAIL Same origin redirection, empty redirect header, strict-origin init promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'fetch' on 'Window': Invalid referrer policy"
+FAIL Same origin redirection, empty redirect header, strict-origin-when-cross-origin init promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'fetch' on 'Window': Invalid referrer policy"
+PASS Cross origin redirection, empty init, unsafe-url redirect header
+PASS Cross origin redirection, empty init, no-referrer-when-downgrade redirect header
+FAIL Cross origin redirection, empty init, same-origin redirect header assert_equals: Check referrer header expected (object) null but got (string) "http://web-platform.test:8001/fetch/api/redirect/redirect-referrer.html"
+PASS Cross origin redirection, empty init, origin redirect header
+PASS Cross origin redirection, empty init, origin-when-cross-origin redirect header
+PASS Cross origin redirection, empty init, no-referrer redirect header
+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.html"
+FAIL Cross origin redirection, empty init, strict-origin-when-cross-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.html"
+PASS Cross origin redirection, empty redirect header, unsafe-url init
+PASS Cross origin redirection, empty redirect header, no-referrer-when-downgrade init
+FAIL Cross origin redirection, empty redirect header, same-origin init promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'fetch' on 'Window': Invalid referrer policy"
+PASS Cross origin redirection, empty redirect header, origin init
+PASS Cross origin redirection, empty redirect header, origin-when-cross-origin init
+PASS Cross origin redirection, empty redirect header, no-referrer init
+FAIL Cross origin redirection, empty redirect header, strict-origin init promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'fetch' on 'Window': Invalid referrer policy"
+FAIL Cross origin redirection, empty redirect header, strict-origin-when-cross-origin init promise_test: Unhandled rejection with value: object "TypeError: Failed to execute 'fetch' on 'Window': Invalid referrer policy"
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698