mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
<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>
39 lines
1.7 KiB
INI
Vendored
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
|