WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 132325
[CSS Blending] Add tests using blending and isolation for body and html elements.
https://bugs.webkit.org/show_bug.cgi?id=132325
Summary
[CSS Blending] Add tests using blending and isolation for body and html eleme...
Ion Rosca
Reported
2014-04-29 01:01:36 PDT
Add tests using blending and isolation for body and html elements. Some scenarios: * Child of body should blend with body content, with body's background and, if any, html's background, otherwise, with the white opaque viewport. * If body creates a stacking context, then a child of body should blend with content of body, excluding body's background. * Setting mix-blend-mode on body, all the body contents, excluding background should blend with body's background and (if any) html background. There is a bug:
https://bugs.webkit.org/show_bug.cgi?id=75460
, saying that body's background will be truncated in this case. * Set mix-blend-mode on html element -> everything should blend with opaque white. * Setting isolation on html should not change anything. * Setting isolation on body should create a stacking context.
Attachments
Patch
(11.17 KB, patch)
2014-05-05 05:45 PDT
,
Ion Rosca
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ion Rosca
Comment 1
2014-05-05 05:45:45 PDT
Created
attachment 230821
[details]
Patch
Dirk Schulze
Comment 2
2014-05-05 10:16:14 PDT
Comment on
attachment 230821
[details]
Patch r=me
WebKit Commit Bot
Comment 3
2014-05-05 23:04:57 PDT
Comment on
attachment 230821
[details]
Patch Clearing flags on attachment: 230821 Committed
r168349
: <
http://trac.webkit.org/changeset/168349
>
WebKit Commit Bot
Comment 4
2014-05-05 23:05:00 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug