| Index: LayoutTests/svg/custom/symbol-viewport-element-crash.svg
|
| diff --git a/LayoutTests/svg/custom/symbol-viewport-element-crash.svg b/LayoutTests/svg/custom/symbol-viewport-element-crash.svg
|
| index ef8f03e3ea9df557fcefc9bf1fc0346168e87586..c5a2d2f81f24de0b807726cade84fec1e5fd0f72 100644
|
| --- a/LayoutTests/svg/custom/symbol-viewport-element-crash.svg
|
| +++ b/LayoutTests/svg/custom/symbol-viewport-element-crash.svg
|
| @@ -1,14 +1,14 @@
|
| -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
| - <use>
|
| - <symbol>
|
| - <rect>
|
| - <animate attributeName="width" to="0%"></animate>
|
| - </rect>
|
| - </symbol>
|
| - </use>
|
| - <script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| - </script>
|
| - <text x="10px" y="100px">This test passes if it did not crash</text>
|
| -</svg>
|
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
| + <use>
|
| + <symbol>
|
| + <rect>
|
| + <animate attributeName="width" to="0%"></animate>
|
| + </rect>
|
| + </symbol>
|
| + </use>
|
| + <script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| + </script>
|
| + <text x="10px" y="100px">This test passes if it did not crash</text>
|
| +</svg>
|
|
|