Sign in
chromium
/
chromium
/
src
/
2ac0c19603e70ef75f156ee8409162bbff94de74
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
form.html
blob: d58db9b95ecf4c9fff946c0108ba234d4ec711cb [
file
] [
log
] [
blame
]
<!--
@MAC-ALLOW:AXRole*
@MAC-ALLOW:AXSubrole*
-->
<!DOCTYPE html>
<html>
<body>
<form
action
=
"POST"
>
<input
type
=
"submit"
>
</form>
</body>
</html>