tor-browser

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

first-line-line-height-003-ref.html (422B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS-Pseudo testcase: first-line</title>
      4 <style>
      5  span { line-height: 0px; color: purple }
      6  div { line-height: 40px; border: 1px solid black; margin-top: 20px; }
      7 </style>
      8 Test passes if the two blocks look identical.
      9 <div>
     10  <span>This is a first line.</span><br>
     11  This is a second line.
     12 </div>
     13 <div>
     14  <span>This is a first line.</span><br>
     15  This is a second line.
     16 </div>