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

Side by Side Diff: chrome/test/data/autofill/autofill_password_form.html

Issue 2676653004: Show FormNotSecure warnings on sensitive inputs in non-secure contexts (Closed)
Patch Set: Created 3 years, 10 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 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <!-- Autofill password test form. -->
3 <html>
4 <head>
5 <title>Autofill Password Test Form</title>
6 </head>
7 <body>
8 <h3>Autofill Password Test Form</h3>
9 <form>
10 <label for="user">User:</label>
11 <input id="user" type="text" name="name" onfocus="domAutomationControlle r.send(true)"><br>
12 <label for="password">Password:</label>
13 <input id="password" type="password" name="password" onfocus="domAutomat ionController.send(true)"><br>
14 <input type="submit" value="Submit">
15 </form>
16 </body>
17 </html>
18
OLDNEW
« no previous file with comments | « chrome/browser/autofill/autofill_interactive_uitest.cc ('k') | components/autofill/content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698