Chromium Code Reviews| Index: LayoutTests/svg/stroke/stroke-width-rem-type-expected.svg |
| diff --git a/LayoutTests/svg/stroke/stroke-width-rem-type-expected.svg b/LayoutTests/svg/stroke/stroke-width-rem-type-expected.svg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bfe32071f4ab9f42355efb30f083691997ada269 |
| --- /dev/null |
| +++ b/LayoutTests/svg/stroke/stroke-width-rem-type-expected.svg |
| @@ -0,0 +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="2em" /> |
| +</svg> |