repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add python coverage module to third_party
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
captive_portal
/
login.html
blob
ffc313091d0689a06aa4ea586e83653f9e522512
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>