Merged
Conversation
|
🔨 Triggering try run (#12707003039) for Linux WPT |
3 tasks
Member
|
I've removed this one from the queue to test whether or not the failure noted was a stable failure or not. |
|
🔨 Triggering try run (#12709264372) for Linux WPT |
|
🔨 Triggering try run (#12709272329) for Linux WPT |
|
Test results for linux-wpt-layout-2020 from try job (#12709264372): Flaky unexpected result (20)
Stable unexpected results that are known to be intermittent (6)
Stable unexpected results (1)
|
|
|
|
Test results for linux-wpt-layout-2020 from try job (#12709272329): Flaky unexpected result (14)
Stable unexpected results that are known to be intermittent (13)
Stable unexpected results (1)
|
|
|
|
🔨 Triggering try run (#12710072342) for Linux WPT |
|
Test results for linux-wpt-layout-2020 from try job (#12710072342): Flaky unexpected result (15)
Stable unexpected results that are known to be intermittent (16)
|
|
✨ Try run (#12710072342) succeeded. |
Signed-off-by: Nico Burns <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 14, 2025
Depends on: - servo/stylo#104 - #34926 - #34927 - #34948 In addition to that a `resolve_calc_value` function has been added which resolves calc values during the layout process once a percentage resolution basis is available. ~~There is 1 newly failing test and 1 newly failing subtest here.~~ These issues have now been fixed. There are 8 new subtest failures in `css/css-grid/grid-definition/grid-minimum-contribution-with-percentages.html`. These are genuine failures, but are unrelated to the calc implementation. The calc implementation is just exposing a pre-existing bug around percentage resolution that also now correctly also applies to `calc()` values containing percentages. The fix for would best be done in a followup as it requires teaching Taffy about "compressible replaced elements". (update: I have this [implemented](#34948) but in the interest of keeping it to one feature per PR I have not included it here) --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors. It doesn't like the git dependency on Taffy. - [x] There are tests for these changes OR --------- Signed-off-by: Nico Burns <[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.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsautokeyword is incorrect #34925