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:
TIN TUN AUNG 2025-01-16 00:46:37 +08:00 committed by GitHub
parent e81951a973
commit cbea70d1a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 24 additions and 271 deletions

View file

@ -1,37 +1,22 @@
[align-content-block-006.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