Closed
Bug 1324640
Opened 8 years ago
Closed 7 years ago
stylo: several tests non-fatally assert with "ComputeLineHeight screwed up"
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: heycam, Unassigned)
References
(Blocks 1 open bug)
Details
###!!! ASSERTION: ComputeLineHeight screwed up: 'lineHeight >= 0', file /home/worker/workspace/build/src/layout/generic/ReflowInput.cpp, line 2845
layout/generic/crashtests/345617-1.html
layout/generic/crashtests/387088-1.html
layout/generic/crashtests/512725-1.html
layout/generic/crashtests/595435-1.xhtml
These all have very large (and presumably overflowing) line-height values, so perhaps Gecko is doing some sort of clamping when computing line-height that Servo isn't doing.
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
|
||
Should be fixed with https://github.com/servo/app_units/pull/26
Updated•7 years ago
|
Status: REOPENED → RESOLVED
Closed: 8 years ago → 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•