tor-browser

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

contain-baseline-ref.html (394B)


      1 <!doctype html>
      2 <html lang=en>
      3 <meta charset=utf-8>
      4 <title>CSS test reference</title>
      5 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
      6 <style>
      7 div {
      8  display: inline-block;
      9  height: 5px;
     10  background: blue;
     11  width: 50px;
     12  color: transparent;
     13  font-size: 100px;
     14 }
     15 </style>
     16 
     17 <p>Test passes if there are two, not one, blue lines below.</p>
     18 <div></div><div>a</div>