tor-browser

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

select-element-multiple-ref.html (130B)


      1 <!DOCTYPE html>
      2 <div style="width: 100px;">
      3  <select multiple style="width: 100%;">
      4    <option>test</option>
      5  </select>
      6 </div>