Files
servo/tests/wpt/meta/css/css-tables/inheritance.html.ini
Martin Robinson 1876b49251 layout: Add support for table border-spacing (#31166)
This adds support for table `border-spacing` property. Note that we do
not yet support the collapsed border model.

Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2024-01-26 16:07:08 +00:00

28 lines
603 B
INI

[inheritance.html]
[Property border-collapse has initial value separate]
expected: FAIL
[Property border-collapse inherits]
expected: FAIL
[Property border-spacing has initial value 0px 0px]
expected: FAIL
[Property caption-side has initial value top]
expected: FAIL
[Property caption-side inherits]
expected: FAIL
[Property empty-cells has initial value show]
expected: FAIL
[Property empty-cells inherits]
expected: FAIL
[Property table-layout has initial value auto]
expected: FAIL
[Property table-layout does not inherit]
expected: FAIL