Bug 9543

Summary: background not clipped by border-radius on ancestor when overflow is not visible
Product: WebKit Reporter: Nicholas Shanks <nickshanks>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: crupuk, ian, phiw2, simon.fraser, webkit-bugzilla15a
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://web.nickshanks.com/browsers/ie/macosx
Attachments:
Description Flags
test case none

Description Nicholas Shanks 2006-06-22 02:22:51 PDT
When overflow is not set to visible, the background image of a child element should be clipped by the border-radius of a parent element. Currently it just overflows as if there was no clipping.
Comment 1 Simon Fraser (smfr) 2009-05-15 23:28:04 PDT
This is fixed now. Try a webkit nightly build.
Comment 2 Nicholas Shanks 2009-05-19 08:11:47 PDT
It's not fixed as of r43841 running on Leopard. In the test case I am just about to attach, the five rounded rects should look the same due to the "overflow: hidden" on the bordered div.
Comment 3 Nicholas Shanks 2009-05-19 08:12:31 PDT
Created attachment 30469 [details]
test case
Comment 4 Simon Fraser (smfr) 2011-09-26 16:09:58 PDT

*** This bug has been marked as a duplicate of bug 50072 ***