tor-browser

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

webkit-box-clamp-bottom-border-ref.html (191B)


      1 <!DOCTYPE html>
      2 <style>
      3  #wb {
      4    white-space: pre;
      5    border-bottom: red 14px solid;
      6  }
      7 </style>
      8 <p>Line-clamp should respect bottom-border.
      9 <p id="wb">Line 1
     10 Line 2
     11 Line 3&#x2026;
     12 </p>