Closed
Bug 444863
Opened 17 years ago
Closed 16 years ago
"ASSERTION: unexpected height value" with large padding
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
|
247 bytes,
text/html
|
Details |
Loading the testcase triggers four assertions. The second and third seem to be ones I haven't seen before.
###!!! ASSERTION: containing block height must be constrained: 'containingBlockHeight != NS_AUTOHEIGHT', file /Users/jruderman/central/layout/generic/nsHTMLReflowState.cpp, line 1114
###!!! ASSERTION: unexpected 'containing block height': 'NS_AUTOHEIGHT != aContainingBlockHeight', file /Users/jruderman/central/layout/base/nsLayoutUtils.cpp, line 1949
###!!! ASSERTION: unexpected height value: 'aCoord.GetUnit() == eStyleUnit_None || aCoord.GetUnit() == eStyleUnit_Auto', file /Users/jruderman/central/layout/base/nsLayoutUtils.cpp, line 1957
nsBlockReflowContext: Area(div)(1)@0x1e569120 metrics=0,1073741824!
###!!! ASSERTION: This coordinate should be constrained: 'a != nscoord_MAX', file ../../dist/include/gfx/nsCoord.h, line 243
| Reporter | ||
Comment 1•16 years ago
|
||
WFM on trunk. No assertions.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 2•16 years ago
|
||
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•