tor-browser

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

select-2.html (278B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body style="margin: 0; padding: 0;">
      4    <div style="position: relative">
      5      <select size=4 style="position: absolute; top: 100px; left: 100px;">
      6        <option>foo</option>
      7        <option>bar</option>
      8      </select>
      9    </div>
     10  </body>
     11 </html>