servo/tests/wpt/meta/css/css-tables/table-model-fixup-2.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

39 lines
1.7 KiB
INI
Vendored

[table-model-fixup-2.html]
[Replaced elements inside a table cannot be table-column and are considered inline -- input elements (width)]
expected: FAIL
[Replaced elements inside a table cannot be table-cell and are considered inline -- input elements (width)]
expected: FAIL
[Replaced elements inside a table cannot be table-row and are considered inline -- input elements (width)]
expected: FAIL
[Replaced elements inside a table cannot be table-row and are considered inline -- input elements (top)]
expected: FAIL
[Replaced elements outside a table cannot be table-row and are considered inline -- input=file elements]
expected: FAIL
[Replaced elements outside a table cannot be table-row-group and are considered inline -- input=file elements]
expected: FAIL
[Replaced elements outside a table cannot be table-row and are considered inline -- input=text elements]
expected: FAIL
[Replaced elements outside a table cannot be table-row and are considered inline -- input=button elements]
expected: FAIL
[Replaced elements outside a table cannot be table-row-group and are considered inline -- input=text elements]
expected: FAIL
[Replaced elements outside a table cannot be table-row-group and are considered inline -- input=button elements]
expected: FAIL
[Replaced elements outside a table cannot be table-caption and are considered inline -- input=text elements]
expected: FAIL
[Replaced elements outside a table cannot be table-caption and are considered inline -- input=button elements]
expected: FAIL
[Replaced elements outside a table cannot be table-caption and are considered inline -- input=file elements]
expected: FAIL