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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/login/saml_login_no_passwords.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head></head>
3 <body>
4 <form method=post action="$Post">
5 <input type=hidden name=RelayState value="$RelayState">
6 User: <input type=text id=Email name=Email>
7 Password: <input type=password id=Password name=Password>
8 Password: <input type=password id=Password1 name=Password1>
9 <input id=Submit type=submit>
10 </form>
11 </body>
12 </html>
OLDNEW
« 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