Sign in
chromium
/
chromium
/
src.git
/
57504b7decf3eeae3a508ad83c28ddb7ffdc68a8
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
input-button.html
blob: 1ec704850861b62adc45df998d4b45c719fe8bb2 [
file
]
<!--
@BLINK-ALLOW:inputType=*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:xml-roles:*
@AURALINUX-ALLOW:xml-roles:*
-->
<!DOCTYPE html>
<html>
<body>
<input
type
=
"button"
value
=
"Button"
>
</body>
</html>