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

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

Issue 2362523003: Add (some) password detection for HTTP-bad (Closed)
Patch Set: trigger the downgrade from OnPasswordFormsParsed Created 4 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 <!-- Invisible password form. -->
4 <form id='hidden_password_form' method='POST' action='done.html' style="display: none;">
5 <input type='text' id="hidden_password_form_username" placeholder='Username' / >
6 <input type='password' id="hidden_password_form_password" placeholder='Passwor d' />
7 <input type='submit' />
8 </form>
9 </body>
10 </html>
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm ('k') | chrome/test/data/password/simple_password.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698