Visibility collapse

Spec

Setting a rowspan to visibility:collapse doesn't change height or width in this case.

Month Savings Savings for holiday!
January $100 $50
February $80
Collapsing a spanning row does not change table height in this case.
Month Savings Savings for holiday!
January $100 $50
February $80

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passspanning row visibility:collapse doesn't change table width
Asserts run
Pass
assert_equals(303, 303, "spanning row visibility:collapse doesn't change table width")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-001.html:64:31)
Passspanning row visibility:collapse doesn't change height in this case
Asserts run
Pass
assert_equals(71, 71, "spanning row visibility:collapse doesn't change height in this case")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-001.html:64:31)