Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / fill-fallback-none-1.svg
bloba9c088f3a10062e1a268d8a5d14f9f8ee5db0ae8
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <linearGradient id="lg">
3 <stop stop-color="#008000"/>
4 </linearGradient>
5 <!-- Test that 'fill' on the 'rect' uses the gradient 'lg'. -->
6 <rect width="100" height="100" fill="url(#lg) none"/>
7 </svg>