mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
layout: Compute intrinsic sizes for flex items and flex containers (#32854)
Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
7495ba20a5
commit
974c9dc89a
42 changed files with 625 additions and 222 deletions
|
@ -44,17 +44,8 @@
|
|||
[.target > * 41]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 43]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 45]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 47]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 44]
|
||||
expected: FAIL
|
||||
|
||||
[.target > * 48]
|
||||
[.target > * 25]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[dynamic-orthogonal-flex-item.html]
|
||||
expected: FAIL
|
|
@ -1,16 +1,4 @@
|
|||
[flex-item-contains-strict.html]
|
||||
[.inline-flex 4]
|
||||
expected: FAIL
|
||||
|
||||
[.inline-flex 7]
|
||||
expected: FAIL
|
||||
|
||||
[.inline-flex 3]
|
||||
expected: FAIL
|
||||
|
||||
[.inline-flex 8]
|
||||
expected: FAIL
|
||||
|
||||
[.inline-flex 1]
|
||||
expected: FAIL
|
||||
|
||||
|
|
2
tests/wpt/meta/css/css-flexbox/flex-minimum-height-flex-items-014.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-flexbox/flex-minimum-height-flex-items-014.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[flex-minimum-height-flex-items-014.html]
|
||||
expected: FAIL
|
|
@ -1,6 +1,3 @@
|
|||
[flex-minimum-size-001.html]
|
||||
[.flexbox, .inline-flexbox 6]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox, .inline-flexbox 2]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[flexbox-align-items-center-nested-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flexbox-align-self-horiz-001-block.xhtml]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flexbox-align-self-horiz-002.xhtml]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flexbox-align-self-horiz-003.xhtml]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flexbox-baseline-align-self-baseline-horiz-001.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-flexbox/flexbox-collapsed-item-horiz-001.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-flexbox/flexbox-collapsed-item-horiz-001.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[flexbox-collapsed-item-horiz-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flexbox-definite-sizes-006.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flexbox-gap-position-absolute.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flexbox-sizing-vert-002.xhtml]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flexbox-writing-mode-016.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[flexbox_order-box.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[inline-flex-min-content-height.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[col-wrap-009.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[row-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[row-003.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[row-004.html]
|
||||
expected: FAIL
|
|
@ -11,17 +11,8 @@
|
|||
[.floating-flexbox 4]
|
||||
expected: FAIL
|
||||
|
||||
[.floating-flexbox 5]
|
||||
expected: FAIL
|
||||
|
||||
[.floating-flexbox 6]
|
||||
expected: FAIL
|
||||
|
||||
[.floating-flexbox 7]
|
||||
expected: FAIL
|
||||
|
||||
[.floating-flexbox 8]
|
||||
expected: FAIL
|
||||
|
||||
[.floating-flexbox 9]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[row-use-cases-001.html]
|
||||
[left < right]
|
||||
expected: FAIL
|
||||
|
||||
[no overflow]
|
||||
expected: FAIL
|
|
@ -1,10 +1,4 @@
|
|||
[row-wrap-001.html]
|
||||
[.floating-flexbox 2]
|
||||
expected: FAIL
|
||||
|
||||
[.floating-flexbox 3]
|
||||
expected: FAIL
|
||||
|
||||
[.floating-flexbox 4]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -4,6 +4,3 @@
|
|||
|
||||
[.inline-flexbox 2]
|
||||
expected: FAIL
|
||||
|
||||
[.inline-flexbox 1]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[multiline-min-preferred-width.html]
|
||||
[.container 1]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[negative-margins-001.html]
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[overflow-auto-006.html]
|
||||
[.flexbox, .inline-flexbox 10]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox, .inline-flexbox 7]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox, .inline-flexbox 9]
|
||||
expected: FAIL
|
||||
|
||||
[.flexbox, .inline-flexbox 8]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[percentage-heights-004.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[percentage-heights-008.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[percentage-heights-009.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[percentage-padding-002.html]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[scrollbars-auto-min-content-sizing.html]
|
||||
[scrollbars-auto-min-content-sizing]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[synthesize-vrl-baseline.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue