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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/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/serviceworker/request-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/request-expected.txt b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/request-expected.txt
index 30a13a266060466803eb9c39e18c1302db3f22c5..a52773577d7cc166ef9062fa77ea4d63a25b2c66 100644
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/request-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/request-expected.txt
@@ -17,6 +17,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