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

Unified Diff: LayoutTests/http/tests/security/originHeader/resources/origin-header-post-to-http.html

Issue 311033003: Implementing mixed content for forms posting to insecure location from secure ones (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed the error when action attribute is empty. Created 6 years, 6 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: LayoutTests/http/tests/security/originHeader/resources/origin-header-post-to-http.html
diff --git a/LayoutTests/http/tests/security/originHeader/resources/origin-header-post-to-http.html b/LayoutTests/http/tests/security/originHeader/resources/origin-header-post-to-http.html
index 40e17aad06a7eb60834d8e3e5f0471990fc6bd30..b1593b956119a6b1bae8a01a3443b681f07a363f 100644
--- a/LayoutTests/http/tests/security/originHeader/resources/origin-header-post-to-http.html
+++ b/LayoutTests/http/tests/security/originHeader/resources/origin-header-post-to-http.html
@@ -1,4 +1,4 @@
-<form action="http://127.0.0.1:8000/security/originHeader/resources/print-origin.cgi"
+<form action="https://127.0.0.1:8443/security/originHeader/resources/print-origin.cgi"
method="POST">
</form>
<script>document.forms[0].submit();</script>

Powered by Google App Engine
This is Rietveld 408576698