| Index: chrome/test/data/login/saml_login.html
|
| diff --git a/chrome/test/data/login/saml_login.html b/chrome/test/data/login/saml_login.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..53b4c2ddd28c76e0df124a635f416efa0b8f4658
|
| --- /dev/null
|
| +++ b/chrome/test/data/login/saml_login.html
|
| @@ -0,0 +1,11 @@
|
| +<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>
|
| + <input id=Submit type=submit>
|
| + </form>
|
| + </body>
|
| +</html>
|
|
|