tor-browser

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

pre-wrap-014-ref.html (467B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text level 3 Test reference</title>
      4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      6 <style>
      7 div {
      8  font-size: 20px;
      9  font-family: Ahem;
     10  line-height: 1em;
     11  color: green;
     12 
     13 }
     14 </style>
     15 <body>
     16  <p>Test passes if there is a <strong>filled green rectangle</strong> and <strong>no red</strong>.</p>
     17  <div>XXXX</div>
     18 </body>