mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
layout: Reverse space-between alignment properly for absolute children of flex containers (#33406)
When aligning with `space-between` the space should be allocated on the `flex-end` side of the container ie it should be mapped to `flex-start` (`start` and reversing if necssary). Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
68246df89e
commit
ed5dc43f16
2 changed files with 6 additions and 16 deletions
|
@ -1,10 +1,4 @@
|
|||
[position-absolute-001.html]
|
||||
[.flexbox 39]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox 34]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox 89]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -80,9 +74,6 @@
|
|||
[.flexbox 118]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox 119]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox 70]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -185,9 +176,6 @@
|
|||
[.flexbox 55]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox 24]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox 120]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -197,9 +185,6 @@
|
|||
[.flexbox 71]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox 29]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox 47]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -212,5 +197,8 @@
|
|||
[.flexbox 76]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox 109]
|
||||
[.flexbox 69]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox 74]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue