Bug 117459

Summary: Border-radius doesn't work properly if div contains table and it's background is changed on mouse events
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, bdakin, dino, hyatt, karlcow, simon.fraser
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Ryosuke Niwa 2013-06-10 18:05:43 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/5aa7afdf40e9428501155eb449bd3b28896d65a5

We need to take into account the border-radius of the clip rect when deciding if a layer needs clipping or not.
Comment 1 Ahmad Saleem 2022-09-28 09:24:45 PDT
I took the testcase from Chromium patch:

https://jsfiddle.net/7qrp3eux/show

I am not able to find any difference in rendering of the above in Safari 16, Chrome Canary 108 and Firefox Nightly 107.

Can we mark this as "RESOLVED CONFIGURATION CHANGED"? Thanks!