[wpt-sync] Sync PR 24248 - [FragmentItem] Skip already added children in CreateBoxFragment
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24248 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24248
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
[FragmentItem] Skip already added children in CreateBoxFragment
FragmentItem keeps all inline items in a flat list. When
inline box fragments are nested, |CreateBoxFragment| handles
the same item twice; once for its parent and another for its
grand parent.This patch fixes this by skipping non-direct children.
Bug: 1096957
Change-Id: If5acba0c5bd687d156cc4530fbe6123bca9840abReviewed-on: https://chromium-review.googlesource.com/2251643
WPT-Export-Revision: c8bfdc44427a872f910ac3a2d3fb54d78bf57b1c
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
PASS: 1
Chrome
OK : 1
PASS: 1
Safari
OK : 1
PASS: 1
Links
Comment 4•6 years ago
|
||
| bugherder | ||
Description
•