[wpt-sync] Sync PR 33532 - Remove IsAnonymousNGMulticolInlineWrapper LayoutObject bit.
Categories
(Core :: Layout: Columns, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33532 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33532
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Remove IsAnonymousNGMulticolInlineWrapper LayoutObject bit.
Instead, calculate whether an anonymous block is a direct child of the
multicol container (ignoring the flow thread) on the fly.We could probably have fixed this by having LayoutBlockFlow::
MakeChildrenNonInline() update the bit as well, but this just seems too
tricky (and MakeChildrenNonInline() might not even be the only place
that was missing this).Bug: 1308071
Change-Id: I16090a9252590b346dfaf27d34a798347710b704
Reviewed-on: https://chromium-review.googlesource.com/3571876
WPT-Export-Revision: 57d2e25299b74c298e7b5e9d4aeb4c24b605f454
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 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•3 years ago
|
||
bugherder |
Description
•