<!--
@MAC-ALLOW:AXRoleDescription
@WIN-DENY:description*
@WIN-ALLOW:caret_offset*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:n_selections*
@WIN-ALLOW:selection_start*
@WIN-ALLOW:selection_end*
@WIN-ALLOW:xml-roles*
@AURALINUX-ALLOW:xml-roles*
@AURALINUX-ALLOW:caret_offset*
@AURALINUX-ALLOW:selection_start*
@AURALINUX-ALLOW:selection_end*
-->
<!DOCTYPE html>
<html>
<body>
<div id="searchbox" role="searchbox" contenteditable="plaintext-only">
ARIA role searchbox.
</div>
<script>
const searchbox = document.getElementById('searchbox');
searchbox.focus();
</script>
</body>
</html>