Sign in
chromium
/
chromium
/
src
/
ef290da170d481d1ef1c9ca4e11d156cfaf09afe
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
input-reset.html
blob: 6ef65cda034d9d1866d0f36584c1334b54e3675c [
file
] [
log
] [
blame
]
<!--
@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>