Closed
Bug 1573759
Opened 5 years ago
Closed 5 years ago
ASSERTION: Column set should be complete if the available block-size is unconstrained on 1566672.html
Categories
(Core :: Layout: Columns, defect, P5)
Core
Layout: Columns
Tracking
()
RESOLVED
DUPLICATE
of bug 1575106
People
(Reporter: TYLin, Unassigned)
References
(Regression)
Details
(Keywords: regression)
My WIP patches in bug 1569701 can trigger an assertion
ASSERTION: Column set should be complete if the available block-size is unconstrained: 'aStatus.IsFullyComplete() || aReflowInput.AvailableBSize() != NS_UNCONSTRAINEDSIZE'
on the crashtest 1566672.html.
Should this block one of the bugs for shipping column span (to nightly or to release)?
Flags: needinfo?(aethanyc)
Reporter | ||
Comment 2•5 years ago
•
|
||
Yes. Since this soft assertion happens only on a particular crashtest, not on any reftests, let's have this block shipping column-span.
Blocks: ship-column-span
Flags: needinfo?(aethanyc)
Reporter | ||
Comment 3•5 years ago
|
||
This assertion is fixed by bug 1575106, and the assertion annotation is removed in bug 1575106 Part 4.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•