summaryrefslogtreecommitdiffstats
path: root/dom/smil/crashtests/529387-1-helper.svg
diff options
context:
space:
mode:
Diffstat (limited to 'dom/smil/crashtests/529387-1-helper.svg')
-rw-r--r--dom/smil/crashtests/529387-1-helper.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/smil/crashtests/529387-1-helper.svg b/dom/smil/crashtests/529387-1-helper.svg
new file mode 100644
index 0000000000..7885ab71fd
--- /dev/null
+++ b/dom/smil/crashtests/529387-1-helper.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <text y="20pt">abc
+ <animate attributeName="opacity" from="1" to="0" begin="0s" dur="2s"/>
+ </text>
+</svg>