transform3d-matrix3d-001.html (979B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Test (Transforms): matrix3d(1,2,0,0, 3,4,0,0, 0,0,1,0, 5,6,0,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-001-ref.html"> 12 <link rel="mismatch" href="transform-lime-square-ref.html"> 13 <meta name=fuzzy content="transform3d-matrix3d-001-ref.html:0-100;0-980"> 14 </head> 15 <body> 16 <div style="transform: matrix3d(1,2,0,0, 3,4,0,0, 0,0,1,0, 5,6,0,1); 17 width: 100px; height: 100px; background:lime"> 18 </div> 19 </body> 20 </html>