tor-browser

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

css-transform-3d-rotateX-ref.html (546B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>CSS Transforms rotateX Reference</title>
      6    <link rel="author" title="Intel" href="http://www.intel.com">
      7    <style>
      8      div {
      9        background-color: green;
     10        border: 20px solid black;
     11        height: 120px;
     12        left: 60px;
     13        position: absolute;
     14        top: 60px;
     15        width: 120px;
     16      }
     17    </style>
     18  </head>
     19  <body>
     20    <p>Test passes if there is a green square with black border around, and no any red.</p>
     21    <div></div>
     22  </body>
     23 </html>