tor-browser

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

overflow-inline-nooverflow-ref.html (268B)


      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  line-height: 1.0;
      9 }
     10 div::first-letter { font-size: 1.2em }
     11 
     12 </style>
     13 
     14 <div>Hello world, testing, testing, testing, testing</div>