Backed out 6 changesets (bug 1921980) for causing wrench bustages. CLOSED TREE
[gecko.git] / layout / reftests / svg / use-localRef-stroke-01.svg
blob1e8e3e59225a08555ab715d2a0739dde6f9c00b2
1 <?xml-stylesheet href="use-localRef.css" type="text/css"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <title>Testcase for stroke linked to local-ref URL</title>
4 <defs>
5 <linearGradient id="gradient1">
6 <stop offset="0%" stop-color="blue"/>
7 <stop offset="100%" stop-color="blue"/>
8 </linearGradient>
9 <linearGradient id="gradient2">
10 <stop offset="0%" stop-color="white"/>
11 <stop offset="100%" stop-color="blue"/>
12 </linearGradient>
13 <linearGradient id="gradient3">
14 <stop offset="0%" stop-color="white"/>
15 <stop offset="100%" stop-color="blue"/>
16 </linearGradient>
17 </defs>
18 <style>
19 #stroke3 {
20 stroke: url(#gradient3);
22 </style>
23 <use xlink:href="use-localRef-stroke-resource.svg#stroke1"/>
24 <use xlink:href="use-localRef-stroke-resource.svg#stroke2" stroke="url(#gradient2)"/>
25 <use xlink:href="use-localRef-stroke-resource.svg#stroke3"/>
26 </svg>