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

Unified 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, 11 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
Index: chrome/test/data/autofill/autofill_password_form.html
diff --git a/chrome/test/data/autofill/autofill_password_form.html b/chrome/test/data/autofill/autofill_password_form.html
new file mode 100644
index 0000000000000000000000000000000000000000..f164f95e3c30e2146bf58a6fd79a05a137825a47
--- /dev/null
+++ b/chrome/test/data/autofill/autofill_password_form.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!-- Autofill password test form. -->
+<html>
+ <head>
+ <title>Autofill Password Test Form</title>
+ </head>
+ <body>
+ <h3>Autofill Password Test Form</h3>
+ <form>
+ <label for="user">User:</label>
+ <input id="user" type="text" name="name" onfocus="domAutomationController.send(true)"><br>
+ <label for="password">Password:</label>
+ <input id="password" type="password" name="password" onfocus="domAutomationController.send(true)"><br>
+ <input type="submit" value="Submit">
+ </form>
+ </body>
+</html>
+
« 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