Index: LayoutTests/svg/stroke/stroke-width-ch-type.svg |
diff --git a/LayoutTests/svg/stroke/stroke-width-rem-type.svg b/LayoutTests/svg/stroke/stroke-width-ch-type.svg |
similarity index 82% |
copy from LayoutTests/svg/stroke/stroke-width-rem-type.svg |
copy to LayoutTests/svg/stroke/stroke-width-ch-type.svg |
index 1731e8b8418199fe8bb2b354ab6dab94d4517535..b9785c03316b3cb6431267316f3301f4e6fe9bd2 100644 |
--- a/LayoutTests/svg/stroke/stroke-width-rem-type.svg |
+++ b/LayoutTests/svg/stroke/stroke-width-ch-type.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" style="font-size:20px"> |
- <line x1="0" y1="0" x2="100" y2="100" stroke="rgb(255,0,0)" stroke-width="1rem" /> |
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="100" width="100" style="font-size:20px; font-family:serif"> |
+ <line x1="0" y1="0" x2="100" y2="100" stroke="rgb(255,0,0)" stroke-width="1ch" /> |
</svg> |