Index: LayoutTests/svg/custom/foreignObject-font-size-on-zoom-expected.html |
diff --git a/LayoutTests/svg/custom/foreignObject-font-size-on-zoom-expected.html b/LayoutTests/svg/custom/foreignObject-font-size-on-zoom-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..18fe5ea8d954d3578a13f310b76893a3e78ef844 |
--- /dev/null |
+++ b/LayoutTests/svg/custom/foreignObject-font-size-on-zoom-expected.html |
@@ -0,0 +1,8 @@ |
+<!DOCTYPE html> |
+<body style="margin:0"> |
+ <svg width="100%" height="100%"> |
+ <foreignObject x="0" y="0" width="100%" height="100%" transform="scale(2)"> |
+ Lorem ipsum |
+ </foreignObject> |
+ </svg> |
+</body> |