[wpt-sync] Sync PR 21210 - Avoid duplicated paint chunk id when painting SVG inline flow box with effect
Categories
(Core :: SVG, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21210 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21210
Details from upstream follow.
Xianzhu Wang <wangxianzhu@chromium.org> wrote:
Avoid duplicated paint chunk id when painting SVG inline flow box with effect
When creating a paint chunk for a SVG inline flow box, use the inline
flow box instead of the containing layout object as the
DisplayItemClient because the layout object may create multiple paint
chunks for multiple inline flow boxes.Bug: 1039070
Change-Id: I9a4b332205f22d3b57b0794b6d52ddb696835693
Reviewed-on: https://chromium-review.googlesource.com/2002898
WPT-Export-Revision: c87f397093e106204e962e2c0ec7ad0009955bc8
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
PASS: 1
Safari
PASS: 1
Links
Comment 4•5 years ago
|
||
bugherder |
Description
•