tor-browser

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

line-height-oof-descendants-001-ref.html (308B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS Test Reference</title>
      4 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      5 <style>
      6 p {
      7  font-size: 20px;
      8  line-height: 0;
      9 }
     10 </style>
     11 <p>Some paragraph</p>
     12 <p>Some paragraph</p>
     13 <p>Some paragraph</p>
     14 <p>Some other paragraph</p>