mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Partial implementation of keyword sizes for block layout (#34568)
Adds support for min-content, max-content, fit-content and stretch, for block-level elements that don't establish an independent formatting context, and for block-level elements when there is no float. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
6be403d8b4
commit
eb82161a8a
115 changed files with 244 additions and 632 deletions
|
@ -1,16 +0,0 @@
|
|||
[flex-minimum-width-flex-items-014.html]
|
||||
[body > div 3]
|
||||
expected: FAIL
|
||||
|
||||
[body > div 2]
|
||||
expected: FAIL
|
||||
|
||||
[body > div 6]
|
||||
expected: FAIL
|
||||
|
||||
[body > div 5]
|
||||
expected: FAIL
|
||||
|
||||
[body > div 4]
|
||||
expected: FAIL
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
[gap-016.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-019.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-020.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[gap-021.html]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[col-wrap-004.html]
|
||||
[body > div 1]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[col-wrap-010.html]
|
||||
[body > div 1]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[col-wrap-011.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[col-wrap-012.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[col-wrap-015.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[col-wrap-016.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[col-wrap-017.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[row-006.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[row-007.html]
|
||||
expected: FAIL
|
|
@ -1,33 +0,0 @@
|
|||
[row-008.html]
|
||||
[.min-width-flexbox 1]
|
||||
expected: FAIL
|
||||
|
||||
[.min-width-flexbox 2]
|
||||
expected: FAIL
|
||||
|
||||
[.min-width-flexbox 3]
|
||||
expected: FAIL
|
||||
|
||||
[.min-width-flexbox 4]
|
||||
expected: FAIL
|
||||
|
||||
[.min-width-flexbox 5]
|
||||
expected: FAIL
|
||||
|
||||
[.min-width-flexbox 6]
|
||||
expected: FAIL
|
||||
|
||||
[.min-width-flexbox 7]
|
||||
expected: FAIL
|
||||
|
||||
[.min-width-flexbox 8]
|
||||
expected: FAIL
|
||||
|
||||
[.min-width-flexbox 9]
|
||||
expected: FAIL
|
||||
|
||||
[.min-width-flexbox 10]
|
||||
expected: FAIL
|
||||
|
||||
[.min-width-flexbox 11]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[table-as-flex-item-max-content.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue