Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / clip-path / clip-path-shape-circle-1-expected.svg
blob541cf5be547d681ea4d8a2fb1e01bfc3971451f9
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <defs>
3 <clipPath id="clip">
4 <circle cx="100" cy="100" r="100"/>
5 </clipPath>
6 </defs>
7 <rect width="200" height="200" fill="green" clip-path="url(#clip)"/>
8 </svg>