- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / captive_portal / login.html
1 <html>
2 <head>
3 <title>Fake Login Page</title>
4
5 <script>
6
7 function submitForm() {
8   document.getElementById('form').submit();
9 }
10
11 </script>
12
13 </head>
14 <body>
15 <form id='form' action="login.html" method="post">
16 <input type="submit" value="Login" />
17 </form>
18 </body>
19 </html>