mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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>
9 lines
426 B
INI
9 lines
426 B
INI
[html5-table-formatting-3.html]
|
|
[Anonymous consecutive columns spanned by the same set of cells are merged]
|
|
expected: FAIL
|
|
|
|
[Explicitely-defined consecutive columns spanned by the same set of cells are not merged, and cells span across border-spacing]
|
|
expected: FAIL
|
|
|
|
[Explicitely-defined consecutive rows spanned by the same set of cells are not merged, and cells span across border-spacing]
|
|
expected: FAIL
|