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

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

Issue 944163003: [Password Manager] Fix password saving on Macys registration page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment Created 5 years, 9 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 <form method="POST" action="done.html" onsubmit="return true;" id="testform">
4 <input type="text" id="username_field" name="username_field">
5 <input type="password" id="password_field" name="password_field">
6 <input type="password" id="confirm_field" name="confirm_field">
7 <input type="password" id="security_answer" name="security_answer">
8 <input type="text" id="more_info" name="more_info">
9 <input type="password" id="SSN" name="SSN">
10 <input type="submit" id="input_submit_button" name="input_submit_button">
11 </form>
12 </html>
13 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698