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

Side by Side 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 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <form action="http://www.mock.url/search" method="GET"> 1 <form action="https://www.mock.url/search" method="GET">
2 <input type="hidden" name="hl" value="en"> 2 <input type="hidden" name="hl" value="en">
3 <input type="text" name="q"> 3 <input type="text" name="q">
4 <input type="submit" name="btnM" value="Mock Search"> 4 <input type="submit" name="btnM" value="Mock Search">
5 </form> 5 </form>
OLDNEW
« 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