tor-browser

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

overflow-inline-overflow-ref.html (242B)


      1 <title>::first-letter and overflow</title>
      2 <style>
      3 
      4 div {
      5  height: 3em; width: 8em;
      6  padding: 3px;
      7  background: yellow; color: black;
      8  overflow: auto;
      9  line-height: 1.0;
     10 }
     11 span { font-size: 4em }
     12 
     13 </style>
     14 
     15 <div><span>H</span>ello</div>