| 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 60423c990c4963e8b3ba3166d5c9d73dd3b2638e..234671cb0cb23e4e9b53ce052281435c3fa585ad 100644
|
| --- a/chrome/test/data/password/password_form.html
|
| +++ b/chrome/test/data/password/password_form.html
|
| @@ -101,5 +101,11 @@ needs to access them by their offsets in the array of the form children.
|
| <input type='password' id="hidden_password_form_password" placeholder='Password' />
|
| <input type='submit' />
|
| </form>
|
| +
|
| +<!-- Retry password form. -->
|
| +<form method="POST" action="done.html" onsubmit="return true;" id="retry_form">
|
| + <input type="password" id="retry_password_field" name="retry_password_field">
|
| + <input type="submit" id="retry_submit_button" name="retry_submit_button">
|
| +</form>
|
| </body>
|
| </html>
|
|
|