| Index: LayoutTests/svg/text/textpath-outline-expected.svg
|
| diff --git a/LayoutTests/svg/text/textpath-outline-expected.svg b/LayoutTests/svg/text/textpath-outline-expected.svg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8c8a53f89d2f1e77c5e66edb800dbcee55749655
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/text/textpath-outline-expected.svg
|
| @@ -0,0 +1,9 @@
|
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="800" height="600">
|
| + <defs>
|
| + <style>
|
| + text { font: 24px sans-serif; outline: 1px solid black }
|
| + </style>
|
| + </defs>
|
| + <text x="8" y="30">Outlined text</text>
|
| +</svg>
|
| +
|
|
|