Index: LayoutTests/svg/custom/dominant-baseline-inherit-expected.svg |
diff --git a/LayoutTests/svg/custom/dominant-baseline-inherit-expected.svg b/LayoutTests/svg/custom/dominant-baseline-inherit-expected.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4cf934a1fe81a3f393bc51019d4a8997d732b991 |
--- /dev/null |
+++ b/LayoutTests/svg/custom/dominant-baseline-inherit-expected.svg |
@@ -0,0 +1,6 @@ |
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
+ <rect x="10" y="10" width="100" height="30" fill="green"/> |
+ <text x="60" y="25" text-anchor="middle"> |
+ <tspan dominant-baseline="central">TEXT</tspan> |
+ </text> |
+</svg> |