diff options
Diffstat (limited to 'testing/web-platform/tests/svg/text/reftests/lang-attribute-dynamic-ref.svg')
-rw-r--r-- | testing/web-platform/tests/svg/text/reftests/lang-attribute-dynamic-ref.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/text/reftests/lang-attribute-dynamic-ref.svg b/testing/web-platform/tests/svg/text/reftests/lang-attribute-dynamic-ref.svg new file mode 100644 index 0000000000..191adc036c --- /dev/null +++ b/testing/web-platform/tests/svg/text/reftests/lang-attribute-dynamic-ref.svg @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml"> + <text> + <tspan x="10" y="100" font-size="90" fill="lime">Quick</tspan> + <tspan x="10" y="200" font-size="90">Brown</tspan> + <tspan x="10" y="300" font-size="90">Fox</tspan> + </text> +</svg> |