Merged
Conversation
|
🔨 Triggering try run (#22735091431) for Linux (WPT) |
11b47d1 to
1995c44
Compare
|
Test results for linux-wpt from try job (#22735091431): Flaky unexpected result (34)
Stable unexpected results that are known to be intermittent (16)
Stable unexpected results (9)
|
|
|
|
🔨 Triggering try run (#22737485400) for Linux (WPT) |
|
|
780331d to
cd57362
Compare
|
🔨 Triggering try run (#22737576450) for Linux (WPT) |
cd57362 to
5f56303
Compare
|
Test results for linux-wpt from try job (#22737576450): Flaky unexpected result (28)
Stable unexpected results that are known to be intermittent (16)
|
|
✨ Try run (#22737576450) succeeded. |
nicoburns
approved these changes
Mar 6, 2026
mrobinson
approved these changes
Mar 6, 2026
Member
mrobinson
left a comment
There was a problem hiding this comment.
Looks good with a comment here and a couple comments in Stylo.
Signed-off-by: Oriol Brufau <[email protected]>
5f56303 to
2c40279
Compare
github-merge-queue bot
pushed a commit
that referenced
this pull request
Apr 3, 2026
This continues #43045 Changelog: - Upstream: servo/stylo@74ddab4...6de1071 - Servo fixups: servo/stylo@9f2f4f3...6cfce6f Stylo tracking issue: servo/stylo#347 Summary of improvements: - Adding support for the CSS-wide `revert-rule` keyword - `::details-content` becomes element-backed, thus accepting nested pseudo-elements like `::details-content::before`. - Custom properties can now be registered using dashed idents in their syntax - Various `attr()` improvements Testing: Various WPT improvements --------- Signed-off-by: Oriol Brufau <[email protected]>
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 continues #42361
Changelog:
Stylo tracking issue: servo/stylo#321
In particular, this includes some performance optimizations, improves
attr(), and adds support fornonekeywords inclamp().Testing: Some WPT tests pass.