gecko/image/test/mochitest
Junior Hsu 4bdd933400 Bug 969779 - Use SpecialPowers to enable preference setting in oop. r=seth
1. Use |SpecialPowers.pushPrefEnv| to enable preference setting in oop.
2. Set the time of redrawing to be the time right after the image is discarded.
3. Modify the assertion to make the comparison non-trivial.
4. Remove <img>.
5. Move drawCanvas() on the image loadComplete.
2014-04-28 15:39:03 +08:00
..
6M-pixels.png Bug 878577 - Part 2: Add test case for the hard limit of image buffer size. r=seth 2014-01-20 16:53:42 +08:00
12M-pixels-1.png Bug 878577 - Part 2: Add test case for the hard limit of image buffer size. r=seth 2014-01-20 16:53:42 +08:00
12M-pixels-2.png Bug 878577 - Part 2: Add test case for the hard limit of image buffer size. r=seth 2014-01-20 16:53:42 +08:00
animated1.gif Bug 867758 - Test to ensure we don't return to the event loop while changing the frame of two images with the same FPS. r=seth 2013-05-23 09:49:38 +08:00
animated2.gif Bug 867758 - Test to ensure we don't return to the event loop while changing the frame of two images with the same FPS. r=seth 2013-05-23 09:49:38 +08:00
animated-gif2.gif
animated-gif_trailing-garbage.gif
animated-gif-finalframe.gif
animated-gif.gif
animation.svg
animationPolling.js
bad.jpg
big.png
blue.png
bug89419-iframe.html
bug89419.sjs
bug399925.gif
bug468160.sjs
bug478398_ONLY.png
bug490949-iframe.html
bug490949.sjs
bug496292-1.sjs
bug496292-2.sjs
bug496292-iframe-1.html
bug496292-iframe-2.html
bug496292-iframe-ref.html
bug497665-iframe.html
bug497665.sjs
bug552605.sjs
bug657191.sjs
bug671906-iframe.html
bug671906.sjs
bug733553-informant.sjs
bug733553.sjs Bug 907575 - mResniffMimeType not properly reset. r=seth 2013-08-27 18:39:54 -05:00
bug767779.sjs
bug900200-ref.png Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
bug900200.png Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
chrome.ini Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
clear2-results.gif Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
clear2.gif Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
clear.gif Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
clear.png Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
damon.jpg
error-early.png
filter-final.svg
filter.svg
green-background.html Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
green.png Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
grey.png Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
iframe.html
imgutils.js Bug 911573 - Mochitest fixup to prepare removing Components-in-content with UniversalXPConnect. r=bholley 2013-09-05 01:02:34 +09:00
INT32_MIN.bmp Bug 865919 - Add INT32_MIN-height BMP test. r=joe 2013-07-30 17:49:42 -07:00
invalid.jpg
keep.gif Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
keep.png Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
lime100x100.svg
lime-anim-100x100-2.svg Bug 907503 - Test that invalidation works for SMIL animation in SVG-as-an-image. r=longsonr 2013-09-04 11:39:32 +01:00
lime-anim-100x100.svg
mochitest.ini Bug 969779 - Use SpecialPowers to enable preference setting in oop. r=seth 2014-04-28 15:39:03 +08:00
moz.build Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
over.png Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
purple.gif
red.png
ref-iframe.html
restore-previous.gif Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
restore-previous.png Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
rillybad.jpg
schrep.png
shaver.png
short_header.gif
source.png Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
test_animation2.html
test_animation_operators.html Bug 936720 (Part 1) - Add a new mochitest for animated image operators. r=tn 2013-11-18 13:48:48 -08:00
test_animation.html
test_animSVGImage2.html Bug 907503 - Test that invalidation works for SMIL animation in SVG-as-an-image. r=longsonr 2013-09-04 11:39:32 +01:00
test_animSVGImage.html Bug 817700 - Fix animSVGImage test. r=roc 2013-10-16 22:55:33 -04:00
test_background_image_anim.html
test_bug89419-1.html
test_bug89419-2.html
test_bug399925.html Bug 969779 - Use SpecialPowers to enable preference setting in oop. r=seth 2014-04-28 15:39:03 +08:00
test_bug435296.html
test_bug466586.html
test_bug468160.html
test_bug478398.html
test_bug490949.html
test_bug496292.html
test_bug497665.html Backed out changeset 356ba083bb5f (bug 918604) for frequent OSX test_window_bar.html timeouts. 2013-09-27 18:28:43 -04:00
test_bug512435.html Bug 911573 - Mochitest fixup to prepare removing Components-in-content with UniversalXPConnect. r=bholley 2013-09-05 01:02:34 +09:00
test_bug552605-1.html
test_bug552605-2.html
test_bug553982.html
test_bug601470.html Bug 947802 (part 2) - Replace enumerateReporters() with getReportsForThisProcess(). r=mccr8. 2013-12-01 16:29:37 -08:00
test_bug614392.html Backed out changeset 356ba083bb5f (bug 918604) for frequent OSX test_window_bar.html timeouts. 2013-09-27 18:28:43 -04:00
test_bug657191.html
test_bug671906.html
test_bug733553.html Bug 922931 - Display a placeholder for broken images if the alt attribute is unset even in no-quirks mode. r=bz 2013-10-06 05:25:49 +09:00
test_bug767779.html
test_bug865919.html Bug 865919 - Add INT32_MIN-height BMP test. r=joe 2013-07-30 17:49:42 -07:00
test_bullet_animation.html
test_changeOfSource2.html
test_changeOfSource.html
test_drawDiscardedImage.html
test_error_events.html
test_image_buffer_limit.html Bug 878577 - Part 2: Add test case for the hard limit of image buffer size. r=seth 2014-01-20 16:53:42 +08:00
test_ImageContentLoaded.html Bug 691610 - e10s support for useDefaultIcon. r=felipe sr=smaug 2013-07-29 11:03:41 -04:00
test_net_failedtoprocess.html Bug 849764 - Replace removeObserver() calls with three params with two in image dir. r=mak 2013-04-06 14:46:35 -04:00
test_removal_ondecode.html Bug 841579 - Tests to make sure that removing elements from a document midway through load don't inhibit onload. rs=khuey 2013-02-15 11:49:54 -05:00
test_removal_onload.html Bug 841579 - Tests to make sure that removing elements from a document midway through load don't inhibit onload. rs=khuey 2013-02-15 11:49:54 -05:00
test_short_gif_header.html
test_staticClone.html Backed out changeset 356ba083bb5f (bug 918604) for frequent OSX test_window_bar.html timeouts. 2013-09-27 18:28:43 -04:00
test_svg_animatedGIF.html
test_svg_filter_animation.html
test_synchronized_animation.html Bug 867758 - Test to ensure we don't return to the event loop while changing the frame of two images with the same FPS. r=seth 2013-05-23 09:49:38 +08:00
test_undisplayed_iframe.html
test_xultree_animation.xhtml