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..7463d6b3fd80914860f0f726d8bc1b3ef90f74de 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/>" |
Ilya Sherman
2012/12/07 01:52:16
nit: Please align the quotation marks, and then us
Garrett Casto
2012/12/07 19:31:23
+1
|
+ " <INPUT type = 'password' id = 'second_password' size = 5/> " |
" <INPUT type = 'text' id = 'address'/> " |
" <INPUT type = 'submit' value = 'LOGIN' />" |
"</FORM>"; |