| Index: LayoutTests/svg/stroke/stroke-width-ch-type.svg
|
| diff --git a/LayoutTests/svg/stroke/stroke-width-ch-type.svg b/LayoutTests/svg/stroke/stroke-width-ch-type.svg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..639e1ae4e40c111a34380b2fd198ef35da02da78
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/stroke/stroke-width-ch-type.svg
|
| @@ -0,0 +1,13 @@
|
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="100" width="100" >
|
| + <style type="text/css" >
|
| + <![CDATA[
|
| + @font-face {
|
| + font-family: Ahem;
|
| + src: url(../../resources/Ahem.ttf);
|
| + }
|
| + ]]>
|
| + </style>
|
| + <svg style="font-size:20px; font-family:Ahem">
|
| + <line x1="0" y1="0" x2="100" y2="100" stroke="rgb(255,0,0)" stroke-width="1ch" />
|
| + </svg>
|
| +</svg>
|
|
|