tor-browser

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

css-rotate-2d-3d-001-ref.html (654B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>CSS Transforms Test: 2D rotation with 3D rotation</title>
      5    <link rel="author" title="Philip Rogers" href="mailto:pdr@google.com">
      6    <link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com" /> <!-- 2012-06-16 -->
      7    <style type="text/css">
      8        .greenSquareRef {
      9            position: absolute;
     10            top: 100px;
     11            left: 100px;
     12            width: 100px;
     13            height: 100px;
     14            background: green;
     15        }
     16    </style>
     17 </head>
     18 <body>
     19    <p>The test passes if there is a green square and no red.</p>
     20    <div class="greenSquareRef"></div>
     21 </body>
     22 </html>