Closed
Bug 1246821
Opened 9 years ago
Closed 9 years ago
Inset box-shadows with non-zero blur/spread radius render incorrectly.
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1227216
People
(Reporter: rkogan, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36
Steps to reproduce:
I used an inset box-shadow with a non-zero blur radius:
box-shadow: inset 50px 0 5px 0 red;
Actual results:
The box shadow is drawn incorrectly.
https://jsfiddle.net/rkogan/wewvrj7t/
Expected results:
There should be 50px of solid red starting at the left, but it mostly disappears once the blur radius is raised above 0.
Comment 2•9 years ago
|
||
I can repro the issue too. We also have old pixel difference test results to demonstrate that this regression was introduced after 43.0. Old goldens from 43.0 look fine, but we found the issue when our testing infrastructure moved to v. 44.0.
![]() |
||
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•