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

<!DOCTYPE html>
<!--
@BLINK-ALLOW:inputType=*
@BLINK-ALLOW:textSel*
@MAC-ALLOW:AXEditableAncestor
@MAC-ALLOW:AXHighestEditableAncestor
@MAC-ALLOW:AXRoleDescription
@MAC-ALLOW:AXPlaceholderValue
@WIN-ALLOW:caret_offset*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:IA2_STATE*
@WIN-ALLOW:n_selections*
@WIN-ALLOW:selection_start*
@WIN-ALLOW:selection_end*
@WIN-ALLOW:text-input-type*
@AURALINUX-ALLOW:text-input-type*
@AURALINUX-ALLOW:editable
@AURALINUX-ALLOW:focus*
@AURALINUX-ALLOW:*-line
@AURALINUX-ALLOW:caret_offset*
@AURALINUX-ALLOW:selection_start*
@AURALINUX-ALLOW:selection_end*
-->
<html>
  <body>
    <input type="text" placeholder="Name" autofocus>
  </body>
</html>