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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/workers/request-expected.txt

Issue 2772013002: Fetch API: Fix behavior when Request constructor is passed an undefined referrer (Closed)
Patch Set: update expectation + rebase 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/http/tests/fetch/workers/request-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/request-expected.txt b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/request-expected.txt
index 3a932c5584686dc1fbf69ada2f50a46b5d9898a4..bf65600091e0c11bd68bbae0f456013d8828beb6 100644
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/request-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/request-expected.txt
@@ -16,6 +16,8 @@ PASS Request construction without body behavior regardning "bodyUsed"
PASS Request construction without body behavior regardning "bodyUsed"
PASS Request construction failure should not set "bodyUsed"
PASS Request without RequestInit.
+PASS Request with referrer equals to undefined.
+PASS Request with referrer equals to null.
PASS Request with referrer=about:client.
PASS Request with no-referrer.
PASS Request with a url referrer

Powered by Google App Engine
This is Rietveld 408576698