tor-browser

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

number-style-inheritance.html (191B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <input type="number" style="width: 100px; -moz-appearance: textfield; text-decoration: underline; box-sizing: border-box;" value="1234">
      5  </body>
      6 </html>