| Index: LayoutTests/svg/custom/invalid-dasharray.svg
|
| diff --git a/LayoutTests/svg/custom/invalid-dasharray.svg b/LayoutTests/svg/custom/invalid-dasharray.svg
|
| index 7153a2c8d0c26018fc65b3a1a8475dfc13f17b76..7ad0c6d08cf4fc2553bbb9f871b01b13a4db9807 100644
|
| --- a/LayoutTests/svg/custom/invalid-dasharray.svg
|
| +++ b/LayoutTests/svg/custom/invalid-dasharray.svg
|
| @@ -7,6 +7,7 @@
|
| stroke-dasharray: none, 3;
|
| stroke-dasharray: 3, none;
|
| stroke-dasharray: nonsense;
|
| + stroke-dasharray: 3,3,;
|
| }
|
| ]]></style>
|
| <rect id="rect" fill="none" stroke="green" stroke-width="10" stroke-dasharray="10 10" width="100" height="100"/>
|
|
|