tor-browser

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

scale-optional-second-ref.html (532B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>CSS Transforms Reference File</title>
      5    <link rel="author" title="Jian Zhang" href="mailto:jian.andy.zhang@gmail.com">
      6    <style type="text/css">
      7        .greenSquare {
      8            position: absolute;
      9            top: 50px;
     10            left: 50px;
     11            width: 200px;
     12            height: 200px;
     13            background: green;
     14        }
     15    </style>
     16 </head>
     17 <body>
     18    <p>The test passes if there is a green square and no red.</p>
     19    <div class="greenSquare"></div>
     20 </body>
     21 </html>