Visibility collapse

Spec

Setting a spanning column to visibility:collapse changes table width but not height. The middle column has 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(40, 40, "col visibility:collapse doesn't change table height")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-colspan-001.html:57:31)
Passcol visibility:collapse changes table width
Asserts run
Pass
assert_equals(20, 20, "col visibility:collapse changes table width")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-colspan-001.html:57:31)