1 Test for chromium bug : 254914. Height of fixed height cell is not proper when cell's row is under row spanning cell.
3 Rows in rowspan should get proportional height.
5 Test 1 - One rowSpan cell
9 row1 col0 - rowspan=4 row1 col1
19 Test 2 - One rowSpan cell and specified table width
21 row0 col0 - rowspan=5 row0 col1
31 Test 3 - One rowSpan cell and specified rowSpan cell height
35 row1 col0 row1 col1 - rowspan=4 height=300px
45 Test 4 - One rowSpan cell and one cell have fixed height.
49 row1 col0 row1 col1 - rowspan=4 height=300px
59 Test 5 - One rowSpan cell and one cell have percent height.
63 row1 col0 row1 col1 - rowspan=4 height=300px
73 Test 6 - One rowSpan cell, one cell have percent height and another one cell have fixed height.
77 row1 col0 row1 col1 - rowspan=4 height=300px
87 Test 7 - One rowSpan cell and two cells have percent height but total percent is less than 100.
91 row1 col0 row1 col1 - rowspan=4 height=300px
101 Test 8 - One rowSpan cell and three cells have percent height but total percent is more than 100.
105 row1 col0 height=60% row1 col1 - rowspan=4 height=300px
115 Test 9 - One rowSpan cell and specified cells height.
119 row1 col0 height=70px row1 col1 - rowspan=4 height=500px
121 row2 col0 height=70px
123 row3 col0 height=30px
125 row4 col0 height=100px
127 row5 col0 height=50px row5 col1
129 Test 10 - RowSpan and ColSpan.
131 row0 col0 row0 col1 - rowspan=3 colspan=2 row0 col2
137 row3 col0 - colspan=3
141 Test 11 - Mix of baseline aligned and non-baseline aligned cells.
143 row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom
147 row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub
149 row3 col1 vertical-align=middle
151 row4 col1 vertical-align=super
153 row5 col1 vertical-align=text-bottom
159 row0 col0 row0 col1 row0 col2
160 row1 col0 row1 col1 row1 col2
163 row4 col0 row4 col1 row4 col2
164 row5 col0 row5 col1 row5 col2
170 Test 13 - Table Similar to CSS table with rowspan.
172 row0 col0 row0 col1 row0 col2
174 row1 col1 row1 col2 row1 col3
180 row4 col1 row4 col2 row4 col3
182 row5 col0 row5 col1 row5 col2