Visibility collapse

Spec

Setting a column to visibility:collapse changes table width but not height.

row 1 row 2 row 3 Second table is identical to first except right column has been collapsed. Visibility:collapse is applied on col, not colgroup. row 1 row 2 row 3

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passcol visibility:collapse doesn't change table height
Asserts run
Pass
assert_equals(29, 29, "col visibility:collapse doesn't change table height")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-col-003.html:109:31)
Failcol visibility:collapse changes table widthassert_equals: col visibility:collapse changes table width expected 116 but got 671
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/css-tables/visibility-collapse-col-003.html:109:31)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2684:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/css-tables/visibility-collapse-col-003.html:107:9
Asserts run
Fail
assert_equals(671, 116, "col visibility:collapse changes table width")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-col-003.html:109:31)