Open
Bug 1843289
Opened 1 year ago
Updated 1 year ago
Assert/handle not-yet-assigned baseline in overrides of `GetNaturalBaselineBOffset` that return cached value
Categories
(Core :: Layout: Block and Inline, enhancement)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: dshin, Unassigned)
References
Details
bug 1843086 involved returning a not-yet-assigned cached baseline value, which generally gets assigned NS_INTRINSIC_ISIZE_UNKNOWN
.
Some overrides assert this, some don't - these should either assert, return "no baseline," or both.
You need to log in
before you can comment on or make changes to this bug.
Description
•