tor-browser

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

transform3d-rotatex-perspective-notref.html (641B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Matt Woodrow" href="mailto:mwoodrow@mozilla.com">
      6    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      7    <style>
      8      #container {
      9        position: relative;
     10        height: 300px;
     11        width: 300px;
     12        margin: 50px 100px;
     13        border: 2px solid blue;
     14      }
     15      #parent {
     16        margin: 10px;
     17        width: 280px;
     18        height: 280px;
     19        background-color: #844BCA;
     20      }
     21    </style>
     22  </head>
     23  <body>
     24    <div id="container">
     25      <div id="parent"></div>
     26    </div>
     27  </body>
     28 </html>