blob: 9fdc2f5e5afa7d596d0558c957c58ef272b24b1c [file] [log] [blame]
Test for chromium bug : 445253. Setting rowspan=2 on the table cell causes the whole table to resize again and again.
FAIL:
Expected 60 for height, but got 58.
<table border="1" data-expected-height="60">
<tbody><tr>
<td rowspan="2" id="ta"><textarea style="height:100%;">Text area text</textarea></td>
</tr>
</tbody></table>