Index: chrome/test/data/password/many_password_signup_form.html |
diff --git a/chrome/test/data/password/many_password_signup_form.html b/chrome/test/data/password/many_password_signup_form.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..10031556d8a6170c5c6768435fac580a53670871 |
--- /dev/null |
+++ b/chrome/test/data/password/many_password_signup_form.html |
@@ -0,0 +1,13 @@ |
+<html> |
+<body> |
+<form method="POST" action="done.html" onsubmit="return true;" id="testform"> |
+ <input type="text" id="username_field" name="username_field"> |
+ <input type="password" id="password_field" name="password_field"> |
+ <input type="password" id="confirm_field" name="confirm_field"> |
+ <input type="password" id="security_answer" name="security_answer"> |
+ <input type="text" id="more_info" name="more_info"> |
+ <input type="password" id="SSN" name="SSN"> |
+ <input type="submit" id="input_submit_button" name="input_submit_button"> |
+</form> |
+</html> |
+</body> |