[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: mozilla.org, 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•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1580af030bca2a5e7247e361ea20a8225a4d4fc3
Assignee | ||
Comment 2•2 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
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/406df6d65cc5 [wpt PR 24248] - [FragmentItem] Skip already added children in CreateBoxFragment, a=testonly
Comment 4•2 years ago
|
||
bugherder |
Description
•