Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / clip-path / clip-path-shape-polygon-1.svg
blobcd92706b429d7f866de447948d3d3583dda10b09
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <rect width="200" height="200" fill="green" style="-webkit-clip-path: polygon(nonzero, 0 0, 100px 200px, 200px 0, 0 200px, 100px 0, 200px 200px, 0 0)"/>
3 </svg>