Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / error / 008.xml
blob1aa7ed9e053aaa75891df3dad2103143d52d7b59
1 <svg xmlns="http://www.w3.org/2000/svg">
2  <rect x="10" y="10" width="200" height="200" fill="red"/>
3  <foo/> <!-- this is ignored -->
4  <rect x="10" y="10" width="200" height="200" fill="green"/>
5 </svg>