diff options
Diffstat (limited to 'testing/web-platform/tests/svg/text/reftests/tspan-opacity-mixed-direction.svg')
-rw-r--r-- | testing/web-platform/tests/svg/text/reftests/tspan-opacity-mixed-direction.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/text/reftests/tspan-opacity-mixed-direction.svg b/testing/web-platform/tests/svg/text/reftests/tspan-opacity-mixed-direction.svg new file mode 100644 index 0000000000..fa153250e7 --- /dev/null +++ b/testing/web-platform/tests/svg/text/reftests/tspan-opacity-mixed-direction.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml"> + <metadata> + <h:title>Opacity on tspan containing mixed direction text interleaving with other text</h:title> + <h:link rel="help" href="https://svgwg.org/svg2-draft/text.html"/> + <h:link rel="match" href="tspan-opacity-mixed-direction-ref.svg"/> + </metadata> + <text x="100" y="100" font-size="50"> + <tspan style="opacity: 0.5">aב</tspan>גb + </text> +</svg> |