[wpt-sync] Sync PR 16237 - Fix bug in determining compositing containers.
Categories
(Core :: SVG, defect, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 16237 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/16237
Details from upstream follow.
Chris Harrelson <chrishtr@chromium.org> wrote:
Fix bug in determining compositing containers.
\<foreignObject> is a special beast, which is a stacking context, but
also one that paints in the normal flow list of its parent. This
patch adds some special code in GraphicsLayerUpdater to handle
this situation.Bug: 947783
Change-Id: I551d216c910ecea6867b71f63c53b9c62324ada3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549929
Reviewed-by: Mason Freed \<masonfreed@chromium.org>
Commit-Queue: Chris Harrelson \<chrishtr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#647792}
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Comment 6•6 years ago
|
||
bugherder |
Description
•