Open
Bug 1950236
Opened 15 hours ago
Updated 36 minutes ago
Always try webm source first for `canvas-display-p3-drawImage-video.html`
Categories
(Core :: Graphics: Canvas2D, task)
Core
Graphics: Canvas2D
Tracking
()
NEW
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In canvas-display-p3-drawImage-video.html
, it will append both mp4
and webm
sources and let browser to determine which source is supported. The mp4 file it uses is a hevc file, which isn't supported on Linux until bug 1950032.
When enabling HEVC, those Rec2020-3FF000000, Context srgb, ImageData srgb
and Rec2020-3FF000000, Context display-p3, ImageData srgb
related tests would fail. Considering the support of HEVC is not available on every devices, we should always use webm
as source for testing, and will probably need to work on all those failed cases in the future.
Assignee | ||
Comment 1•15 hours ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•