tor-browser

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

overflow-inline-nooverflow.html (286B)


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