Bug 117459 - Border-radius doesn't work properly if div contains table and it's background is changed on mouse events
Summary: Border-radius doesn't work properly if div contains table and it's background...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-06-10 18:05 PDT by Ryosuke Niwa
Modified: 2022-09-28 09:24 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!