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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get-expected.txt

Issue 2225383003: Origin header should be preserved in http requests made via OpenURL code path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/navigation/form-targets-cross-site-frame-get-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get-expected.txt b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get-expected.txt
index db658522e5d2ef3b88dadd01b7c8367e8f5e63a9..6eb5e9844d84b59a443983447aa94b1547a71d4d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get-expected.txt
@@ -9,3 +9,9 @@ This page was requested with the HTTP method GET.
Parameters:
test-field = test-value
+Http headers:
+
+HTTP_CONNECTION = keep-alive
+HTTP_HOST = localhost:8000
+HTTP_REFERER = http://127.0.0.1:8000/navigation/form-targets-cross-site-frame-get.html
+HTTP_UPGRADE_INSECURE_REQUESTS = 1
Łukasz Anforowicz 2016/08/09 17:55:51 Interestingly, there is no HTTP_ORIGIN header here
jww 2016/08/09 22:38:22 The Origin header is defined by the Web Origin Con
Łukasz Anforowicz 2016/08/10 00:03:19 Thanks for the explanation. I feel much better ab
jww 2016/08/10 00:44:52 As mentioned on the bug, the Fetch spec is the def

Powered by Google App Engine
This is Rietveld 408576698