Bug 117532

Summary: [CSS Blending] Gradient background layers don't blend with any of the layers behind
Product: WebKit Reporter: Mihai Tica <mitica>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, rniwa, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 108546    
Attachments:
Description Flags
Patch for review
none
BlendModeNormal was missing from the first test case
none
draft test file none

Description Mihai Tica 2013-06-12 01:51:19 PDT
When specifying background blending for an element with a background gradient and several other layers, the blending operation is not performed.
Comment 1 Mihai Tica 2013-06-13 02:42:14 PDT
Created attachment 204563 [details]
Patch for review
Comment 2 Mihai Tica 2013-06-13 02:51:43 PDT
Created attachment 204564 [details]
BlendModeNormal was missing from the first test case
Comment 3 Dirk Schulze 2013-06-13 07:44:47 PDT
Comment on attachment 204564 [details]
BlendModeNormal was missing from the first test case

LGTM. r=me.
Comment 4 WebKit Commit Bot 2013-06-13 08:05:36 PDT
Comment on attachment 204564 [details]
BlendModeNormal was missing from the first test case

Clearing flags on attachment: 204564

Committed r151547: <http://trac.webkit.org/changeset/151547>
Comment 5 WebKit Commit Bot 2013-06-13 08:05:39 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Ryosuke Niwa 2013-06-19 00:48:31 PDT
*** Bug 117772 has been marked as a duplicate of this bug. ***
Comment 7 Rik Cabanier 2013-06-27 09:51:37 PDT
Created attachment 205614 [details]
draft test file