transform3d-matrix3d-004-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) rotatex(45deg) scaley(1.41421356); 10 transform-origin: bottom"></div> 11 </body> 12 </html>