Dynamic Visibility collapse

Spec

Setting a column to visibility:collapse changes table width but not height. Bottom table is identical to top except left column has been collapsed.

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(342, 342, "col visibility:collapse doesn't change table height")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-col-004-dynamic.html:76:31)
Passcol visibility:collapse changes table width
Asserts run
Pass
assert_equals(122, 122, "col visibility:collapse changes table width")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-col-004-dynamic.html:76:31)