Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / viewbox / 001.xml
blobd2768696b26d39c908d2f352d761cb5efb0b9764
1 <svg width="300" height="200" viewBox="0 0 2 2" xmlns="http://www.w3.org/2000/svg">
2  <!-- the 'stroke-width' property defaults to '1' -->
3  <rect x="0.5" y="0.5" width="1" height="1" stroke="green" fill="red"/>
4 </svg>