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