tor-browser

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

content-height-001-ref.html (462B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Test Reference file</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
      5 <style>
      6 
      7 div { font-size: 50px; display: inline-block; color: transparent; }
      8 
      9 span { background: blue; }
     10 
     11 div { line-height: 200px; }
     12 </style>
     13 
     14 <p>Test passes if the blue shape below is a rectangle, but not some other polygon.
     15 
     16 <div><span>aa</span></div><div><span>aa</span></div><div><span>aa</span></div>