WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
294323
incorrect clipping for background-color on double border and border-radius: 50%
https://bugs.webkit.org/show_bug.cgi?id=294323
Summary
incorrect clipping for background-color on double border and border-radius: 50%
Karl Dubost
Reported
2025-06-11 07:14:54 PDT
<div id="outer"> <div> <p>Test</p> </div> </div> #outer { width: 200px; height: 200px; padding: 40px; border: 10px double; overflow: hidden; border-radius: 50%; background: green local border-box; } The green is overflowing in between the two lines of the border. The painting should happen only inside the inner border line.
http://wpt.live/css/css-backgrounds/background-attachment-local/attachment-local-clipping-color-4.html
http://wpt.fyi/css/css-backgrounds/background-attachment-local/attachment-local-clipping-color-4.html
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-06-11 09:16:32 PDT
<
rdar://problem/153089071
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug