Closed Bug 1357060 Opened 9 years ago Closed 8 years ago

stylo: border-image-width-large.html hits MOZ_ASSERT(value >= 0)

Categories

(Core :: CSS Parsing and Computation, enhancement, P2)

enhancement

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: u459114, Assigned: u459114)

References

Details

(Keywords: assertion)

Patches in bug 1341703 try to fix border-image painting with stylo enable. border-image-width-large.html is skipped since we hit an overflow assertion in nsCSSBorderImageRenderer::nsCSSBorderImageRenderer() { // NSToCoordRoundWithClamp rounds towards infinity, but that's OK // because we expect value to be non-negative. MOZ_ASSERT(value >= 0) ; }
Assignee: nobody → cku
Priority: -- → P2
This test seems to be enabled now.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.