| Index: LayoutTests/svg/text/tspan-outline-2-expected.svg
|
| diff --git a/LayoutTests/svg/text/tspan-outline-2-expected.svg b/LayoutTests/svg/text/tspan-outline-2-expected.svg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3b5aed2841b733a50c795f99d0340e4160ed6111
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/text/tspan-outline-2-expected.svg
|
| @@ -0,0 +1,9 @@
|
| +<svg xmlns="http://www.w3.org/2000/svg" width="800" height="100">
|
| + <style>
|
| + text { font: 32px sans-serif; }
|
| + tspan { fill: green; outline: 2px solid black; }
|
| + }
|
| + </style>
|
| +
|
| + <text y="40" tabindex="2">>>> <tspan>[object SVGTSpanElement]</tspan> <<<</text>
|
| +</svg>
|
|
|