Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / clip-path / clip-path-shape-circle-1.svg
blobda1f2e158270d0b27cdaf9dd6fb765a30b751b04
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <rect width="200" height="200" fill="green" style="-webkit-clip-path: circle(50% at 50% 50%)"/>
3 </svg>