mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
Put table cell content fragments into a hieararchy of fragments that include their table row and table row group fragments. This ensures that things like relative positioning and transforms set on rows and row groups properly affect cells and cell content. Co-authored-by: Oriol Brufau <obrufau@igalia.com>
22 lines
934 B
INI
22 lines
934 B
INI
[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 inside a table cannot be table-column 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
|