Bug 48569 - Box shadows on vertical inlines don't paint properly.
Summary: Box shadows on vertical inlines don't paint properly.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 46123
  Show dependency treegraph
 
Reported: 2010-10-28 15:17 PDT by Dave Hyatt
Modified: 2010-10-28 23:30 PDT (History)
1 user (show)

See Also:


Attachments
Patch (847.17 KB, patch)
2010-10-28 20:38 PDT, Dave Hyatt
no flags Details | Formatted Diff | Diff
Patch (907.19 KB, patch)
2010-10-28 20:41 PDT, Dave Hyatt
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-10-28 15:17:33 PDT
Box shadows on vertical inlines don't paint properly.
Comment 1 Dave Hyatt 2010-10-28 20:38:21 PDT
Created attachment 72290 [details]
Patch
Comment 2 Dave Hyatt 2010-10-28 20:41:26 PDT
Created attachment 72291 [details]
Patch
Comment 3 mitz 2010-10-28 20:46:57 PDT
Comment on attachment 72291 [details]
Patch

Something is wrong here: look at the pixel results for box-shadow-vertical-*: the shadow isn’t clipped out correctly and you can see white pixels around the corner next to the word “line.”
Comment 4 mitz 2010-10-28 23:22:21 PDT
(In reply to comment #3)
> (From update of attachment 72291 [details])
> Something is wrong here: look at the pixel results for box-shadow-vertical-*: the shadow isn’t clipped out correctly and you can see white pixels around the corner next to the word “line.”

Actually, that’s a border-radius clipping problem, unrelated to shadows.
Comment 5 Dave Hyatt 2010-10-28 23:30:21 PDT
Fixed in r70843.