Open
Bug 1257766
Opened 9 years ago
Updated 2 years ago
"ASSERTION: Shouldn't return empty rect" with CSS filter
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
###!!! ASSERTION: Shouldn't return empty rect: '!mTmp.IsEmpty()', file nsRegion.h, line 375
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
The box has x1 = -180, x2 = 2147483580, so when it's converted to a rect the width is x2-x1 = 2147483580 + 180, which overflows negative since these are signed 32 bit ints. And negative widths are interpreted as empty.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•