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

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

Issue 1014683006: [Password manager] Recognise squashed login+sign-up forms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: LazyInstance + commented regexp 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" id="testform">
4 <input type="hidden" id="gets_ignored">
5 <input type="text" id="username">
6 <input type="password" id="password">
7 <input type="text" id="username2">
8 <input type="text" id="a">
9 <input type="text" id="b">
10 <input type="text" id="c">
11 <input type="password" id="password2">
12 <input type="hidden" id="gets_ignored_too">
13 <input type="password" id="password3">
14 <input type="submit" id="submit">
15 </form>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698