# HG changeset patch # Parent 198573d1904a27b9bf1528473398d48c9e17546e # User Scott Johnson Bug 666446 - Mochitest to test animation via refresh driver on SVG image elements. [r=JOEDREW\!] 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 @@ -90,19 +90,21 @@ _TEST_FILES = imgutils.js \ # Tests disabled due to intermittent orange # test_bug435296.html disabled - See bug 578591 # test_bug478398.html disabled - See bug 579139 _CHROME_FILES = imgutils.js \ animationPolling.js \ lime-anim-100x100.svg \ + animation.svg \ test_animSVGImage.html \ test_animation.html \ animated-gif-finalframe.gif \ animated-gif.gif \ + test_svg_animatedGIF.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/animation.svg b/modules/libpr0n/test/mochitest/animation.svg new file mode 100644 --- /dev/null +++ b/modules/libpr0n/test/mochitest/animation.svg @@ -0,0 +1,5 @@ + + + + diff --git a/modules/libpr0n/test/mochitest/test_svg_animatedGIF.html b/modules/libpr0n/test/mochitest/test_svg_animatedGIF.html new file mode 100644 --- /dev/null +++ b/modules/libpr0n/test/mochitest/test_svg_animatedGIF.html @@ -0,0 +1,52 @@ + + + + + Test for Bug 666446 - Animated Raster Images inside of SVG Frames + + + + + + + + +
+ + Mozilla Bug 666446: lots of animated gifs swamp us with paint events + +
+ +

+
+
+ + +
+ +
+
+
+ +