Bug 117532 - [CSS Blending] Gradient background layers don't blend with any of the layers behind
Summary: [CSS Blending] Gradient background layers don't blend with any of the layers ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 117772 (view as bug list)
Depends on:
Blocks: 108546
  Show dependency treegraph
 
Reported: 2013-06-12 01:51 PDT by Mihai Tica
Modified: 2013-06-27 09:51 PDT (History)
5 users (show)

See Also:


Attachments
Patch for review (1.11 MB, patch)
2013-06-13 02:42 PDT, Mihai Tica
no flags Details | Formatted Diff | Diff
BlendModeNormal was missing from the first test case (1.01 MB, patch)
2013-06-13 02:51 PDT, Mihai Tica
no flags Details | Formatted Diff | Diff
draft test file (6.05 KB, text/html)
2013-06-27 09:51 PDT, Rik Cabanier
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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