| Index: chrome/renderer/autofill/password_generation_manager_browsertest.cc
|
| diff --git a/chrome/renderer/autofill/password_generation_manager_browsertest.cc b/chrome/renderer/autofill/password_generation_manager_browsertest.cc
|
| index 2dddb9c6dc69c452aa769b4db5122b7f97d5836f..60b8e68321d482b7be7770b83806ddec26b62ee8 100644
|
| --- a/chrome/renderer/autofill/password_generation_manager_browsertest.cc
|
| +++ b/chrome/renderer/autofill/password_generation_manager_browsertest.cc
|
| @@ -104,8 +104,9 @@ const char kSigninFormHTML[] =
|
| const char kAccountCreationFormHTML[] =
|
| "<FORM name = 'blah' action = 'http://www.random.com/'> "
|
| " <INPUT type = 'text' id = 'username'/> "
|
| - " <INPUT type = 'password' id = 'first_password' size=5/> "
|
| - " <INPUT type = 'password' id = 'second_password' size=5/> "
|
| + " <INPUT type = 'password' id = 'first_password' "
|
| + " autocomplete = 'off' size = 5/>"
|
| + " <INPUT type = 'password' id = 'second_password' size = 5/> "
|
| " <INPUT type = 'text' id = 'address'/> "
|
| " <INPUT type = 'submit' value = 'LOGIN' />"
|
| "</FORM>";
|
|
|