[wpt-sync] Sync PR 33804 - [BlockFragmentation] Split null/max MinimalSpaceShortage representation
Categories
(Core :: Layout: Columns, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33804 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33804
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[BlockFragmentation] Split null/max MinimalSpaceShortage representation
Previously we'd represent the "null" MinimalSpaceShortage as LayoutUnit::Max().
This causes us to be "confused" when we have a space-shortage which is
also LayoutUnit::Max(). This changes the representation to use
absl::optional\<LayoutUnit> for the algorithm parts, and internally
just a LayoutUnit (similar to the current layout-result), with "null"
being kIndefiniteSize.Bug: 1314866
Change-Id: I27be96fddcc6dba260a3b7531483b168fd75e393Reviewed-on: https://chromium-review.googlesource.com/3606583
WPT-Export-Revision: 62de0dbdb939c6a87e47f033e81a6e762933d249
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 10 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
Description
•