| Index: LayoutTests/svg/custom/xlink-to-invalid-gradient.svg
|
| diff --git a/LayoutTests/svg/custom/xlink-to-invalid-gradient.svg b/LayoutTests/svg/custom/xlink-to-invalid-gradient.svg
|
| index 8266d15849d6b6c59867d985c34d55e269c740b0..10c2fdacddb4a1aaa9fc00cb51896ae326ea87a4 100644
|
| --- a/LayoutTests/svg/custom/xlink-to-invalid-gradient.svg
|
| +++ b/LayoutTests/svg/custom/xlink-to-invalid-gradient.svg
|
| @@ -1,23 +1,23 @@
|
| -<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
| -<svg
|
| - xmlns="http://www.w3.org/2000/svg"
|
| - xmlns:xlink="http://www.w3.org/1999/xlink"
|
| - version="1.0"
|
| - width="200"
|
| - height="200">
|
| -<script><![CDATA[
|
| - if (window.testRunner)
|
| - testRunner.dumpAsTextWithPixelResults();
|
| -]]></script>
|
| -<defs>
|
| - <linearGradient id="linearGradient1" xlink:href="#linearGradient0" />
|
| -</defs>
|
| -<rect width="200" height="200" style="fill:url(#linearGradient1) green;" id="rect0" />
|
| -<text id="text0" x="10" y="20" style="fill:green">
|
| - PASS
|
| - <linearGradient id="linearGradient0">
|
| - <stop offset="0" stop-color="white"/>
|
| - <stop offset="1" stop-color="black"/>
|
| - </linearGradient>
|
| -</text>
|
| -</svg>
|
| +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
| +<svg
|
| + xmlns="http://www.w3.org/2000/svg"
|
| + xmlns:xlink="http://www.w3.org/1999/xlink"
|
| + version="1.0"
|
| + width="200"
|
| + height="200">
|
| +<script><![CDATA[
|
| + if (window.testRunner)
|
| + testRunner.dumpAsTextWithPixelResults();
|
| +]]></script>
|
| +<defs>
|
| + <linearGradient id="linearGradient1" xlink:href="#linearGradient0" />
|
| +</defs>
|
| +<rect width="200" height="200" style="fill:url(#linearGradient1) green;" id="rect0" />
|
| +<text id="text0" x="10" y="20" style="fill:green">
|
| + PASS
|
| + <linearGradient id="linearGradient0">
|
| + <stop offset="0" stop-color="white"/>
|
| + <stop offset="1" stop-color="black"/>
|
| + </linearGradient>
|
| +</text>
|
| +</svg>
|
|
|