Conversation
|
🔨 Triggering try run (#21705848315) for Linux (WPT) |
|
Test results for linux-wpt from try job (#21705848315): Flaky unexpected result (36)
Stable unexpected results that are known to be intermittent (27)
Stable unexpected results (67)
|
|
|
acb7906 to
b7fc6b4
Compare
|
🔨 Triggering try run (#21707308192) for Linux (WPT) |
|
Test results for linux-wpt from try job (#21707308192): Flaky unexpected result (38)
Stable unexpected results that are known to be intermittent (31)
|
|
✨ Try run (#21707308192) succeeded. |
b7fc6b4 to
342cf54
Compare
|
🔨 Triggering try run (#21727712222) for Linux (Unit Tests, Build libservo, WPT, Bencher), Windows (Unit Tests, Build libservo), Android, OpenHarmony, Lint |
|
| Branch | 42361/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.
|
| Branch | 42361/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 (#21727712222): Flaky unexpected result (41)
Stable unexpected results that are known to be intermittent (27)
Stable unexpected results (19)
|
|
|
342cf54 to
5ff3cec
Compare
|
🔨 Triggering try run (#21731389250) for Linux (WPT) |
|
Test results for linux-wpt from try job (#21731389250): Flaky unexpected result (30)
Stable unexpected results that are known to be intermittent (33)
|
|
✨ Try run (#21731389250) succeeded. |
9e2a157 to
818d1ec
Compare
|
Test results for linux-wpt from try job (#21791168718): Flaky unexpected result (28)
Stable unexpected results that are known to be intermittent (37)
|
|
✨ Try run (#21791168718) succeeded. |
cf9e6af to
4e9bd5a
Compare
|
🔨 Triggering try run (#21797846235) for Linux (WPT) |
|
Test results for linux-wpt from try job (#21797846235): Flaky unexpected result (26)
Stable unexpected results that are known to be intermittent (20)
Stable unexpected results (2)
|
|
|
4e9bd5a to
e57610d
Compare
|
🔨 Triggering try run (#21799824274) for Linux (WPT) |
|
Test results for linux-wpt from try job (#21799824274): Flaky unexpected result (26)
Stable unexpected results that are known to be intermittent (22)
|
|
✨ Try run (#21799824274) succeeded. |
This continues #42361 Changelog: - Upstream: servo/stylo@7cd2a17...74ddab4 - Servo fixups: servo/stylo@a5eabbd...ecf17b5 Stylo tracking issue: servo/stylo#321 In particular, this includes some performance optimizations, improves `attr()`, and adds support for `none` keywords in `clamp()`. Testing: Some WPT tests pass. --------- Signed-off-by: Oriol Brufau <[email protected]>
This continues #41916
Changelog:
Stylo tracking issue: servo/stylo#305
In particular, this adds support for
alignment-baselineandbaseline-shift, and turnsvertical-aligninto a shorthand of them. This also introducesvertical-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.