Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[compositing] Computed value tests #15319

Merged

Conversation

ewilligers
Copy link
Contributor

background-blend-mode, isolation, mix-blend-mode computed values are as specified.
https://drafts.fxtf.org/compositing-1/#property-index

All tests pass with Firefox.

Three background-blend-mode tests fail with Blink/Edge/Safari:
expected "normal, luminosity" but got "normal"
expected "screen, overlay" but got "screen"
expected "color, saturation" but got "color"

@ewilligers
Copy link
Contributor Author

With Blink/Edge/Safari, getComputedStyle()['background-blend-mode'] has as many entries as background-image.

@ewilligers
Copy link
Contributor Author

@plinss please review

@ewilligers
Copy link
Contributor Author

@nikosandronikos please review

@ewilligers ewilligers requested a review from chrishtr May 25, 2019 00:23
@ewilligers
Copy link
Contributor Author

@chrishtr Would you be happy to be added as a WPT reviewer for compositing?

@ewilligers ewilligers requested a review from emilio July 11, 2019 02:22
@chrishtr
Copy link
Contributor

Sorry I spaced and missed this comment. I can review in the future, yes.

background-blend-mode, isolation, mix-blend-mode computed values are as specified.
https://drafts.fxtf.org/compositing-1/#property-index

All tests pass with Firefox.

Three background-blend-mode tests fail with Blink/Edge/Safari:
expected "normal, luminosity" but got "normal"
expected "screen, overlay" but got "screen"
expected "color, saturation" but got "color"
@ewilligers ewilligers merged commit d0a227e into web-platform-tests:master Jul 12, 2019
@ewilligers ewilligers deleted the compositing-computed branch July 12, 2019 03:09
natechapin pushed a commit to natechapin/wpt that referenced this pull request Aug 23, 2019
background-blend-mode, isolation, mix-blend-mode computed values are as specified.
https://drafts.fxtf.org/compositing-1/#property-index

All tests pass with Firefox.

Three background-blend-mode tests fail with Blink/Edge/Safari:
expected "normal, luminosity" but got "normal"
expected "screen, overlay" but got "screen"
expected "color, saturation" but got "color"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants