Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-border-image / resources / tiles-fixed-size.svg
blob2ff222a874f9498e36d62aab64828b53103e5dfd
1 <svg xmlns="http://www.w3.org/2000/svg" width='100px' height='100px'>
2 <rect fill='red' width='50px' height='50px' />
3 <rect fill='green' x="50px" width='50px' height='50px' />
4 <rect fill='orange' y="50px" width='50px' height='50px' />
5 <rect fill='blue' x="50px" y="50px" width='50px' height='50px' />
6 </svg>