Bug 119461

Summary: Directly composited background layers might intersect with children
Product: WebKit Reporter: Dean Jackson <dino>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: noam, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Test case none

Description Dean Jackson 2013-08-02 15:51:23 PDT
See attached testcase. A element has a directly composited background that then intersects with its children layers. We either need to flatten (which might be incorrect if the container preserves3d) or turn off composited backgrounds in this case.
Comment 1 Dean Jackson 2013-08-02 15:51:48 PDT
Created attachment 208051 [details]
Test case
Comment 2 Radar WebKit Bug Importer 2013-08-02 15:52:05 PDT
<rdar://problem/14637848>
Comment 3 Dean Jackson 2013-08-02 15:52:35 PDT
This regression was caused by Bug 103786 and http://trac.webkit.org/changeset/137006