# HG changeset patch # Parent 5cef06d48a00c94cf1107e13ee3d4895bef40ece # User Scott Johnson Bug 666446 - Test for animations embedded within SVG filters. [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 @@ -98,15 +98,18 @@ _CHROME_FILES = imgutils.js \ animation.svg \ test_animSVGImage.html \ test_animation.html \ animated-gif-finalframe.gif \ animated-gif.gif \ test_svg_animatedGIF.html \ test_bullet_animation.html \ test_background_image_anim.html \ + filter.svg \ + filter-final.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-final.svg b/modules/libpr0n/test/mochitest/filter-final.svg new file mode 100644 --- /dev/null +++ b/modules/libpr0n/test/mochitest/filter-final.svg @@ -0,0 +1,9 @@ + + + + + + + + + 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/test_svg_animatedGIF.html b/modules/libpr0n/test/mochitest/test_svg_animatedGIF.html --- a/modules/libpr0n/test/mochitest/test_svg_animatedGIF.html +++ b/modules/libpr0n/test/mochitest/test_svg_animatedGIF.html @@ -14,16 +14,21 @@ https://bugzilla.mozilla.org/show_bug.cg Mozilla Bug 666446: lots of animated gifs swamp us with paint events

+
 
+  
+  
+  
+  
+
+
+
+Mozilla Bug 666446: lots of animated gifs swamp us with paint events
+
+

+
+ + +
+ +
+
+
+ +