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

Side by Side Diff: chrome/test/data/password/form_with_only_password_field.html

Issue 548953002: [Password Manager] Modified to support saving passwords on forms without username fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated review comments. Created 6 years, 3 months 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <body>
3 <div id="contains-form">
4 <form action="done.html">
5 <label for="password">Password</label>
vabr (Chromium) 2014/09/24 09:47:43 nit: Although the name of the file suggest this, c
Pritam Nikam 2014/09/24 12:57:55 Done.
6 <input type="password" id="password" name="password">
7 <input type="submit" id="submit-button" value="Click!">
8 </form>
9 </div>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698