Index: chrome/test/data/login/saml_login_two_passwords.html |
diff --git a/chrome/test/data/login/saml_login_two_passwords.html b/chrome/test/data/login/saml_login_two_passwords.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c4e3ac5ab52f5172c6eeacf4337262119aa4ee3e |
--- /dev/null |
+++ b/chrome/test/data/login/saml_login_two_passwords.html |
@@ -0,0 +1,12 @@ |
+<html> |
+ <head></head> |
+ <body> |
+ <form method=post action="$Post"> |
+ <input type=hidden name=RelayState value="$RelayState"> |
+ User: <input type=text id=Email name=Email> |
+ Password: <input type=password id=Password name=Password> |
+ Password: <input type=password id=Password1 name=Password1> |
+ <input id=Submit type=submit> |
+ </form> |
+ </body> |
+</html> |