tor-browser

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

intrinsic-size-ref.html (407B)


      1 <!DOCTYPE html>
      2 <html>
      3    <head>
      4        <title>Intrinsic Size Test Reference</title>
      5        <style>input, textarea { border-radius:0; background:none; border:none; }</style>
      6    </head>
      7    <body>
      8        <div>
      9            <span style="border:2px solid black; padding-left:200px"><input style="background-color:transparent; border:none; font-family:monospace"/></span>
     10        </div>
     11    </body>
     12 </html>