Sign in
chromium
/
chromium
/
src.git
/
57504b7decf3eeae3a508ad83c28ddb7ffdc68a8
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
input-reset.html
blob: 6ef65cda034d9d1866d0f36584c1334b54e3675c [
file
]
<!--
@BLINK-ALLOW:inputType=*
@MAC-ALLOW:AXRole*
@AURALINUX-ALLOW:focus*
@AURALINUX-ALLOW:editable
-->
<!DOCTYPE html>
<html>
<body>
<input
type
=
"text"
>
<input
type
=
"reset"
value
=
"Reset"
>
</body>
</html>