mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
layout: Make non-normal
align-content
establish a block formatting context (#34984)
* Make non-normal align-content establish a block formatting context Signed-off-by: rayguo17 <rayguo17@gmail.com> * Adjust code comment Signed-off-by: Martin Robinson <mrobinson@igalia.com> --------- Signed-off-by: rayguo17 <rayguo17@gmail.com> Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
e81951a973
commit
cbea70d1a0
18 changed files with 24 additions and 271 deletions
|
@ -1,37 +1,22 @@
|
|||
[align-content-block-008.html]
|
||||
[.test 1: start]
|
||||
expected: FAIL
|
||||
|
||||
[.test 2: center]
|
||||
expected: FAIL
|
||||
|
||||
[.test 3: end]
|
||||
expected: FAIL
|
||||
|
||||
[.test 4: baseline]
|
||||
expected: FAIL
|
||||
|
||||
[.test 5: last baseline]
|
||||
expected: FAIL
|
||||
|
||||
[.test 6: flex-start]
|
||||
expected: FAIL
|
||||
|
||||
[.test 7: flex-end]
|
||||
expected: FAIL
|
||||
|
||||
[.test 8: unsafe start]
|
||||
expected: FAIL
|
||||
|
||||
[.test 9: unsafe center]
|
||||
expected: FAIL
|
||||
|
||||
[.test 10: unsafe end]
|
||||
expected: FAIL
|
||||
|
||||
[.test 11: safe start]
|
||||
expected: FAIL
|
||||
|
||||
[.test 12: safe center]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -41,8 +26,5 @@
|
|||
[.test 14: space-evenly]
|
||||
expected: FAIL
|
||||
|
||||
[.test 15: space-between]
|
||||
expected: FAIL
|
||||
|
||||
[.test 16: space-around]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue