4 <script src=
"../../resources/check-layout.js"></script>
6 td { font:
15px/
1 Ahem }
7 table {border-collapse: collapse;}
9 .blue {background: blue;}
10 .green {background: green;}
13 <body onload=
"checkLayout('#a')">
14 <h3>Test for chromium bug :
<a href=
"https://code.google.com/p/chromium/issues/detail?id=258420">258420</a>. Table rows are incorrectly collapsed in case of hidden cells and rowspans.
</h3>
15 <h4>A spanning cell whose rows have only empty cell(s) shouldn't have a non-zero height.
</h4>
19 <td rowspan=
"3">A
</td>
24 <td rowspan=
"2" id=
"a" data-expected-width =
"56">A2
</td>
25 <td class=
"dn">A2.1
</td>
28 <td class=
"dn">A2.2
</td>
31 <td colspan=
"3">long last row
</td>