Index: LayoutTests/svg/stroke/stroke-array-ch-type-expected.svg |
diff --git a/LayoutTests/svg/stroke/stroke-array-rem-type-expected.svg b/LayoutTests/svg/stroke/stroke-array-ch-type-expected.svg |
similarity index 73% |
copy from LayoutTests/svg/stroke/stroke-array-rem-type-expected.svg |
copy to LayoutTests/svg/stroke/stroke-array-ch-type-expected.svg |
index 796ed84f62b2557aec090ccd5d9d31bdd540797c..06ec4a04a55bdc31071614f5a5d7e6aa30c9f2e0 100644 |
--- a/LayoutTests/svg/stroke/stroke-array-rem-type-expected.svg |
+++ b/LayoutTests/svg/stroke/stroke-array-ch-type-expected.svg |
@@ -1,5 +1,5 @@ |
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="300" width="300"> |
<g fill="none" stroke="black" stroke-width="4"> |
- <path stroke-dasharray="100px,100px" d="M5 20 l215 0" /> |
+ <path stroke-dasharray="25px,25px" d="M5 20 l215 0" /> |
</g> |
</svg> |