| Index: chrome/test/data/captive_portal/login.html
|
| ===================================================================
|
| --- chrome/test/data/captive_portal/login.html (revision 0)
|
| +++ chrome/test/data/captive_portal/login.html (revision 0)
|
| @@ -0,0 +1,19 @@
|
| +<html>
|
| +<head>
|
| +<title>Fake Login Page</title>
|
| +
|
| +<script>
|
| +
|
| +function submitForm() {
|
| + document.getElementById('form').submit();
|
| +}
|
| +
|
| +</script>
|
| +
|
| +</head>
|
| +<body>
|
| +<form id='form' action="login.html" method="post">
|
| +<input type="submit" value="Login" />
|
| +</form>
|
| +</body>
|
| +</html>
|
|
|
| Property changes on: chrome\test\data\captive_portal\login.html
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|