Visibility collapse

Spec

Setting a row to visibility:collapse changes table height but not width. Here the spanning cell and another cell are in the same row.

aaaa
bbbb
spanning cccc
dddd
eeee
Bottom table is identical to top except third row has been collapsed.
aaaa
bbbb
spanning cccc
dddd
eeee

Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
Passspanning row visibility:collapse doesn't change table width
Asserts run
Pass
assert_equals(135, 135, "spanning row visibility:collapse doesn't change table width")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-003.html:99:31)
Passcollapsed row has zero height
Asserts run
Pass
assert_equals(0, 0, "collapsed row has zero height")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-003.html:99:31)
Passfirst row height doesn't change
Asserts run
Pass
assert_equals(30, 30, "first row height doesn't change")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-003.html:99:31)
Passsecond row height doesn't change
Asserts run
Pass
assert_equals(30, 30, "second row height doesn't change")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-003.html:99:31)
Passfourth row height doesn't change
Asserts run
Pass
assert_equals(30, 30, "fourth row height doesn't change")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-003.html:99:31)
Passfifth row height doesn't change
Asserts run
Pass
assert_equals(30, 30, "fifth row height doesn't change")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-003.html:99:31)