mirror of
https://github.com/servo/servo.git
synced 2025-09-13 00:18:22 +01:00
layout2020 (flexbox): Implement start
, end
, and space-evenly
content alignment (#31724)
* Upgrade to stylo 6faedad * Implement start, end, space-evenly content alignment + fix others Update test expectations for content alignment fixes Revert test expectations that are still generating the old results in CI Update layout2013 test expectation for content alignment Update content alignment fallback to use safe alignment Implement fallback alignment Update content alignment with recent spec changes
This commit is contained in:
parent
02b3dd0b61
commit
1d6be62454
26 changed files with 179 additions and 219 deletions
|
@ -7,15 +7,3 @@
|
|||
|
||||
[.default, .verticalWriting 9]
|
||||
expected: FAIL
|
||||
|
||||
[.default, .verticalWriting 5]
|
||||
expected: FAIL
|
||||
|
||||
[.default, .verticalWriting 6]
|
||||
expected: FAIL
|
||||
|
||||
[.default, .verticalWriting 3]
|
||||
expected: FAIL
|
||||
|
||||
[.default, .verticalWriting 2]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue