Closed
Bug 1365066
Opened 6 years ago
Closed 6 years ago
stylo: object-position and object-fit don't work on <video poster>
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 1364591
People
(Reporter: manishearth, Unassigned)
References
(Blocks 1 open bug)
Details
<video poster> lets you specify a background image to be used in the video. This image can be manipulated with object-fit and object-position. Posters work in Stylo (for video, img, and object, and embed elements), but they aren't affected by the object-fit/object-position properties in the case of video elements. Causes the failures of layout/reftests/image/image-object-*-with-background-1.html and layout/reftests/w3c-css/submitted/images3/object-* (44 tests) Video posters are NAC, so it's probably a bug there.
![]() |
||
Comment 1•6 years ago
|
||
I expect the patch for bug 1364591 fixes all of this stuff. Just waiting for the servo CI to get its act together before I can land the test expectations...
Depends on: 1364591
![]() |
||
Comment 2•6 years ago
|
||
Specifically, bug 1364591 will make the declarations at http://searchfox.org/mozilla-central/rev/ae24a3c83d22e0e35aecfd9049c2b463ca7e045b/layout/style/res/html.css#751-752 apply.
Reporter | ||
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•