Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / gradient-in-symbol-expected.svg
blob5aee448ea117eb43a1a231aba7d8b21571319777
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0">
2 <defs>
3 <linearGradient id="SVGID_15" x1="100%" y1="100%">
4 <stop offset="0" stop-color="#FFFFFF"/>
5 <stop offset="1" stop-color="#00FF00"/>
6 </linearGradient>
7 </defs>
8 <rect fill="url(#SVGID_15)" width="100" height="100"/>
9 </svg>