Visibility collapse

Spec

Collapsing a row group but making its rows visible should still result in a collapsed row group.

row 1 row 2 row 3 When row group is collapsed, visible rows within the row group are still collapsed and therefore invisible. row 1 row 2 row 3

Summary

Harness status: OK

Found 5 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-001.html:119: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-001.html:117: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-001.html:119: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-001.html:119: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-001.html:117: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-001.html:119:31)
Failthe first row should be collapsedassert_equals: the first row should be collapsed expected 0 but got 19
    at Test.<anonymous> (https://www1.wpt.live/css/css-tables/visibility-collapse-row-group-001.html:119: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-001.html:117:9
Asserts run
Fail
assert_equals(19, 0, "the first row should be collapsed")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-row-group-001.html:119:31)
Failthe second row should be collapsedassert_equals: the second row should be collapsed expected 0 but got 19
    at Test.<anonymous> (https://www1.wpt.live/css/css-tables/visibility-collapse-row-group-001.html:119: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-001.html:117:9
Asserts run
Fail
assert_equals(19, 0, "the second row should be collapsed")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-row-group-001.html:119:31)
Passthe third row stays the same
Asserts run
Pass
assert_equals(19, 19, "the third row stays the same")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-row-group-001.html:119:31)