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

Side by Side Diff: chrome/test/data/login/saml_login.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
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 <input id=Submit type=submit>
9 </form>
10 </body>
11 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/login/saml_api_login_auth.html ('k') | chrome/test/data/login/saml_login_no_passwords.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698