Sign in
chromium
/
chromium
/
src.git
/
fafff21
/
.
/
android_webview
/
test
/
data
/
autofill
/
form_username.html
blob: 09dea460abc79b2e57f86e4ae08bafce05453052 [
file
]
<html>
<body>
<form
action
=
'a.html'
name
=
'formname'
id
=
'formid'
>
<input
type
=
'text'
id
=
'text1'
name
=
'username'
placeholder
=
'placeholder@placeholder.com'
autocomplete
=
'username name'
>
<input
type
=
'submit'
>
</form>
</body>
</html>