tor-browser

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

scrollable-overflow-input-001-ref.html (495B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Overflow Reference: Test the text in an input is not clipped and reachable</title>
      4 <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
      5 <link rel="author" title="Mozilla" href="https://www.mozilla.org/">
      6 <link rel="stylesheet" href="/fonts/ahem.css">
      7 
      8 <style>
      9 input {
     10  box-sizing: border-box;
     11  width: 160px;
     12  padding-inline: 40px 60px;
     13  background: yellow;
     14  font: 20px/1 Ahem;
     15  border: 0;
     16 }
     17 </style>
     18 
     19 <input value="XpX">