blob: cc3b662e5d63d930b8bfb18aeedc146387350d67 [file]
<!--
@BLINK-ALLOW:inputType=*
@BLINK-ALLOW:textSel*
@MAC-ALLOW:AXRole*
@MAC-ALLOW:AXPlaceholder*
@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:*-line
@AURALINUX-ALLOW:editable
@AURALINUX-ALLOW:focus*
@AURALINUX-DENY:read-only
@AURALINUX-DENY:selectable-text
-->
<!DOCTYPE html>
<html>
<body>
<input type="text" readonly placeholder="Name" autofocus>
</body>
</html>