Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / resources / green-intrinsic-width-height.svg
blob2c5d164298264ec06d9dfc403f4077542d96b1f7
1 <!-- only intrinsic height -->
2 <svg xmlns="http://www.w3.org/2000/svg"
3 width="40" height="60">
4 <rect width="100%" height="100%" fill="green"/>
5 </svg>