summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/accessibility/crashtests/hidden-textfield-with-combobox.html
blob: e988c6edb9f0a1fbcb10036aeae8c08e63f88a37 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<div>
  <div role="combobox">
    <input id="textfield" role="textbox" aria-hidden="true" tabindex="-1" aria-readonly="true" aria-label="foo" aria-autocomplete="both">
    <div role="listbox">
    </div>
  </div>
</div>