tor-browser

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

line-clamp-balance-002-ref.html (279B)


      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 }
      9 </style>
     10 <p>Test passes if you see numbers up to 8 (and no further) below.
     11 
     12 <div class="clamp">
     13    0<br>
     14    1 2 3 4<br>
     15    5 6 7 8…
     16 </div>