tor-browser

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

clip-text-multi-line-ref.html (514B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS test reference</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8  <link rel="stylesheet" href="/fonts/ahem.css">
      9 
     10  <style>
     11  div
     12    {
     13      color: green;
     14      font-size: 30px;
     15      font-family: Ahem;
     16      line-height: 1.5;
     17    }
     18  </style>
     19 
     20  <p>Test passes if there are 2 green stripes and if the top stripe is half the width of the bottom stripe.
     21 
     22  <div>12345<br>1234567890</div>