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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-001.sub-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-001.sub-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-001.sub-expected.txt
index 5c099bf6087a2320c77243c4c796c1c4d4e479a0..e7c3fae41cbba3f9ba66fa09f06add9df0fe54d3 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-001.sub-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-001.sub-expected.txt
@@ -18,9 +18,9 @@ PASS Check referrerPolicy init value of no-referrer-when-downgrade and associate
PASS Check referrerPolicy init value of origin and associated getter
PASS Check referrerPolicy init value of origin-when-cross-origin and associated getter
PASS Check referrerPolicy init value of unsafe-url and associated getter
-FAIL Check referrerPolicy init value of same-origin and associated getter Failed to construct 'Request': Invalid referrer policy
-FAIL Check referrerPolicy init value of strict-origin and associated getter Failed to construct 'Request': Invalid referrer policy
-FAIL Check referrerPolicy init value of strict-origin-when-cross-origin and associated getter Failed to construct 'Request': Invalid referrer policy
+PASS Check referrerPolicy init value of same-origin and associated getter
+PASS Check referrerPolicy init value of strict-origin and associated getter
+PASS Check referrerPolicy init value of strict-origin-when-cross-origin and associated getter
PASS Check mode init value of same-origin and associated getter
PASS Check mode init value of no-cors and associated getter
PASS Check mode init value of cors and associated getter

Powered by Google App Engine
This is Rietveld 408576698