Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / error / 011.xml
blob944ed51661d3491257fc1765ad90143516b21df8
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0,, 1 1"> <!-- two commas is non-conformant, so this should be unsupported and therefore ignored. -->
2  <rect x="0" y="0" width="1" height="1" fill="red"/>
3  <text x="10" y="30" font-size="20" fill="blue">There should be no red on this page.</text>
4 </svg>