mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02:00
Anonymous tables should not use legacy pseudos, as the legacy layout engine had them inherit lots of random properites that lead to bad layout in the new layout engine. Co-authored-by: Oriol Brufau <obrufau@igalia.com>
55 lines
1.2 KiB
INI
55 lines
1.2 KiB
INI
[shrink-wrap.html]
|
|
[display: block - available width: 50px]
|
|
expected: FAIL
|
|
|
|
[display: block - available width: 300px]
|
|
expected: FAIL
|
|
|
|
[display: inline - available width: 50px]
|
|
expected: FAIL
|
|
|
|
[display: inline - available width: 200px]
|
|
expected: FAIL
|
|
|
|
[display: inline - available width: 300px]
|
|
expected: FAIL
|
|
|
|
[display: inline-block - available width: 50px]
|
|
expected: FAIL
|
|
|
|
[display: inline-block - available width: 200px]
|
|
expected: FAIL
|
|
|
|
[display: list-item - available width: 50px]
|
|
expected: FAIL
|
|
|
|
[display: list-item - available width: 300px]
|
|
expected: FAIL
|
|
|
|
[display: table - available width: 50px]
|
|
expected: FAIL
|
|
|
|
[display: table-row - available width: 50px]
|
|
expected: FAIL
|
|
|
|
[display: table-cell - available width: 50px]
|
|
expected: FAIL
|
|
|
|
[float: left - available width: 50px]
|
|
expected: FAIL
|
|
|
|
[float: left - available width: 200px]
|
|
expected: FAIL
|
|
|
|
[float: left - available width: 300px]
|
|
expected: FAIL
|
|
|
|
[display: table - available width: 200px]
|
|
expected: FAIL
|
|
|
|
[display: table-row - available width: 200px]
|
|
expected: FAIL
|
|
|
|
[display: table-cell - available width: 200px]
|
|
expected: FAIL
|