Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / no-attr-radialgradient-fy-expected.svg
blob437c059f797ef7ddc6ae033b1f764deb935f7cba
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <radialGradient id="gradient" fy="25%">
3 <stop stop-color="#000080" offset="0"/>
4 <stop stop-color="#008000" offset="1"/>
5 </radialGradient>
6 <rect width="100" height="100" fill="url(#gradient)"/>
7 </svg>