Closed
Bug 2033659
Opened 28 days ago
Closed 28 days ago
testing/web-platform/tests/jpegxl/imagedecoder-animation.https.html expects all frameCount to be finished before the decoder is complete
Categories
(Core :: Graphics: ImageLib, task)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•28 days ago
|
||
The spec https://w3c.github.io/webcodecs/#dom-imagetracklist-ready-promise-slot is clear: (after the ready promise) "ImageTrack frameCount can receive subsequent updates until complete is true." So if we are expecting frameCount to be 2 or greater then we have to wait for decoder.completed.
Pushed by tnikkel@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/9cef7e91c35b
https://hg.mozilla.org/integration/autoland/rev/3029f5caffcf
testing/web-platform/tests/jpegxl/imagedecoder-animation.https.html expects all frameCount to be finished before the decoder is complete. r=gfx-reviewers,lsalzman
Status: NEW → RESOLVED
Closed: 28 days ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/59379 for changes under testing/web-platform/tests
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•