tor-browser

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

webkit-line-clamp-043.html (801B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://drafts.csswg.org/css-overflow-3/#webkit-line-clamp">
      4 <link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
      5 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      6 <div style="columns:3; column-fill:auto; gap:0; width:300px; height:250px;">
      7  <div style="display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:clip; line-height:50px; color:transparent; background:green;">
      8    <br>
      9    <br>
     10    <span style="color:red;">
     11      FAIL<br>
     12      FAIL<br>
     13      FAIL<br>
     14      FAIL<br>
     15      FAIL<br>
     16      FAIL<br>
     17      FAIL<br>
     18      FAIL<br>
     19      FAIL<br>
     20      FAIL<br>
     21    </span>
     22  </div>
     23 </div>