Bug 261708
Summary: | Mix-blend-mode incorrectly blends with view base color | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
Component: | Layout and Rendering | Assignee: | Matt Woodrow <mattwoodrow> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://github.com/web-platform-tests/wpt/pull/42069 | ||
Bug Depends on: | |||
Bug Blocks: | 176830 |
Matt Woodrow
Mix-blend-mode on an element that blends into the 'Root Element Group' should have only the root element's background color, or transparent if none. We're including the opaque white base color of the RenderView too, which is incorrect.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/115688282>
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/17884
Matt Woodrow
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/42069
EWS
Committed 268173@main (4f26343f6d0b): <https://commits.webkit.org/268173@main>
Reviewed commits have been landed. Closing PR #17884 and removing active labels.