Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
password.html
blob: e73d74a2c7f92182373f07093b72f59ec00949e9 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<form
action
=
'/initial'
>
<input
style
=
'
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100px
;
height
:
100px
;
'
type
=
'password'
id
=
'filled-password'
name
=
'password2'
value
=
'secret123'
>
</form>
</body>