Open
Bug 757305
Opened 13 years ago
Updated 3 years ago
"ASSERTION: Computed overflow area must contain frame bounds" with XUL crashtest
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, testcase)
1. Set dom.allow_XUL_XBL_for_file to true
2. Load layout/generic/crashtests/578977.html
Result:
###!!! ASSERTION: Computed overflow area must contain frame bounds: 'aNewSize.width == 0 || aNewSize.height == 0 || r->width == nscoord_MAX || r->height == nscoord_MAX || (mState & NS_FRAME_SVG_LAYOUT) || r->Contains(nsRect(nsPoint(0,0), aNewSize))', file ../../../layout/generic/nsFrame.cpp, line 6742
This shows up in Tinderbox logs.
This was initially marked in the crashtest manifest as bug 610331, but that bug is now marked as WFM. I'll change the crashtest manifest to point at this bug.
Flags: in-testsuite+
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•