diff options
Diffstat (limited to 'dom/smil/crashtests/529387-1-helper.svg')
-rw-r--r-- | dom/smil/crashtests/529387-1-helper.svg | 5 |
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 000000000..7885ab71f --- /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> |