tor-browser

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

ic-unit-001-ref.html (404B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Values and Units Test Reference File</title>
      4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
      5 <style>
      6 .ref {
      7    width: 200px;
      8    height: 200px;
      9    background: green;
     10 }
     11 </style>
     12 <body>
     13    <p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p>
     14    <div class="ref"></div>
     15 </body>