Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1042)

Unified Diff: chrome/test/data/password/ambiguous_password_form.html

Issue 2583493003: Password Manager: skip non-text fields from consideration for filling. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/autofill/content/renderer/password_autofill_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 21df08628a41282316effe66d8ec30cd5b21f176..e931ccb7b049ddee25991b4f69dad69ff39527a6 100644
--- a/chrome/test/data/password/ambiguous_password_form.html
+++ b/chrome/test/data/password/ambiguous_password_form.html
@@ -10,6 +10,7 @@
<form id='no_name_id_form' method='POST' action='done.html'>
<label>Username: </label> <input type='text' placeholder='username' />
<label>Password: </label> <input type='password' placeholder='password' />
+ <input type='checkbox' />
<input type='submit' />
</form>
« no previous file with comments | « no previous file | components/autofill/content/renderer/password_autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698