layout: Add support for caret-color#41976
Merged
mrobinson merged 1 commit intoservo:mainfrom Jan 21, 2026
Merged
Conversation
|
🔨 Triggering try run (#21094129597) for Linux (WPT) |
16b0788 to
9c59222
Compare
|
Test results for linux-wpt from try job (#21094129597): Flaky unexpected result (40)
Stable unexpected results that are known to be intermittent (27)
Stable unexpected results (10)
|
|
|
decc09e to
649fd3b
Compare
Member
Author
|
Okay. This one is ready for review and is very simple. |
mrobinson
commented
Jan 21, 2026
Cargo.toml
Outdated
| sea-query-rusqlite = { version = "0.8.0-rc.15" } | ||
| sec1 = "0.7" | ||
| selectors = { git = "https://github.com/servo/stylo", rev = "71737ad5c8b29c143a6c992af6222833f5d38b43" } | ||
| selectors = { git = "https://github.com/servo/stylo", branch = "caret-color" } |
Member
Author
There was a problem hiding this comment.
I will remember to change these lines when landing.
Contributor
There was a problem hiding this comment.
So we are no longer using the date branches?
Member
Author
There was a problem hiding this comment.
See #42029. I was not involved with this, but I think it was done to allow building Servo more easily from other projects.
jdm
approved these changes
Jan 21, 2026
github-merge-queue bot
pushed a commit
to servo/stylo
that referenced
this pull request
Jan 21, 2026
Servo PR: servo/servo#41976 Signed-off-by: Martin Robinson <[email protected]>
This upgrades our version of `stylo` to one that supports `caret-color` and implements support for it during display list construction. Signed-off-by: Martin Robinson <[email protected]>
649fd3b to
61f7ea5
Compare
Loirooriol
pushed a commit
to servo/stylo
that referenced
this pull request
Feb 5, 2026
Servo PR: servo/servo#41976 Signed-off-by: Martin Robinson <[email protected]>
Loirooriol
pushed a commit
to servo/stylo
that referenced
this pull request
Feb 5, 2026
Servo PR: servo/servo#41976 Signed-off-by: Martin Robinson <[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.
layout: Add support for
caret-colorThis upgrades our version of
styloto one that supportscaret-colorand implements support for it during display listconstruction.
Depends on:
caret-colorstylo#287Testing: This causes about 10 WPT tests to start passing.