Closed
Bug 1783296
Opened 3 years ago
Closed 3 years ago
Obey contain-intrinsic-size in videos
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: Oriol, Assigned: Oriol)
References
Details
Attachments
(1 file)
nsVideoFrame.cpp assumes a 0px intrinsic size when there is size containment in both axes.
Instead it should use the size resulting from contain-intrinsic-size.
Bug 1780475 already covered videos with size containment in a single axis.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by oriol-bugzilla@hotmail.com:
https://hg.mozilla.org/integration/autoland/rev/86c6be6d639c
Obey contain-intrinsic-size in videos. r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/35484 for changes under testing/web-platform/tests
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•