diff options
Diffstat (limited to 'layout/reftests/svg/conditions-09-ref.svg')
-rw-r--r-- | layout/reftests/svg/conditions-09-ref.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/svg/conditions-09-ref.svg b/layout/reftests/svg/conditions-09-ref.svg new file mode 100644 index 000000000..a6995f19c --- /dev/null +++ b/layout/reftests/svg/conditions-09-ref.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="400" height="100"> + <text x="10" y="20"> + <tspan fill="green">This text should display.</tspan> + </text> +</svg> |