<!--
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:caret_offset*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:IA2_STATE_MULTI_LINE
@WIN-ALLOW:IA2_STATE_SINGLE_LINE
@WIN-ALLOW:n_selections*
@WIN-ALLOW:selection_start*
@WIN-ALLOW:selection_end*
@WIN-ALLOW:xml-roles*
@AURALINUX-ALLOW:xml-roles*
@AURALINUX-ALLOW:editable
@AURALINUX-ALLOW:single-line
@AURALINUX-ALLOW:multi-line
@AURALINUX-ALLOW:caret_offset*
@AURALINUX-ALLOW:selection_start*
@AURALINUX-ALLOW:selection_end*
-->
<!DOCTYPE html>
<html>
<body>
<div role="textbox" contenteditable="plaintext-only">
TextBox1
</div>
<div role="textbox" contenteditable="plaintext-only" aria-multiline="true">
TextBox2
</div>
</body>
</html>