tor-browser

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

backplate-select-001.html (361B)


      1 <!DOCTYPE html>
      2 <title>Multiple select's should have all options visible even when highlighted in high contrast mode. Options should render with backplates that are the same color as the select, or the applied highlight.</title>
      3 <select multiple="multiple" autofocus>
      4  <option>1</option>
      5  <option selected="selected">2</option>
      6  <option>3</option>
      7 </select>