Visibility collapse

Spec

Setting row group to visibility:collapse changes table height but not width.

row 1 row 2 row 3 Bottom table is identical to top except row group of first two rows has been collapsed. row 1 row 2 row 3

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Failrow group visibility:collapse doesn't change table widthassert_equals: row group visibility:collapse doesn't change table width expected 676 but got 671
    at Test.<anonymous> (https://www1.wpt.live/css/css-tables/visibility-collapse-row-group-002.html:102:31)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/css/css-tables/visibility-collapse-row-group-002.html:100:9
Asserts run
Fail
assert_equals(671, 676, "row group visibility:collapse doesn't change table width")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-row-group-002.html:102:31)
Failrow group visibility:collapse changes table heightassert_equals: row group visibility:collapse changes table height expected 116 but got 29
    at Test.<anonymous> (https://www1.wpt.live/css/css-tables/visibility-collapse-row-group-002.html:102:31)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/css/css-tables/visibility-collapse-row-group-002.html:100:9
Asserts run
Fail
assert_equals(29, 116, "row group visibility:collapse changes table height")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-row-group-002.html:102:31)