Visibility collapse

Spec

Setting a row to visibility:collapse changes table height but not width. Here, the spanning cell is the only cell in its row.

B
B
B
B
B
aaaa
bbbb
cccc
dddd
Bottom table is identical to top except second row has been collapsed. The spanning cell's height shrinks and is clipped.
B
B
B
B
B
aaaa
bbbb
cccc
dddd
This text should not intersect with the table.

Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
Passspanning row visibility:collapse doesn't change table width
Asserts run
Pass
assert_equals(74, 74, "spanning row visibility:collapse doesn't change table width")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-002.html:102:31)
Passfourth row stays the same height
Asserts run
Pass
assert_equals(30, 30, "fourth row stays the same height")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-002.html:102:31)
Passthird row stays the same height
Asserts run
Pass
assert_equals(30, 30, "third row stays the same height")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-002.html:102:31)
Passspanning row visibility:collapse makes row height 0
Asserts run
Pass
assert_equals(0, 0, "spanning row visibility:collapse makes row height 0")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-002.html:102:31)
Passfirst row stays the same height
Asserts run
Pass
assert_equals(30, 30, "first row stays the same height")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-002.html:102:31)
Passspanning cell shrinks to sum of remaining three rows' height
Asserts run
Pass
assert_equals(90, 90, "spanning cell shrinks to sum of remaining three rows' height")
    at Test.<anonymous> ( /css/css-tables/visibility-collapse-rowspan-002.html:102:31)