mirror of
https://github.com/servo/servo.git
synced 2025-09-17 18:38:22 +01:00
* Fix table track constraindness Only as size that isn't `auto` and doesn't contain percentages can constrain a table track (https://drafts.csswg.org/css-tables/#constrainedness). However, in a bunch of cases we were only checking for `auto`. Also, we were allowing the inline-size of a cell to constrain both its column and row. Using the block-size of the row makes more sense. The spec doesn't define constrainedness for rows, though. Signed-off-by: Oriol Brufau <obrufau@igalia.com> * Apply suggestions from code review Co-authored-by: Martin Robinson <mrobinson@igalia.com> Signed-off-by: Oriol Brufau <obrufau@igalia.com> --------- Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
30 lines
363 B
INI
Vendored
30 lines
363 B
INI
Vendored
[table-height-redistribution.html]
|
|
[table 5]
|
|
expected: FAIL
|
|
|
|
[table 11]
|
|
expected: FAIL
|
|
|
|
[table 17]
|
|
expected: FAIL
|
|
|
|
[table 25]
|
|
expected: FAIL
|
|
|
|
[table 26]
|
|
expected: FAIL
|
|
|
|
[table 27]
|
|
expected: FAIL
|
|
|
|
[table 28]
|
|
expected: FAIL
|
|
|
|
[table 29]
|
|
expected: FAIL
|
|
|
|
[table 30]
|
|
expected: FAIL
|
|
|
|
[table 31]
|
|
expected: FAIL
|