tor-browser

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

pass_if_square_96px_black.html (408B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4   <title>Reference rendering - pass if square below, black 96px</title>
      5   <link rel="author" title="Opera Software" href="https://opera.com">
      6   <style type="text/css">
      7      div {
      8         width: 96px;
      9         height: 96px;
     10         background-color: black;
     11      }
     12   </style>
     13 </head>
     14 <body>
     15   <p>Test passes if there is a square below.</p>
     16   <div></div>
     17 </body>
     18 </html>