Files
servo/tests/wpt/meta/html/rendering/widgets/button-layout/shrink-wrap.html.ini
Oriol Brufau 007a31c1b5 Enable CSS Tables by default (#31470)
And remove the pref `layout.tables.enabled`.
2024-03-07 10:09:10 +00:00

61 lines
1.3 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
[display: table-row - available width: 300px]
expected: FAIL
[display: table-cell - available width: 300px]
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