Visibility collapse

Spec

Setting a spanning column to visibility:collapse changes table width but not height. The first column has been collapsed and column width is the widest cell in the column.

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passcol visibility:collapse doesn't change table height
Asserts run
Pass
assert_equals(40, 40, "col visibility:collapse doesn't change table height")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-colspan-002.html:57:31)
Passcol visibility:collapse changes table width
Asserts run
Pass
assert_equals(50, 50, "col visibility:collapse changes table width")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-colspan-002.html:57:31)