summaryrefslogtreecommitdiff
path: root/ManualTests/svg-text-selection.svg
diff options
context:
space:
mode:
Diffstat (limited to 'ManualTests/svg-text-selection.svg')
-rw-r--r--ManualTests/svg-text-selection.svg9
1 files changed, 9 insertions, 0 deletions
diff --git a/ManualTests/svg-text-selection.svg b/ManualTests/svg-text-selection.svg
new file mode 100644
index 000000000..4c34d24f9
--- /dev/null
+++ b/ManualTests/svg-text-selection.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:xhtml="http://www.w3.org/1999/xhtml">
+ <text x="0" y="100" fill="black" font-size="32">Selection will be constrained to this line.</text>
+ <text x="0" y="200" fill="black" font-size="32">You should be able
+ <tspan x="0" y="235">to select multiline here</tspan>
+ <tspan x="0" y="270">See bug 12334</tspan>
+ </text>
+</svg>