tor-browser

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

line-clamp-balance-004-ref.html (303B)


      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 span { font-size: 2em; }
     11 </style>
     12 <p>Test passes if you see numbers up to 3 (and no further) below.
     13 
     14 <div class="clamp">
     15 1 2 <span>3</span>     16 </div>