mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
This implements a very naive row height allocation approach. It has just enough to implement `vertical-align` in table cells. Rowspanned cells get enough space for their content, with the extra space necessary being allocated to the last row. There's still a lot missing here, including proper distribution of row height to rowspanned cells. Co-authored-by: Oriol Brufau <obrufau@igalia.com>
10 lines
135 B
INI
10 lines
135 B
INI
[baseline-table.html]
|
|
[.container 11]
|
|
expected: FAIL
|
|
|
|
[.container 12]
|
|
expected: FAIL
|
|
|
|
[.container 13]
|
|
expected: FAIL
|