1 <?xml version=
"1.0" encoding=
"UTF-8" standalone=
"no"?>
3 xmlns=
"http://www.w3.org/2000/svg"
4 xmlns:
xlink=
"http://www.w3.org/1999/xlink"
10 testRunner.dumpAsTextWithPixelResults();
13 <linearGradient id=
"linearGradient1" xlink:
href=
"#linearGradient0" />
15 <rect width=
"200" height=
"200" style=
"fill:url(#linearGradient1) green;" id=
"rect0" />
16 <text id=
"text0" x=
"10" y=
"20" style=
"fill:green">
18 <linearGradient id=
"linearGradient0">
19 <stop offset=
"0" stop-color=
"white"/>
20 <stop offset=
"1" stop-color=
"black"/>