tor-browser

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

block-ellipsis-repaint-001-ref.html (285B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5 .clamp {
      6  border: 1px solid black;
      7  padding: 4px;
      8  background-color: yellow;
      9 }
     10 </style>
     11 
     12 <p>The ellipsis should appear right after the end of the first line.</p>
     13 
     14 <div class="clamp">Some text here…</div>