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