| 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 473600be951cbd8ed1c0aeb31347d27cf31cea29..4a525366aaea1110495ddaedef97864f384bd9af 100644
|
| --- a/chrome/test/data/password/password_form.html
|
| +++ b/chrome/test/data/password/password_form.html
|
| @@ -86,5 +86,13 @@ needs to access them by their offsets in the array of the form children.
|
| <input type="password" id="chg_new_password_withtext_username_2" name="chg_new_password_withtext_username_2">
|
| <input type="submit" id="chg_submit_withtext_button" name="chg_submit_withtext_button">
|
| </form>
|
| +
|
| +<!-- Password form with problematic invisible password field. -->
|
| +<form id='hidden_password_form' method='POST' action='done.html'>
|
| + <input type='text' id="username" placeholder='Username' />
|
| + <input type='password' id="hidden_password" style="display:none;" autocomplete="off" />
|
| + <input type='password' id="password" placeholder='Password' />
|
| + <input type='submit' />
|
| +</form>
|
| </body>
|
| </html>
|
|
|