| Index: chrome/test/data/password/password_form.html
|
| diff --git a/chrome/test/data/password/password_form.html b/chrome/test/data/password/password_form.html
|
| index 9f3a9d3b3b0910cd9daa96a0eb42dae18776ce33..c3c2193154ec16571ee3636456df8bf542baf569 100644
|
| --- a/chrome/test/data/password/password_form.html
|
| +++ b/chrome/test/data/password/password_form.html
|
| @@ -31,6 +31,12 @@
|
| <input type="submit" id="submit_redirect" name="submit_redirect">
|
| </form>
|
|
|
| +<form method="POST" action="does_not_exist.html" id="form_with_http_error_status_code_landing_page">
|
| + <input type="text" id="username_field_http_error">
|
| + <input type="password" id="password_field_http_error">
|
| + <input type="submit" id="input_submit_button_http_error">
|
| +</form>
|
| +
|
| <!--
|
| Don't add anything inside this form, and don't change the order of the
|
| elements. Because the elements have no "id" or "name" attributes, the test
|
|
|