| Index: LayoutTests/svg/custom/invalid-gradient-with-xlink.svg
|
| diff --git a/LayoutTests/svg/custom/invalid-gradient-with-xlink.svg b/LayoutTests/svg/custom/invalid-gradient-with-xlink.svg
|
| index d5d5711bf91ad909c92d096333d89381fe303cc1..0acea615871cdc12581b3c3260571fa4ecf171f0 100644
|
| --- a/LayoutTests/svg/custom/invalid-gradient-with-xlink.svg
|
| +++ b/LayoutTests/svg/custom/invalid-gradient-with-xlink.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="linearGradient0">
|
| - <stop offset="0" stop-color="white"/>
|
| - <stop offset="1" stop-color="black"/>
|
| - </linearGradient>
|
| -</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="linearGradient1" xlink:href="#linearGradient0" />
|
| -</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="linearGradient0">
|
| + <stop offset="0" stop-color="white"/>
|
| + <stop offset="1" stop-color="black"/>
|
| + </linearGradient>
|
| +</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="linearGradient1" xlink:href="#linearGradient0" />
|
| +</text>
|
| +</svg>
|
|
|