Test for chromium bug : 78724. Extra logical height is not properly spread over the rows in a row-spanning cell.

Rows in rowspan should get proportional height.

Test 1 - One rowSpan cell
row0 col0
row1 col0 - rowspan=4 row1 col1
row2 col1
row3 col1
row4 col1
row5 col0
Test 2 - One rowSpan cell and specified table width
row0 col0 - rowspan=5 row0 col1
row1 col1
row2 col1
row3 col1
row4 col1
Test 3 - One rowSpan cell and specified rowSpan cell height
row0 col0
row1 col0 row1 col1 - rowspan=4
row2 col0
row3 col0
row4 col0
row5 col0 row5 col1
Test 4 - One rowSpan cell and specified cells height
row0 col0
row1 col0 row1 col1 - rowspan=4
row2 col0
row3 col0
row4 col0
row5 col0 row5 col1
Test 5 - RowSpan and ColSpan.
row0 col0 row0 col1 - rowspan=3 colspan=2 row0 col2
row1 col0
row2 col0
row3 col0 - colspan=3
row4 col0
Test 6 - Mix of baseline aligned and non-baseline aligned cells.
row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom
row1 col0
row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub
row3 col1 vertical-align=middle
row4 col1 vertical-align=super
row5 col1 vertical-align=text-bottom
row6 col0
Test 7 - CSS Table.
row0 col0
row0 col1
row0 col2
row1 col0
row1 col1
row1 col2
row2 col0
row3 col0
row4 col0 row4 col1 row4 col2
row5 col0
row5 col1
row5 col2
row6 col0
row6 col1
row7 col0
row8 col0
row9 col0
row10 col0
Test 8 - Table Similar to CSS table with rowspan.
row0 col0 row0 col1 row0 col2
row1 col1 row1 col2 row1 col3
row2 col3
row3 col2
row4 col1 row4 col2 row4 col3
row5 col0 row5 col1 row5 col2
row6 col0 row6 col1
row7 col1
row8 col1
row9 col1
row10 col1