chromium/content/test/data/accessibility/aria/aria-searchbox-with-rich-text.html

<!--
@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:value*
@WIN-ALLOW:xml-roles*
-->
<!DOCTYPE html>
<html>
<body>
  <div id="searchbox" contenteditable role="searchbox" tabindex="0">
  <p>ARIA role searchbox.</p>
</div>
  <script>
    var searchbox = document.getElementById('searchbox');
    searchbox.focus();
  </script>
</body>
</html>