Closed
Bug 420654
Opened 18 years ago
Closed 16 years ago
"ASSERTION: How is col_width nscoord_MAX if space isn't?" with MathML directly in TR
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
Loading the testcase triggers a bunch of assertions, including:
###!!! ASSERTION: How is col_width nscoord_MAX if space isn't?: 'col_width != nscoord_MAX', file /Users/jruderman/trunk/mozilla/layout/tables/BasicTableLayoutStrategy.cpp, line 987
###!!! ASSERTION: How is col_width_before_adjust nscoord_MAX if space isn't?: 'col_width_before_adjust != nscoord_MAX', file /Users/jruderman/trunk/mozilla/layout/tables/BasicTableLayoutStrategy.cpp, line 989
<td><m:mrow class="wide" id="cm"></m:mrow></td>
whoa pseudo mathml table frame creation and a width tag on a row
no whoa, there is no mathml pseudo frame creation, which might be the core issue.
Reporter | ||
Comment 3•16 years ago
|
||
WFM on trunk.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 4•16 years ago
|
||
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•