tor-browser

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

line-clamp-auto-039-ref.html (207B)


      1 <!DOCTYPE html>
      2 <html>
      3 <meta charset="utf-8">
      4 <title>CSS Overflow: test ref</title>
      5 <style>
      6 .clamp {
      7  background-color: yellow;
      8 }
      9 </style>
     10 <div class="clamp">
     11 Line 1<br>
     12 Line 2<br>
     13 Line 3<br>
     14 Line 4
     15 </div>