Created attachment 95082 [details] Testcase WebKit has incorrect rendering of rounded, transparent borders if the element has -webkit-background-clip: content-box. See testcase.
It's not obvious from http://www.w3.org/TR/css3-background/ that background-clip: content-box; should cause the background to get clipped to a non-rectangular area, but Firefox does it.
I updated this test case by removing -webkit- prefixes: Link - https://jsfiddle.net/hkoq0v24/show I am not able to find differences between all browsers (Chrome Canary 107, Firefox Nightly 106 and STP 152). Appreciate if someone can confirm whether it is reproducible for them or not? Thanks!
Not sure who changed, but identical results from all browsers strongly suggest that there is nothing to do here.