mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Implement gaps in flexbox layout (#32891)
As per https://drafts.csswg.org/css-align/#gaps Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
f86493cd7e
commit
ca6169990e
14 changed files with 44 additions and 46 deletions
|
@ -5,12 +5,6 @@
|
|||
[.target > * 7]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 9]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 11]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 13]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[flexbox-column-row-gap-003.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-flexbox/flexbox-gap-position-absolute.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-flexbox/flexbox-gap-position-absolute.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[flexbox-gap-position-absolute.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-001-lr.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-001-ltr.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-001-rl.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-001-rtl.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-004-lr.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-004-ltr.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-004-rl.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-004-rtl.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-011.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-013.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue