tor-browser

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

ttwf-reftest-transform-translatey-001.html (529B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>CSS Transforms Reference File</title>
      5    <link rel="author" title="Mihai Corlan" href="mailto:mcorlan@adobe.com">
      6    <style type="text/css">
      7        .greenSquare {
      8            position: absolute;
      9            top: 200px;
     10            left: 100px;
     11            width: 100px;
     12            height: 100px;
     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>