Add python coverage module to third_party
[chromium-blink-merge.git] / chrome / test / data / captive_portal / login.html
blobffc313091d0689a06aa4ea586e83653f9e522512
1 <html>
2 <head>
3 <title>Fake Login Page</title>
5 <script>
7 function submitForm() {
8 document.getElementById('form').submit();
11 </script>
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>