| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 <svg | 2 <svg |
| 3 xmlns="http://www.w3.org/2000/svg" | 3 xmlns="http://www.w3.org/2000/svg" |
| 4 xmlns:xlink="http://www.w3.org/1999/xlink" | 4 xmlns:xlink="http://www.w3.org/1999/xlink" |
| 5 version="1.0" | 5 version="1.0" |
| 6 width="200" | 6 width="200" |
| 7 height="200"> | 7 height="200"> |
| 8 <script><![CDATA[ | 8 <script><![CDATA[ |
| 9 if (window.testRunner) | 9 if (window.testRunner) |
| 10 testRunner.dumpAsTextWithPixelResults(); | 10 testRunner.dumpAsTextWithPixelResults(); |
| 11 ]]></script> | 11 ]]></script> |
| 12 <defs> | 12 <defs> |
| 13 <linearGradient id="linearGradient0"> | 13 <linearGradient id="linearGradient0"> |
| 14 <stop offset="0" stop-color="white"/> | 14 <stop offset="0" stop-color="white"/> |
| 15 <stop offset="1" stop-color="black"/> | 15 <stop offset="1" stop-color="black"/> |
| 16 </linearGradient> | 16 </linearGradient> |
| 17 </defs> | 17 </defs> |
| 18 <rect width="200" height="200" style="fill:url(#linearGradient1) green;" id="rec
t0" /> | 18 <rect width="200" height="200" style="fill:url(#linearGradient1) green;" id="rec
t0" /> |
| 19 <text id="text0" x="10" y="20" style="fill:green"> | 19 <text id="text0" x="10" y="20" style="fill:green"> |
| 20 PASS | 20 PASS |
| 21 <linearGradient id="linearGradient1" xlink:href="#linearGradient0" /> | 21 <linearGradient id="linearGradient1" xlink:href="#linearGradient0" /> |
| 22 </text> | 22 </text> |
| 23 </svg> | 23 </svg> |
| OLD | NEW |