Visibility collapse

Spec

Setting a spanning column to visibility:collapse changes table width but not height. The right two columns here have been collapsed.

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passcol visibility:collapse doesn't change table height
Asserts run
Pass
assert_equals(200, 200, "col visibility:collapse doesn't change table height")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-col-005.html:51:31)
Passcol visibility:collapse changes table width
Asserts run
Pass
assert_equals(100, 100, "col visibility:collapse changes table width")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-col-005.html:51:31)