Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / error / dumpAsText / 004.xml
blobfcc55870af9084ee9edf7f260bcd3796dd6ba04c
1 <svg width="300" height="200"> <!-- note: no namespace, but sent as image/svg+xml -->
2  <desc>There should be no red on this page.</desc>
3  <rect x="10" y="10" width="280" height="180" fill="red"/>
5  <!-- This document is either not SVG, or is SVG but is in error.
6       Section 5.1.1 of SVG 1.1 says:
7       # In all cases, for compliance with the "Namespaces in XML"
8       # Recommendation [XML-NS], an SVG namespace declaration must be
9       # provided so that all SVG elements are identified as belonging
10       # to the SVG namespace.
11   -->
13 </svg>