transform3d-matrix3d-005.html (753B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Test (Transforms): matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,2)</title> 5 <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name"> 6 <link rel="help" href="http://www.w3.org/TR/css-transforms-2/#three-d-transform-functions"> 7 <link rel="help" href="http://www.w3.org/TR/css-transforms-2/#funcdef-matrix3d"> 8 <meta name="assert" content='This is part of a series that tests that 9 various matrix3d()s are equivalent to other transform functions.'> 10 <link rel="match" href="transform3d-matrix3d-005-ref.html"> 11 </head> 12 <body> 13 <div style="height: 100px; width: 100px; background: gold; 14 transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,2)"></div> 15 </body> 16 </html>