Bug 60725 - box-shadow spread affects border-radius of other box-shadows
Summary: box-shadow spread affects border-radius of other box-shadows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-12 14:04 PDT by Ian Young
Modified: 2011-05-14 00:15 PDT (History)
1 user (show)

See Also:


Attachments
testcase reproducing the behavior (314 bytes, text/html)
2011-05-12 14:05 PDT, Ian Young
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Young 2011-05-12 14:04:38 PDT
When multiple box-shadows are declared on an element with border-radius, if one of the shadows has a "spread" distance defined, it affects the border radius that the other shadows render.

Attaching an example. Observed in Google Chrome 11.0.696.68 (WebKit 534.24).
Comment 1 Ian Young 2011-05-12 14:05:12 PDT
Created attachment 93334 [details]
testcase reproducing the behavior
Comment 2 Mihnea Ovidenie 2011-05-13 04:50:38 PDT
This does not repro in Safari WebKit on Mac using r86200. Maybe a Chrome bug?
Comment 3 Ian Young 2011-05-14 00:15:23 PDT
I can reproduce in Safari r81878, but not by r83253. Tried a nightly of Chrome and it is resolved there as well. So it looks like it got fixed in WebKit at some point and is making its way to release. Thanks!