chromium/content/test/data/accessibility/html/input-reset.html

<!--
@BLINK-ALLOW:inputType=*
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:text-input-type*
@AURALINUX-ALLOW:text-input-type:*
@AURALINUX-ALLOW:focus*
@AURALINUX-ALLOW:editable
-->
<!DOCTYPE html>
<html>
<body>
  <input type="text">
  <input type="reset" value="Reset">
</body>
</html>