Index: LayoutTests/svg/css/svg-length-rem-type.svg |
diff --git a/LayoutTests/svg/css/svg-length-rem-type.svg b/LayoutTests/svg/css/svg-length-rem-type.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9d8a2f5a7e9a9eef5137634337533d999afdd747 |
--- /dev/null |
+++ b/LayoutTests/svg/css/svg-length-rem-type.svg |
@@ -0,0 +1,3 @@ |
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30rem" height="30rem" style="font-size:10px"> |
+ <rect width="10rem" height="10rem" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" /> |
+</svg> |