Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / cascade / 001-broken.xml
blob4390cb4694fabb20022f27faff26652792c15569
1 <?xml-stylesheet href="001.css"?>
2 <svg xmlns="http://www.w3.org/2000/svg" height="200" width="400">
3  <desc>Hover over the first blue circle. The second one should go green.</desc>
4  <circle cx="100" cy="100" r="90"/>
5  <circle cx="300" cy="100" r="90"/>
6 </svg>