[wpt-sync] Sync PR 53034 - layout: Floor free space by 0 in solve_inline_margins_avoiding_floats()
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53034 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53034
Details from upstream follow.
Oriol Brufau <obrufau@igalia.com> wrote:
layout: Floor free space by 0 in solve_inline_margins_avoiding_floats()
PlacementAmongFloats
should guarantee that the inline size of the placement rect is at least as big as the inline size of the box, resulting in a non-negative free space.However, that may fail when dealing with huge sizes that need to be saturated to MAX_AU, so this floors the free space by zero.
Testing: New crashtest
Fixes: #<!-- nolink -->37312Reviewed in servo/servo#37362
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Comment 1•11 days ago
|
||
Assignee | ||
Comment 2•10 days ago
|
||
CI Results
Ran 11 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
CRASH
: 1
Links
Comment 4•5 hours ago
|
||
bugherder |
Description
•