Merged
Conversation
|
🔨 Triggering try run (#21016916331) for Linux (Unit Tests, Build libservo, WPT, Bencher), Windows (Unit Tests, Build libservo), Android, OpenHarmony, Lint |
|
| Branch | 41916/PR |
| Testbed | self-hosted-image:servo-ubuntu2204-bench |
⚠️ WARNING: Truncated view!The full continuous benchmarking report exceeds the maximum length allowed on this platform.
🐰 View full continuous benchmarking report in Bencher
⚠️ WARNING: No Threshold found!Without a Threshold, no Alerts will ever be generated.
1c4c9ce to
ee2315a
Compare
|
| Branch | 41916/PR |
| Testbed | HUAWEI Mate 60 Pro |
⚠️ WARNING: Truncated view!The full continuous benchmarking report exceeds the maximum length allowed on this platform.
🐰 View full continuous benchmarking report in Bencher
⚠️ WARNING: No Threshold found!Without a Threshold, no Alerts will ever be generated.
|
Test results for linux-wpt from try job (#21016916331): Flaky unexpected result (33)
Stable unexpected results that are known to be intermittent (32)
Stable unexpected results (17)
|
|
|
|
🔨 Triggering try run (#21027621277) for Linux (WPT) |
nicoburns
approved these changes
Jan 15, 2026
|
Test results for linux-wpt from try job (#21027621277): Flaky unexpected result (42)
Stable unexpected results that are known to be intermittent (27)
|
|
✨ Try run (#21027621277) succeeded. |
c6e60f6 to
a1e7861
Compare
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 9, 2026
This continues #41916 Changelog: - Upstream: servo/stylo@360787f...7cd2a17 - Servo fixups: servo/stylo@e4d50e9...d9831d4 Stylo tracking issue: servo/stylo#305 In particular, this adds support for `alignment-baseline` and `baseline-shift`, and turns `vertical-align` into a shorthand of them. This also introduces `vertical-align: center`. Testing: Various tests improve. Some internal tests are updated because they were wrong. And some fail because we don't support presentation attributes on SVG elements. --------- 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 #41696
Changelog:
Stylo tracking issue: servo/stylo#286
Testing: Various tests are now passing