servo/tests/wpt/meta/css/css-tables/html5-table-formatting-1.html.ini
Oriol Brufau 679afe5195
Do not remove extra columns at the end of the table (#33451)
<col> and <colgroup> elements can be used to create extra columns that
have no cell. We were removing these columns and column groups, but in
general we shouldn't do that.

Now we will only remove them if the table has no row nor row group.
matching WebKit and the expectations of some tests. But note that Gecko
and Blink never remove them.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2024-09-16 08:11:36 +00:00

3 lines
104 B
INI
Vendored

[html5-table-formatting-1.html]
[Empty tables do not take table-rows into account]
expected: FAIL