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