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

Unified Diff: third_party/WebKit/Source/web/tests/data/search_form_https.html

Issue 2505933005: Auto-Generating Search Engines - Remove HTTP Restriction (Closed)
Patch Set: added test Created 4 years, 1 month 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 | « third_party/WebKit/Source/web/tests/data/search_form_http.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/search_form_https.html
diff --git a/third_party/WebKit/Source/web/tests/data/search_form.html b/third_party/WebKit/Source/web/tests/data/search_form_https.html
similarity index 71%
rename from third_party/WebKit/Source/web/tests/data/search_form.html
rename to third_party/WebKit/Source/web/tests/data/search_form_https.html
index bbf6a03b440e850f1db315cda182e49c954a6a80..2a57b5819fc7d63eacd2aa557839d04284eba37a 100644
--- a/third_party/WebKit/Source/web/tests/data/search_form.html
+++ b/third_party/WebKit/Source/web/tests/data/search_form_https.html
@@ -1,4 +1,4 @@
-<form action="http://www.mock.url/search" method="GET">
+<form action="https://www.mock.url/search" method="GET">
<input type="hidden" name="hl" value="en">
<input type="text" name="q">
<input type="submit" name="btnM" value="Mock Search">
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/search_form_http.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698