Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /accessibility/crashtests/hidden-textfield-with-combobox.html - WPT Dashboard Interop Dashboard
<!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>