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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post.html

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/form-targets-cross-site-frame-post.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post.html b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post.html
index f90afd84535ccc2ddb6c4bde65115aabbf81f79f..7a737ae8d4f650edf453f40b33ae9ad70294b9e8 100644
--- a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post.html
+++ b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post.html
@@ -26,7 +26,7 @@ was propagated correctly.
<body onload="onLoad();">
<form
method="POST"
- action="https://localhost:8443/navigation/resources/form-target.pl"
+ action="http://localhost:8080/navigation/resources/form-target.pl"
target="cross-site-frame">
Test field:
<input name="test-field" type="text" value="test-value">
@@ -34,6 +34,6 @@ was propagated correctly.
</form>
<iframe
name="cross-site-frame"
- src="https://localhost:8443/navigation/resources/form-target.pl"></iframe>
+ src="http://localhost:8080/navigation/resources/otherpage.html"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698