Index: LayoutTests/svg/stroke/stroke-width-ch-type-expected.svg |
diff --git a/LayoutTests/svg/stroke/stroke-width-rem-type-expected.svg b/LayoutTests/svg/stroke/stroke-width-ch-type-expected.svg |
similarity index 89% |
copy from LayoutTests/svg/stroke/stroke-width-rem-type-expected.svg |
copy to LayoutTests/svg/stroke/stroke-width-ch-type-expected.svg |
index 6d769f01ef682344a44baa42afc765e50e7507f4..9b1772f721b185d68a44ae898061ddc1acd15e8b 100644 |
--- a/LayoutTests/svg/stroke/stroke-width-rem-type-expected.svg |
+++ b/LayoutTests/svg/stroke/stroke-width-ch-type-expected.svg |
@@ -1,3 +1,3 @@ |
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="100" width="100"> |
- <line x1="0" y1="0" x2="100" y2="100" stroke="rgb(255,0,0)" stroke-width="20px" /> |
+ <line x1="0" y1="0" x2="100" y2="100" stroke="rgb(255,0,0)" stroke-width="10px" /> |
</svg> |