tor-browser

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

line-height-206-ref.html (637B)


      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 @font-face {
      7  font-family: 'high-a-only';
      8  font-style: normal;
      9  font-weight: 400;
     10  src:  url(/fonts/Revalia.woff) format('woff');
     11  unicode-range: U+0061;
     12 }
     13 
     14 div {
     15  position: absolute;
     16  line-height: normal;
     17  font-size: 100px;
     18  color: transparent;
     19  border: solid black 1px;
     20  font-family: high-a-only;
     21 }
     22 </style>
     23 
     24 <p>There should be two stacked rectangles below: a tall one above a short one, both the same width, sharing the edge at which they touch.
     25 
     26 <div>a</div>