Files
servo/tests/wpt/meta/html/rendering/widgets/button-layout/shrink-wrap.html.ini
Martin Robinson 49ae9bb442 layout: Fix the pseudo for anonymous tables (#31578)
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>
2024-03-08 10:32:51 +00:00

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