Sign in
chromium
/
chromium
/
src
/
2ac0c19603e70ef75f156ee8409162bbff94de74
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
input-submit.html
blob: 14be9210c0dd2971d19fb6dfcc43352bc030cba9 [
file
] [
log
] [
blame
]
<!--
@MAC-ALLOW:AXRole*
-->
<!DOCTYPE html>
<html>
<body>
<form>
<input
type
=
"text"
name
=
"Name"
>
<input
type
=
"submit"
value
=
"Submit"
>
</form>
</body>
</html>