tor-browser

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

field-sizing-input-text-relayout-ref.html (175B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-ui-4/#field-sizing">
      3 <body>
      4 <input id="inputa" style="field-sizing: content" value="12345"><input>
      5 </body>