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

Unified Diff: chrome/test/data/login/saml_login_two_passwords.html

Issue 138133006: Add credential passing API for Chrome OS SAML login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed nit. Created 6 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
« no previous file with comments | « chrome/test/data/login/saml_login_no_passwords.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/test/data/login/saml_login_no_passwords.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698