Visibility collapse

Spec

Setting row and column to visibility:collapse changes both height and width. The collapsed result should have whitespace in the bottom right corner.

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passspanning col visibility:collapse changes table width
Asserts run
Pass
assert_equals(112, 112, "spanning col visibility:collapse changes table width")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowcol-001.html:66:31)
Passspanning row visibility:collapse changes height
Asserts run
Pass
assert_equals(112, 112, "spanning row visibility:collapse changes height")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowcol-001.html:66:31)