tor-browser

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

transform-origin-007-ref.html (554B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Transforms Test Reference File</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com">
      5 <style>
      6  #test {
      7    background-color: green;
      8    height: 50px;
      9    margin: 50px;
     10    width: 50px;
     11  }
     12  #container {
     13    background-color: gray;
     14    height: 150px;
     15    position: absolute;
     16    width: 150px;
     17  }
     18 </style>
     19 <body>
     20  <p>Test passes if there is a filled green square in the <strong>center</strong> of the gray square and no red.</p>
     21  <div id="container"><div id="test"></div></div>
     22 </body>