Chromium Code Reviews| Index: LayoutTests/svg/css/svg-length-rem-type-expected.svg |
| diff --git a/LayoutTests/svg/css/svg-length-rem-type-expected.svg b/LayoutTests/svg/css/svg-length-rem-type-expected.svg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..040161db18a470343f0cf51085d3e753b9bfbcaf |
| --- /dev/null |
| +++ b/LayoutTests/svg/css/svg-length-rem-type-expected.svg |
| @@ -0,0 +1,3 @@ |
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300px" height="300px"> |
| + <rect width="100px" height="100px" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" /> |
| +</svg> |