diff options
Diffstat (limited to 'image/test/mochitest/animation.svg')
-rw-r--r-- | image/test/mochitest/animation.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/image/test/mochitest/animation.svg b/image/test/mochitest/animation.svg new file mode 100644 index 0000000000..2141d86791 --- /dev/null +++ b/image/test/mochitest/animation.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink"> + <image id="anim" xlink:href="animated-gif.gif" width="40" height="40"/> +</svg> + |