Closed Bug 398387 Opened 17 years ago Closed 15 years ago

ASSERTION: Doing nscoord addition with values > nscoord_MAX

Categories

(Core :: Layout: Tables, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: neil, Unassigned)

References

()

Details

(Keywords: assertion)

From BasicTableLayoutStrategy.cpp:
        nscoord large_pct_pref = nscoord(float(nonpct_pref_total) /
                                         (1.0f - pct_total));
In my case, pct_total is 0.99999988 and nonpct_pref_total is 3300.
this is wfm
Keywords: testcase-wanted
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.