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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/password/invisible_password.html
diff --git a/chrome/test/data/password/invisible_password.html b/chrome/test/data/password/invisible_password.html
new file mode 100644
index 0000000000000000000000000000000000000000..dc63f684727ddae8579879ed911bd7bd5092e744
--- /dev/null
+++ b/chrome/test/data/password/invisible_password.html
@@ -0,0 +1,10 @@
+<html>
+<body>
+<!-- Invisible password form. -->
+<form id='hidden_password_form' method='POST' action='done.html' style="display:none;">
+ <input type='text' id="hidden_password_form_username" placeholder='Username' />
+ <input type='password' id="hidden_password_form_password" placeholder='Password' />
+ <input type='submit' />
+</form>
+</body>
+</html>
« 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