tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

hidden-textfield-with-combobox.html (236B)


      1 <!DOCTYPE html>
      2 <div>
      3  <div role="combobox">
      4    <input id="textfield" role="textbox" aria-hidden="true" tabindex="-1" aria-readonly="true" aria-label="foo" aria-autocomplete="both">
      5    <div role="listbox">
      6    </div>
      7  </div>
      8 </div>