Bug 112199

Summary: Lines due to combination of box-shadow and border-radius
Product: WebKit Reporter: Derk-Jan Hartman <hartman.wiki>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.8   
URL: http://www.wikidata.org/wiki/Wikidata:Main_Page
Attachments:
Description Flags
Screenshot of the problem none

Description Derk-Jan Hartman 2013-03-12 15:20:40 PDT
It seems there is an issue in the following situation.

1: A box-shadow applied on a div
2: A border-radius applied to the same div

This occasionally leads to spurious lines being drawn inside these divs. Using the webkit inspector, removing either of these css properties removes the line problem.
Comment 1 Derk-Jan Hartman 2013-03-12 15:21:39 PDT
Created attachment 192823 [details]
Screenshot of the problem
Comment 2 Derk-Jan Hartman 2015-06-30 13:27:30 PDT
This issue no longer occurs.