| Index: LayoutTests/svg/custom/animate-use-crash.xhtml
|
| diff --git a/LayoutTests/svg/custom/animate-use-crash.xhtml b/LayoutTests/svg/custom/animate-use-crash.xhtml
|
| index 81442ad7ab5d60da19f736622ac8604c07a9d440..2716768648e8df544d05356e709429d0441071a1 100644
|
| --- a/LayoutTests/svg/custom/animate-use-crash.xhtml
|
| +++ b/LayoutTests/svg/custom/animate-use-crash.xhtml
|
| @@ -1,16 +1,16 @@
|
| -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
| - <g>
|
| - <defs>
|
| - <text id="text">
|
| - <a onmousedown="">
|
| - <animateTransform attributeName="a" end=",1"></animateTransform>
|
| - </a>Passes if doesn't crash
|
| - </text>
|
| - </defs>
|
| - <use x="25" y="25" xlink:href="#text"/>
|
| - <script><![CDATA[
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| - ]]></script>
|
| - </g>
|
| -</svg>
|
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
| + <g>
|
| + <defs>
|
| + <text id="text">
|
| + <a onmousedown="">
|
| + <animateTransform attributeName="a" end=",1"></animateTransform>
|
| + </a>Passes if doesn't crash
|
| + </text>
|
| + </defs>
|
| + <use x="25" y="25" xlink:href="#text"/>
|
| + <script><![CDATA[
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| + ]]></script>
|
| + </g>
|
| +</svg>
|
|
|