mirror of
https://github.com/servo/servo.git
synced 2025-09-18 10:58:22 +01:00
layout: Improve style conversion for Taffy (#36311)
This imports the following changes from Blitz: - Map position:sticky to relative rather than absolute position16a7c16544
- Map left and right alignment from Styloc71cc681d8
- Improve mapping of align-items/self7bf2a25e75
Fixes: #35998 Testing: - `/css/css-grid/alignment/grid-align-justify-margin-border-padding.html` - `/css/css-grid/alignment/grid-align.html` - `/css/css-grid/alignment/grid-column-axis-alignment-sticky-positioned-items-001.html` - `/css/css-grid/alignment/grid-gutters-and-alignment.html` - `/css/css-grid/alignment/grid-item-alignment-with-orthogonal-flows.html` - `/css/css-grid/alignment/grid-row-axis-alignment-sticky-positioned-items-001.html` - `/css/css-grid/alignment/grid-self-alignment.html` Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
0e99539dab
commit
9d6e1f67fb
8 changed files with 26 additions and 71 deletions
|
@ -1,19 +1,10 @@
|
|||
[grid-align.html]
|
||||
[.grid 2]
|
||||
expected: FAIL
|
||||
|
||||
[.grid 3]
|
||||
expected: FAIL
|
||||
|
||||
[.grid 5]
|
||||
expected: FAIL
|
||||
|
||||
[.grid 6]
|
||||
expected: FAIL
|
||||
|
||||
[.grid 8]
|
||||
expected: FAIL
|
||||
|
||||
[.grid 9]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue