| Summary: | image.decode() promise does not resolve or reject on some <img src=mp4> | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Colin Bendell <colin> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | ap, jer.noble, sabouhallawa, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Colin Bendell
2020-09-14 05:52:54 PDT
Not sure if this is actionable with bug 216088 fixed. I see one failure on this test, but it's the same as in shipping Safari, and Chrome has more failures. Do you have a test that passes in shipping Safari, and fails with a trunk WebKit build? The image.decode() failure for <img src=av1.mp4> does pre-exist. While that part is not a regression is a bug. Any invalid or unsupported mp4s will fail to Promise.reject() The other image.decode() failures on valid/supported mp4 containers appears to be resolved. Should I open a new bug? Or rename this one? Thank you for the confirmation, removed REGRESSION from the title. |