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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-003.sub.html

Issue 2802153002: Fix bug in request-init-003.sub.html (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-003.sub-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-003.sub.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-003.sub.html b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-003.sub.html
index 8860d60742dd52bb787e7d66b67bc9055a821741..507007f1f4c30f56239393b2853ee4ad92d74ce4 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-003.sub.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-003.sub.html
@@ -41,7 +41,7 @@
var expectedDefault = {"method" : "GET",
"url" : location.href,
- "referrer" : "http://{{host}}:{{ports[http][0]}}/",
+ "referrer" : "about:client",
"referrerPolicy" : "",
"mode" : "cors",
"credentials" : "omit",
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-003.sub-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698