tor-browser

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

transform3d-matrix3d-003-ref.html (357B)


      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>
      8    <div style="height: 100px; width: 100px; background: lime;
      9      transform: perspective(200px) rotatey(-45deg) scalex(1.41421356);
     10      transform-origin: right"></div>
     11  </body>
     12 </html>