tor-browser

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

ch-unit-016-ref.html (369B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Values and Units Test Reference File</title>
      4 <link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
      5 <style>
      6 div {
      7  height: 10px;
      8  background-color: blue;
      9  margin-top: 10px;
     10  width: 100px;
     11 }
     12 </style>
     13 <p>The test passes if there are two blue rectangles of equal length.</p>
     14 <div></div>
     15 <div></div>