Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / viewbox / 002.xml
blob999921c46df065597aa46c12d7fcbfba6cabbaa0
1 <svg width="300" height="200" viewBox="0 0 1 1" xmlns="http://www.w3.org/2000/svg">
2  <rect x="0" y="0" width="1" height="1" fill="green"/>
3  <text x="10" y="30" font-size="20" fill="red">FAIL</text>
4 </svg>