diff options
Diffstat (limited to 'testing/web-platform/tests/svg/text/reftests/text-xml-space-001.svg')
-rw-r--r-- | testing/web-platform/tests/svg/text/reftests/text-xml-space-001.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/text/reftests/text-xml-space-001.svg b/testing/web-platform/tests/svg/text/reftests/text-xml-space-001.svg new file mode 100644 index 0000000000..c58bd9d4e5 --- /dev/null +++ b/testing/web-platform/tests/svg/text/reftests/text-xml-space-001.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml"> + <title>SVG Test: Behavior of xml:space="preserve"</title> + <h:link rel="help" href="https://svgwg.org/svg2-draft/styling.html#UAStyleSheet"/> + <h:link rel="match" href="text-xml-space-001-ref.svg"/> + <g xml:space="preserve"> + <text x="50" y="50" font-family="monospace">Some Text</text> + </g> +</svg> |