tor-browser

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

number-input-vertical-overflow-ref.html (333B)


      1 <!DOCTYPE html>
      2 <title>Reference: Number input in vertical writing mode with long value does not cause ink overflow</title>
      3 <p>Number input with long value does not cause ink overflow</p>
      4 <style>
      5    input {
      6        writing-mode: vertical-lr;
      7        appearance: none;
      8        inline-size: 10em;
      9    }
     10 </style>
     11 <input type="number">