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