mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
* Fix size of tables in flow layout The contents of a table can make it bigger than what we would expect from its 'width', 'min-width', 'height' and ' min-height' properties. Also, 'width: auto' doesn't stretch it to fill the containing block. We had to refactor the resolution of margins to happen after layout, otherwise 'auto' margins wouldn't align correctly. Co-authored-by: Martin Robinson <mrobinson@igalia.com> * Feedback * Consistently use `containing_block_for_table` in table layout * Update test result --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
85 lines
945 B
INI
85 lines
945 B
INI
[colspan-redistribution.html]
|
|
[table 1]
|
|
expected: FAIL
|
|
|
|
[table 2]
|
|
expected: FAIL
|
|
|
|
[table 3]
|
|
expected: FAIL
|
|
|
|
[table 4]
|
|
expected: FAIL
|
|
|
|
[table 6]
|
|
expected: FAIL
|
|
|
|
[table 9]
|
|
expected: FAIL
|
|
|
|
[table 10]
|
|
expected: FAIL
|
|
|
|
[table 11]
|
|
expected: FAIL
|
|
|
|
[table 12]
|
|
expected: FAIL
|
|
|
|
[table 13]
|
|
expected: FAIL
|
|
|
|
[table 14]
|
|
expected: FAIL
|
|
|
|
[table 15]
|
|
expected: FAIL
|
|
|
|
[table 16]
|
|
expected: FAIL
|
|
|
|
[table 17]
|
|
expected: FAIL
|
|
|
|
[table 18]
|
|
expected: FAIL
|
|
|
|
[table 19]
|
|
expected: FAIL
|
|
|
|
[table 20]
|
|
expected: FAIL
|
|
|
|
[table 22]
|
|
expected: FAIL
|
|
|
|
[table 23]
|
|
expected: FAIL
|
|
|
|
[table 24]
|
|
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
|
|
|
|
[table 8]
|
|
expected: FAIL
|
|
|
|
[table 7]
|
|
expected: FAIL
|