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