OLD | NEW |
(Empty) | |
| 1 Test for chromium bug : 252120. Content of the row spanning cell is flowing out
of the cell boundries. |
| 2 |
| 3 Row spanning cell height is not set as per its content height or given height to
this cells. |
| 4 |
| 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. |
| 6 |
| 7 row0 col0 rowspan=6 height=400px row0 col1 |
| 8 PASS |
| 9 row1 col1 |
| 10 PASS |
| 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 |
| 22 PASS |
| 23 row3 col2 |
| 24 PASS |
| 25 row4 col2 |
| 26 PASS |
| 27 row5 col1 |
| 28 PASS |
| 29 row6 col0 |
| 30 PASS |
| 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. |
| 32 |
| 33 row0 col0 rowspan=6 height=600px row0 col1 |
| 34 PASS |
| 35 row1 col1 |
| 36 PASS |
| 37 row2 col1 rowspan=3 height=400px |
| 38 PASS |
| 39 row3 col2 |
| 40 PASS |
| 41 row4 col2 |
| 42 PASS |
| 43 row5 col1 |
| 44 PASS |
| 45 row6 col0 |
| 46 PASS |
| 47 Test 3 - 2 same row spanning cells with diffrent heights. |
| 48 |
| 49 row0 col0 rowspan=6 height=300px row0 col1 rowspan=6 height=500px |
| 50 PASS |
| 51 row1 col1 |
| 52 PASS |
| 53 row2 col1 |
| 54 PASS |
| 55 row3 col1 |
| 56 PASS |
| 57 row4 col1 |
| 58 PASS |
| 59 row5 col1 |
| 60 PASS |
| 61 row6 col0 |
| 62 PASS |
| 63 Test 4 - some rows are common between 2 row spanning cells. |
| 64 |
| 65 row0 col0 rowspan=6 height=400px row0 col1 |
| 66 PASS |
| 67 row1 col1 rowspan=6 height=800px |
| 68 PASS |
| 69 row2 col2 |
| 70 PASS |
| 71 row3 col2 |
| 72 PASS |
| 73 row4 col2 |
| 74 PASS |
| 75 row5 col2 |
| 76 PASS |
| 77 row6 col2 |
| 78 PASS |
| 79 row7 col0 |
| 80 PASS |
| 81 Test 5 - RowSpan and ColSpan. |
| 82 |
| 83 row0 col0 row0 col1 - rowspan=3 colspan=2 row0 col2 |
| 84 PASS |
| 85 row1 col0 |
| 86 PASS |
| 87 row2 col0 |
| 88 PASS |
| 89 row3 col0 - colspan=3 |
| 90 PASS |
| 91 row4 col0 |
| 92 PASS |
| 93 Test 6 - Mix of baseline aligned and non-baseline aligned cells. |
| 94 |
| 95 row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom |
| 96 PASS |
| 97 row1 col0 |
| 98 PASS |
| 99 row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub |
| 100 PASS |
| 101 row3 col1 vertical-align=middle |
| 102 PASS |
| 103 row4 col1 vertical-align=super |
| 104 PASS |
| 105 row5 col1 vertical-align=text-bottom |
| 106 PASS |
| 107 row6 col0 |
| 108 PASS |
| 109 Test 7 - CSS Table. |
| 110 |
| 111 row0 col0 row0 col1 row0 col2 |
| 112 row1 col0 row1 col1 row1 col2 |
| 113 row2 col0 |
| 114 row3 col0 |
| 115 row4 col0 row4 col1 row4 col2 |
| 116 row5 col0 row5 col1 row5 col2 |
| 117 row6 col0 row6 col1 |
| 118 row7 col0 |
| 119 row8 col0 |
| 120 row9 col0 |
| 121 row10 col0 |
| 122 Test 8 - Table Similar to CSS table with rowspan. |
| 123 |
| 124 row0 col0 row0 col1 row0 col2 |
| 125 PASS |
| 126 row1 col1 row1 col2 row1 col3 |
| 127 PASS |
| 128 row2 col3 |
| 129 PASS |
| 130 row3 col2 |
| 131 PASS |
| 132 row4 col1 row4 col2 row4 col3 |
| 133 PASS |
| 134 row5 col0 row5 col1 row5 col2 |
| 135 PASS |
| 136 row6 col0 row6 col1 |
| 137 PASS |
| 138 row7 col1 |
| 139 PASS |
| 140 row8 col1 |
| 141 PASS |
| 142 row9 col1 |
| 143 PASS |
| 144 row10 col1 |
| 145 PASS |
OLD | NEW |