mirror of
https://github.com/servo/servo
synced 2026-04-26 17:45:19 +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>
28 lines
363 B
INI
28 lines
363 B
INI
[column-track-merging.html]
|
|
[main table 1]
|
|
expected: FAIL
|
|
|
|
[main table 4]
|
|
expected: FAIL
|
|
|
|
[main table 5]
|
|
expected: FAIL
|
|
|
|
[main table 10]
|
|
expected: FAIL
|
|
|
|
[main table 11]
|
|
expected: FAIL
|
|
|
|
[main table 12]
|
|
expected: FAIL
|
|
|
|
[main table 9]
|
|
expected: FAIL
|
|
|
|
[main table 3]
|
|
expected: FAIL
|
|
|
|
[main table 2]
|
|
expected: FAIL
|