summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/307314-1.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/svg/crashtests/307314-1.svg')
-rw-r--r--layout/svg/crashtests/307314-1.svg9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/svg/crashtests/307314-1.svg b/layout/svg/crashtests/307314-1.svg
new file mode 100644
index 0000000000..5c538df88d
--- /dev/null
+++ b/layout/svg/crashtests/307314-1.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait" onload="setTimeout(function() { var g = document.getElementById('N1'), h = document.getElementById('N2'); g.appendChild(h); document.documentElement.removeAttribute("class"); }, 20);">
+
+ <text id="N1"/>
+ <text id="N2">
+ <tspan>
+ <textPath/>
+ </tspan>
+ </text>
+</svg>