Backed out changeset 57d71ba078d7 (bug 1932390) for causing wpt failures @ failures_A...
[gecko.git] / layout / reftests / svg / use-localRef-fill-01-ref.svg
blob407e0a78c16c6593f05b6922e80296cde5f6c02c
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <title>Reference for fill linked to local-ref URL</title>
3 <defs>
4 <linearGradient id="gradient1">
5 <stop offset="0%" stop-color="white"/>
6 <stop offset="100%" stop-color="blue"/>
7 </linearGradient>
8 </defs>
9 <rect x="10" y="10" width="80" height="80" fill="url(#gradient1)"/>
10 <rect x="10" y="110" width="80" height="80" fill="url(#gradient1)"/>
11 <rect x="10" y="210" width="80" height="80" fill="url(#gradient1)"/>
12 </svg>