Open
Bug 1516113
Opened 6 years ago
Updated 2 years ago
[wpt-sync] Sync PR 14647 - [PE] Fix video overflow clip
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14647 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14647
Details from upstream follow.
Xianzhu Wang <wangxianzhu@chromium.org> wrote:
> [PE] Fix video overflow clip
>
> Previously video with object-fit:none or object-fit:cover was
> not clipped when the contents overflowed the replaced content
> box, because it was treated as an image that was supposed
> not to paint outside of the replaced content box but not true.
>
> Simplify overflow clip logic of replaced element. Remove the
> dependency of image overflow clip on compositing state.
>
> We treat videos as images, so the above change fixes video clip
> issue.
>
> ReplacedPainter will emit paint chunk with overflow clip
> depending on paint property only. No longer depends on other
> conditions. This applies to all replaced elements.
>
> Bug: 912357
> Change-Id: I5de102f7b6b9ad79f372392de44012deb8a9cfec
>
> Reviewed-on: https://chromium-review.googlesource.com/1387152
> WPT-Export-Revision: 41e2a992545f5757e1353ba768c985bf783a2333
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=122ebaa24938955b5fc7144f7ccb02fa38263227
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=ef94a7a8f119e042878b6b15ec1b99c5e97f35d9
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=3c6cd90483a17db058be5a3035ba20a22941626a
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=31d302f9203c55977bc3df98398d39b14de67e1a
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•