1 Test for chromium bug : 252120. Content of the row spanning cell is flowing out of the cell boundries.
3 Row spanning cell height is not set as per its content height or given height to this cells.
5 Test 1 - One row spanning cell present under the boundries of other row spanning cell and inner row spanning cell have lots of content.
7 row0 col0 rowspan=6 height=400px row0 col1
11 row2 col1 rowspan=3 height=200px
12 row2 col1 rowspan=3 height=200px
13 row2 col1 rowspan=3 height=200px
14 row2 col1 rowspan=3 height=200px
15 row2 col1 rowspan=3 height=200px
16 row2 col1 rowspan=3 height=200px
17 row2 col1 rowspan=3 height=200px
18 row2 col1 rowspan=3 height=200px
19 row2 col1 rowspan=3 height=200px
20 row2 col1 rowspan=3 height=200px
21 row2 col1 rowspan=3 height=200px
31 Test 2 - One row spanning cell present under the boundries of other row spanning cell and inner row spanning cell have its own height.
33 row0 col0 rowspan=6 height=600px row0 col1
37 row2 col1 rowspan=3 height=400px
47 Test 3 - 2 same row spanning cells with diffrent heights.
49 row0 col0 rowspan=6 height=300px row0 col1 rowspan=6 height=500px
63 Test 4 - some rows are common between 2 row spanning cells.
65 row0 col0 rowspan=6 height=400px row0 col1
67 row1 col1 rowspan=6 height=800px
81 Test 5 - 2 spanning cells starts at diffrent row index but end at same row index.
83 row0 col0 rowspan=6 height=400px row0 col1
85 row1 col1 rowspan=6 height=800px
99 Test 6 - RowSpan and ColSpan.
101 row0 col0 row0 col1 - rowspan=3 colspan=2 row0 col2
107 row3 col0 - colspan=3
111 Test 7 - Mix of baseline aligned and non-baseline aligned cells.
113 row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom
117 row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub
119 row3 col1 vertical-align=middle
121 row4 col1 vertical-align=super
123 row5 col1 vertical-align=text-bottom
129 row0 col0 row0 col1 row0 col2
130 row1 col0 row1 col1 row1 col2
133 row4 col0 row4 col1 row4 col2
134 row5 col0 row5 col1 row5 col2
140 Test 9 - Table Similar to CSS table with rowspan.
142 row0 col0 row0 col1 row0 col2
144 row1 col1 row1 col2 row1 col3
150 row4 col1 row4 col2 row4 col3
152 row5 col0 row5 col1 row5 col2