tor-browser

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

transform3d-perspective-009-ref.html (410B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      6  </head>
      7  <body style="width: 400px">
      8    <div style="perspective: 1000px">
      9      <div style="height: 100px; width: 100px; background: lime;
     10        transform: rotatex(45deg) scaley(1.41421356); transform-origin: top">
     11      </div>
     12    </div>
     13  </body>
     14 </html>