# HG changeset patch # Parent ffd6b43859d7f9a7c7219ad575f997d301d8a04a # User Scott Johnson Bug 666446 - Test for animations occurring in SVG filters. diff --git a/modules/libpr0n/test/mochitest/Makefile.in b/modules/libpr0n/test/mochitest/Makefile.in --- a/modules/libpr0n/test/mochitest/Makefile.in +++ b/modules/libpr0n/test/mochitest/Makefile.in @@ -99,15 +99,18 @@ _CHROME_FILES = imgutils.js \ test_animSVGImage.html \ test_animation.html \ animated-gif-frame1.gif \ animated-gif-frame2.gif \ animated-gif.gif \ test_svg_animatedGIF.html \ test_bullet_animation.html \ test_background_image_anim.html \ + filter.svg \ + filter2.svg \ + test_svg_filter_animation.html \ $(NULL) libs:: $(_TEST_FILES) $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir) libs:: $(_CHROME_FILES) $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir) diff --git a/modules/libpr0n/test/mochitest/filter.svg b/modules/libpr0n/test/mochitest/filter.svg new file mode 100644 --- /dev/null +++ b/modules/libpr0n/test/mochitest/filter.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/modules/libpr0n/test/mochitest/filter2.svg b/modules/libpr0n/test/mochitest/filter2.svg new file mode 100644 --- /dev/null +++ b/modules/libpr0n/test/mochitest/filter2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/modules/libpr0n/test/mochitest/test_svg_filter_animation.html b/modules/libpr0n/test/mochitest/test_svg_filter_animation.html new file mode 100644 --- /dev/null +++ b/modules/libpr0n/test/mochitest/test_svg_filter_animation.html @@ -0,0 +1,42 @@ + + + + + Test for Bug 666446 - Animated Images within SVG Filters + + + + + + + + +Mozilla Bug 666446: lots of animated gifs swamp us with paint events + +

+
+ + +
+ +
+
+
+ +