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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/navigation/post-frames-goback1-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: Update a comment in FlagExpectations/site-per-process to match bug title. 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/post-frames-goback1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/post-frames-goback1-expected.txt b/third_party/WebKit/LayoutTests/http/tests/navigation/post-frames-goback1-expected.txt
index dfdd3aea3e8a81eeb38706761e3a10d285fa0df4..47fb7697539cc493832b45936d07786c2f305854 100644
--- a/third_party/WebKit/LayoutTests/http/tests/navigation/post-frames-goback1-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/navigation/post-frames-goback1-expected.txt
@@ -11,6 +11,14 @@ This page was requested with the HTTP method POST.
Parameters:
the-input = input value goes here
+Http headers:
+
+HTTP_CACHE_CONTROL = max-age=0
+HTTP_CONNECTION = keep-alive
+HTTP_HOST = 127.0.0.1:8000
+HTTP_ORIGIN = http://127.0.0.1:8000
+HTTP_REFERER = http://127.0.0.1:8000/navigation/post-frames-goback1.html
+HTTP_UPGRADE_INSECURE_REQUESTS = 1
============== Back Forward List ==============
curr-> http://127.0.0.1:8000/navigation/post-frames-goback1.html

Powered by Google App Engine
This is Rietveld 408576698