Closed
Bug 1324682
Opened 8 years ago
Closed 7 years ago
stylo: layout/tables/crashtests/420654-1.xhtml non-fatally asserts with "intrinsic widths out of order: 'aMinCoord <= aPrefCoord"
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: heycam, Assigned: xidorn)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
###!!! ASSERTION: negative widths not allowed: 'aResult >= 0', file /home/worker/workspace/build/src/layout/base/nsLayoutUtils.cpp, line 4518
Has a very large width property value.
Reporter | ||
Comment 1•8 years ago
|
||
This is fixed in the latest mozilla-central -> stylo merge.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•8 years ago
|
||
This didn't get fixed after all (see bug 1334938); sorry for the noise.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•8 years ago
|
Priority: -- → P3
Comment 3•8 years ago
|
||
Now we get another assertion.
ASSERTION: intrinsic widths out of order: 'aMinCoord <= aPrefCoord', file /home/ikezoe/stylo/layout/tables/nsTableColFrame.h, line 166
Summary: stylo: layout/tables/crashtests/420654-1.xhtml non-fatally asserts with "negative widths not allowed" → stylo: layout/tables/crashtests/420654-1.xhtml non-fatally asserts with "intrinsic widths out of order: 'aMinCoord <= aPrefCoord"
Updated•7 years ago
|
Priority: P3 → --
Reporter | ||
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Comment 4•7 years ago
|
||
This doesn't seem to be a Stylo-specific issue at all.
This test was marked with a "asserts-if(stylo,4)" in bug 1324624, but this special marking is latter removed in bug 1342596 without the related bug being removed at the same time.
I think we can just remove the bug reference and close this bug.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8906465 [details]
Bug 1324682 - Remove annotation of this bug.
https://reviewboard.mozilla.org/r/178216/#review183112
Attachment #8906465 -
Flags: review+
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1cc09280f38c
Remove annotation of this bug. r=xidorn
Comment 8•7 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 8 years ago → 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•6 years ago
|
Assignee: nobody → xidorn+moz
You need to log in
before you can comment on or make changes to this bug.
Description
•