[wpt-sync] Sync PR 29099 - Use PostLayoutBoxFragment() in RecalcChildLayoutOverflow()
Categories
(Core :: Layout: Tables, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29099 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29099
Details from upstream follow.
b'Manuel Rego Casasnovas <rego@igalia.com>' wrote:
Use PostLayoutBoxFragment() in RecalcChildLayoutOverflow()
Use PostLayoutBoxFragment() instead of BoxFragment()
in LayoutNGMixin::RecalcChildLayoutOverflow() to avoid hitting
the assert in NGPhysicalBoxFragment::OwnerLayoutBox().This avoids the DCHECK failures when for some reason
the fragment tree is out of sync.BUG=1203387
TEST=external/wpt/css/css-tables/crashtests/vertical_percentage_crash.htmlChange-Id: I957a7b35df4f0179bc8c3d33d2476b86a34a225b
Reviewed-on: https://chromium-review.googlesource.com/2914881
WPT-Export-Revision: 02e82a8d9c4a04145d6d8861c31ae0c4df53333a
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 14 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 7•3 years ago
|
||
bugherder |
Description
•