Sign in
chromium
/
chromium
/
src.git
/
fafff21
/
.
/
android_webview
/
test
/
shell
/
assets
/
autofill.html
blob: 2f420fef66c69d86dcea31f56f2205110d501d9e [
file
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<form
name
=
'formname'
action
=
'a.html'
>
<input
type
=
'text'
id
=
'text1'
name
=
'username'
placeholder
=
'placeholder@placeholder.com'
autocomplete
=
'username'
>
<input
type
=
'submit'
>
</form>
</body>
</html>