tor-browser

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

line-clamp-balance-010-ref.html (246B)


      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 <p>Test passes if you see no numbers beyond 0
     12 
     13 <div class="clamp">
     14    0…
     15 </div>