tor-browser

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

url-image-ref.html (230B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5  .test {
      6    width: 200px;
      7    height: 200px;
      8    background-color: green;
      9  }
     10 </style>
     11 </head>
     12 <body>
     13 <p>Test passes if there is a green square.</p>
     14 <div class="test"></div>
     15 </body>
     16 </html>