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> |