Enable Servo support for background-blend-mode#344
Merged
Conversation
This change enables `background-blend-mode` for Servo. Signed-off-by: Martin Robinson <mrobinson@fastmail.fm>
mrobinson
pushed a commit
to mrobinson/servo
that referenced
this pull request
Mar 25, 2026
This change adds support for `background-blend-mode` to Servo by creating one stacking context per blend and a single stacking context to serve as the blend container. This matches the approach that Gecko takes. Stylo PR: servo/stylo#344 Signed-off-by: Martin Robinson <mrobinson@fastmail.fm>
mrobinson
pushed a commit
to mrobinson/servo
that referenced
this pull request
Mar 25, 2026
This change adds support for `background-blend-mode` to Servo by creating one stacking context per blend and a single stacking context to serve as the blend container. This matches the approach that Gecko takes. Stylo PR: servo/stylo#344 Signed-off-by: Martin Robinson <mrobinson@fastmail.fm>
Loirooriol
approved these changes
Mar 25, 2026
mrobinson
pushed a commit
to mrobinson/servo
that referenced
this pull request
Mar 26, 2026
This change adds support for `background-blend-mode` to Servo by creating one stacking context per blend and a single stacking context to serve as the blend container. This matches the approach that Gecko takes. Stylo PR: servo/stylo#344 Signed-off-by: Martin Robinson <mrobinson@fastmail.fm>
mrobinson
pushed a commit
to mrobinson/servo
that referenced
this pull request
Mar 26, 2026
This change adds support for `background-blend-mode` to Servo by creating one stacking context per blend and a single stacking context to serve as the blend container. This matches the approach that Gecko takes. Stylo PR: servo/stylo#344 Signed-off-by: Martin Robinson <mrobinson@fastmail.fm>
mrobinson
pushed a commit
to mrobinson/servo
that referenced
this pull request
Mar 28, 2026
This change adds support for `background-blend-mode` to Servo by creating one stacking context per blend and a single stacking context to serve as the blend container. This matches the approach that Gecko takes. Stylo PR: servo/stylo#344 Signed-off-by: Martin Robinson <mrobinson@fastmail.fm>
mrobinson
pushed a commit
to mrobinson/servo
that referenced
this pull request
Mar 28, 2026
This change adds support for `background-blend-mode` to Servo by creating one stacking context per blend and a single stacking context to serve as the blend container. This matches the approach that Gecko takes. Stylo PR: servo/stylo#344 Signed-off-by: Martin Robinson <mrobinson@fastmail.fm>
mrobinson
pushed a commit
to mrobinson/servo
that referenced
this pull request
Mar 28, 2026
This change adds support for `background-blend-mode` to Servo by creating one stacking context per blend and a single stacking context to serve as the blend container. This matches the approach that Gecko takes. Stylo PR: servo/stylo#344 Signed-off-by: Martin Robinson <mrobinson@fastmail.fm>
github-merge-queue Bot
pushed a commit
to servo/servo
that referenced
this pull request
Mar 28, 2026
This change adds support for `background-blend-mode` to Servo by creating one stacking context per blend and a single stacking context to serve as the blend container. This matches the approach that Gecko takes. Stylo PR: servo/stylo#344 Testing: This change causes some WPT tests to start passing. In general this feature is not well exercised by tests. I suspect that blending is hard to test properly. Fixes: #43621 Signed-off-by: Martin Robinson <mrobinson@fastmail.fm> Co-authored-by: Martin Robinson <mrobinson@fastmail.fm>
mrobinson
pushed a commit
to mrobinson/servo
that referenced
this pull request
Mar 28, 2026
This change adds support for `background-blend-mode` to Servo by creating one stacking context per blend and a single stacking context to serve as the blend container. This matches the approach that Gecko takes. Stylo PR: servo/stylo#344 Signed-off-by: Martin Robinson <mrobinson@fastmail.fm>
mrobinson
pushed a commit
to mrobinson/servo
that referenced
this pull request
Mar 28, 2026
This change adds support for `background-blend-mode` to Servo by creating one stacking context per blend and a single stacking context to serve as the blend container. This matches the approach that Gecko takes. Stylo PR: servo/stylo#344 Signed-off-by: Martin Robinson <mrobinson@fastmail.fm>
github-merge-queue Bot
pushed a commit
to servo/servo
that referenced
this pull request
Mar 28, 2026
This change adds support for `background-blend-mode` to Servo by creating one stacking context per blend and a single stacking context to serve as the blend container. This matches the approach that Gecko takes. Stylo PR: servo/stylo#344 Testing: This change causes some WPT tests to start passing. In general this feature is not well exercised by tests. I suspect that blending is hard to test properly. Fixes: #43621 Signed-off-by: Martin Robinson <mrobinson@fastmail.fm> Co-authored-by: Martin Robinson <mrobinson@fastmail.fm>
lando-worker Bot
pushed a commit
to mozilla-firefox/firefox
that referenced
this pull request
Apr 3, 2026
…efox-style-system-reviewers,emilio Imports servo/stylo#344 Differential Revision: https://phabricator.services.mozilla.com/D291915
github-actions Bot
pushed a commit
to longvatrong111/stylo
that referenced
this pull request
Apr 4, 2026
…efox-style-system-reviewers,emilio Imports servo#344 Differential Revision: https://phabricator.services.mozilla.com/D291915
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change enables
background-blend-modefor Servo.Servo PR: servo/servo#43666