tor-browser

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

font-size-zero-1-ref.html (459B)


      1 <!DOCTYPE HTML>
      2 <title>CSS Test Reference</title>
      3 <link rel="author" title="L. David Baron" href="https://dbaron.org/">
      4 <link rel="author" title="Mozilla" href="http://www.mozilla.org/">
      5 <link rel="mismatch" href="font-size-zero-1-notref.html">
      6 <style>
      7 /* spec ambiguous whether font-size-adjust influences line-height: normal */
      8 body { line-height: 1.2 }
      9 
     10 p { margin: 1em 0 }
     11 p.first { margin-bottom: 2em }
     12 </style>
     13 
     14 <p class="first">before</p>
     15 <p>after</p>