| 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">
|
|
|