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

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: Created 6 years, 2 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 <!-- Please note that username input field is
6 intentianally excluded here from this form
vabr (Chromium) 2014/09/24 16:17:21 typo: intentionally
Pritam Nikam 2014/09/25 07:22:27 Done.
7 (http://crbug.com/406343). -->
8 <label for="password">Password</label>
9 <input type="password" id="password" name="password"/>
10 <input type="submit" id="submit-button" value="Click!"/>
11 </form>
12 </div>
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698