ttwf-reftest-transform-skewx-001.html (780B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Transforms Reference File</title> 5 <link rel="author" title="Mihai Corlan" href="mailto:mcorlan@adobe.com"> 6 <meta name="flags" content="svg"> 7 <style type="text/css"> 8 .greenSquare { 9 position: absolute; 10 top: 100px; 11 left: 50px; 12 } 13 </style> 14 </head> 15 <body> 16 <p>The test passes if there is a green shape and no red.</p> 17 <div class="greenSquare"> 18 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" 19 width="200px" height="100px" viewBox="0 0 200 100" xml:space="preserve"> 20 <polygon fill="green" points="200,100 100,100 0,0 100,0 "/> 21 </svg> 22 </div> 23 </body> 24 </html>