diff options
Diffstat (limited to 'testing/web-platform/tests/svg/text/reftests/no-background-ref.svg')
-rw-r--r-- | testing/web-platform/tests/svg/text/reftests/no-background-ref.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/text/reftests/no-background-ref.svg b/testing/web-platform/tests/svg/text/reftests/no-background-ref.svg new file mode 100644 index 0000000000..18c6ed4f1b --- /dev/null +++ b/testing/web-platform/tests/svg/text/reftests/no-background-ref.svg @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml"> + <text font-size="32" y="50"> + foo<tspan>bar</tspan>baz + </text> +</svg> |