Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / error / 007.xml
blob835836289e7a606a726b9bbd349593d59955bbfa
1 <svg xmlns="http://www.w3.org/2000/svg">
2   <rect x="0" y="0" width="200" height="100" fill="red"/> <!-- overlapped by bottom rect -->
3   <rect x="0" y="100" width="200" height="100" fill="green"/> <!-- visible -->
4   <rect x="50" y="0" width="-200" height="200" fill="red"/> <!-- negative values are unsupported and treated as absent, whic is treated as 0, which is treated as hiding the element. -->
5   <rect x="0" y="0" width="200" height="100" fill="green"/> <!-- visible, overlaps the first rect -->
6 </svg>