css-skew-001-ref.html (633B)
1 <!DOCTYPE html> 2 <html> 3 <!-- Submitted from TestTWF Paris --> 4 <head> 5 <title>CSS Test Reference: skew function part 1</title> 6 <link rel="author" title="Adrien Pachkoff" href="mailto:adrien@pachkoff.com"> 7 <style type="text/css"> 8 svg { 9 top:0; 10 left:0; 11 position:absolute; 12 height: 268.778px; 13 width: 231.642px; 14 } 15 </style> 16 </head> 17 <body> 18 <p>The test passes if there is a green quadrilateral and no red.</p> 19 <svg> 20 <path d="M 231.64212,268.77841 73.167806,158.54816 0,0 158.58452,110.15942 z" fill="green" /> 21 </svg> 22 </body> 23 </html>