transform3d-matrix3d-002.html (901B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Test (Transforms): matrix3d(1,0,0,0, 0,2,0,0, 0,0,3,0, 4,5,6,1)</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 <link rel="help" href="http://www.w3.org/TR/css-transforms-2/#three-d-transform-functions"> 8 <link rel="help" href="http://www.w3.org/TR/css-transforms-2/#funcdef-matrix3d"> 9 <meta name="assert" content='This is part of a series that tests that 10 various matrix3d()s are equivalent to other transform functions.'> 11 <link rel="match" href="transform3d-matrix3d-002-ref.html"> 12 <link rel="mismatch" href="transform-lime-square-ref.html"> 13 </head> 14 <body> 15 <div style="transform: matrix3d(1,0,0,0, 0,2,0,0, 0,0,3,0, 4,5,6,1); 16 width: 100px; height: 100px; background:lime"> 17 </div> 18 </body> 19 </html>