tor-browser

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

line-clamp-auto-041-ref.html (221B)


      1 <!DOCTYPE html>
      2 <html>
      3 <meta charset="utf-8">
      4 <title>CSS Overflow: test reference</title>
      5 <style>
      6 .clamp {
      7  font-family: monospace;
      8  line-height: 1;
      9 }
     10 </style>
     11 <div class="clamp">
     12 PASS PASS PASS PASS<br>
     13 PASS…
     14 </div>