Index: chrome/test/data/password/ambiguous_password_form.html |
diff --git a/chrome/test/data/password/ambiguous_password_form.html b/chrome/test/data/password/ambiguous_password_form.html |
index e2802f9d5c5ba677bc7b0f12654e13c12533859a..21df08628a41282316effe66d8ec30cd5b21f176 100644 |
--- a/chrome/test/data/password/ambiguous_password_form.html |
+++ b/chrome/test/data/password/ambiguous_password_form.html |
@@ -36,3 +36,11 @@ |
<label>New Password: </label> <input type='password' placeholder='New password' /> |
<input type='submit' /> |
</form> |
+ |
+<!-- Ambiguous password form with problematic invisible password field. --> |
+<form id='hidden_password_form' method='POST' action='done.html'> |
+ <label>Username: </label><input type='text' placeholder='Username' /> |
+ <input type='password' placeholder='Password' style="display:none;" autocomplete="off" /> |
+ <label>Password: </label><input type='password' placeholder='Password' /> |
+ <input type='submit' /> |
+</form> |