Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-border-image / resources / tiles-relative-size.svg
blob49b0f83e20e72f0429d9a940a57268c77a774dd7
1 <svg xmlns="http://www.w3.org/2000/svg" width='100%' height='100%'>
2 <rect fill='silver' width='100%' height='100%' />
3 <rect fill='red' width='50px' height='50px' />
4 <rect fill='green' x="50px" width='50px' height='50px' />
5 <rect fill='orange' y="50px" width='50px' height='50px' />
6 <rect fill='blue' x="50px" y="50px" width='50px' height='50px' />
7 </svg>