mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Flexbox is still very much in progress, but things are working well enough that we can enable it by default. It improves most pages that use flexbox now. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
15 lines
502 B
INI
Vendored
15 lines
502 B
INI
Vendored
[table-fixed-minmax.html]
|
|
[table's width inside flexbox width:max-content is infinite]
|
|
expected: FAIL
|
|
|
|
[table's width inside flexbox width:min-content is infinite, but the flexbox is finite; scenario 1]
|
|
expected: FAIL
|
|
|
|
[table's width inside flexbox width:min-content is infinite, but the flexbox is finite; scenario 2]
|
|
expected: FAIL
|
|
|
|
[table's width inside grid width:max-content is infinite]
|
|
expected: FAIL
|
|
|
|
[table's width inside a table cell is infinite]
|
|
expected: FAIL
|