Open
Bug 685634
Opened 14 years ago
Updated 2 years ago
Review gif animation polling tests
Categories
(Core :: Graphics: ImageLib, defect, P5)
Core
Graphics: ImageLib
Tracking
()
NEW
People
(Reporter: jwir3, Unassigned)
References
Details
For bug 666446 8 tests, along with a test framework, were added to the imagelib test suite. They all poll for animated images in different conditions. However, it would be more elegant if we could register an onStopFrame handler, and verify each frame individually, rather than simply polling for the final frame.
For some images, such as background images, it's unclear whether we can get access to an imgIRequest object from javascript. We need to investigate whether this can be done, and implement it, if possible.
Reporter | ||
Updated•13 years ago
|
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•