tor-browser

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

block-ellipsis-025-ref.html (390B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Overflow: test reference</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
      5 <style>
      6 .clamp {
      7  line-clamp: 4;
      8  width: 32.5ch;
      9  font-family: monospace;
     10 }
     11 </style>
     12 <div class="clamp">
     13  Test passes if there are 4 lines
     14  and the last one only contains …
     15  supercalifragilisticexpialidocious
     16      17 </div>