Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / in-html / circle.html
blob0f9984542bf68b618d31258a9d4f233aaba48946
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <p>This circle is drawn via SVG.</p>
5 <svg>
6 <circle cx="20" cy="20" r="20" fill="green" />
7 </svg>
8 </body>