mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01: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>
6 lines
202 B
INI
Vendored
6 lines
202 B
INI
Vendored
[bounding-box-computation-3.html]
|
|
[First (empty) table-row-group should be located at 10px left]
|
|
expected: FAIL
|
|
|
|
[First (empty) table-row-group should be located at 10px top]
|
|
expected: FAIL
|