summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/621918-1.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/621918-1.svg')
-rw-r--r--layout/reftests/bugs/621918-1.svg11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/621918-1.svg b/layout/reftests/bugs/621918-1.svg
new file mode 100644
index 0000000000..821c24f5e0
--- /dev/null
+++ b/layout/reftests/bugs/621918-1.svg
@@ -0,0 +1,11 @@
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ height="800px"
+ width="800px">
+ <text style="font-size:48px;" transform="translate(40,100)">
+ <tspan>Fire&#x301;fo&#x302;x</tspan></text>
+ <path id="path1" d="M 0,0 L 500,500"/>
+ <text style="font-size:48px;" transform="translate(40,140)"><textPath xlink:href="#path1">
+ <tspan>Fire&#x301;fo&#x302;x</tspan></textPath></text>
+</svg>