tor-browser

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

shape-image-002-ref.html (475B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>CSS Reference File</title>
      5    <link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com"/>
      6    <style type="text/css">
      7        .container {
      8          width: 100px;
      9          height: 100px;
     10          background: rgb(0, 100, 0);
     11        }
     12    </style>
     13 </head>
     14 <body>
     15    <p>
     16        The test passes if you see a solid green square. There should be no red.
     17    </p>
     18    <div class="container">
     19    </div>
     20 </body>
     21 </html>