tor-browser

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

white-space-intrinsic-size-002-ref.html (417B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>test reference</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      6 <style>
      7 div {
      8  color: transparent;
      9  background: blue;
     10  font-family: Ahem;
     11  font-size: 50px;
     12  width: 3ch;
     13 }
     14 </style>
     15 
     16 <p>Test passes if there is a single blue rectangle below.
     17 <div>
     18 XXX<br>
     19 XXX
     20 </div>