Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / processing-model / 003.xml
blobe9cf8795826e2e201fb0376b7e2a9b873e44bf18
1 <?xml-stylesheet href="data:text/css,svg { color: green; display: block; }"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "003.dtd">
3 <svg>
4  <rect fill="red" height="100" width="100"/>
5  This line should be green.
6 </svg>