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