Open
Bug 1860388
Opened 1 year ago
Updated 7 months ago
CSS box-shadow property has incorrect rendering
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: annonyrat, Assigned: gw)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
757 bytes,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0
Steps to reproduce:
Use Bootstrap 5.3 (this probably doesn't matter)
Set this/a similar rule in the CSS structure:
box-shadow: 0 5pt 0 black
Actual results:
The shadow has an annoying offset that gives it a little gap.
Expected results:
The results on Chromium, WebKit or other engines. (Regular-CSS.png)
Btw, the image there is what is rendered on Google Chrome (what SHOULD be rendered.)
Comment 2•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Graphics: WebRender' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Graphics: WebRender
Product: Firefox → Core
Updated•1 year ago
|
Severity: -- → S3
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → gwatson
Flags: needinfo?(gwatson)
Updated•8 months ago
|
Blocks: wr-correctness
Assignee | ||
Updated•7 months ago
|
Blocks: wr-box-shadow
You need to log in
before you can comment on or make changes to this bug.
Description
•