OLD | NEW |
1 Test for chromium bug : 252120. Content of the row spanning cell is flowing out
of the cell boundries. | 1 Test for chromium bug : 252120. Content of the row spanning cell is flowing out
of the cell boundries. |
2 | 2 |
3 Row spanning cell height is not set as per its content height or given height to
this cells. | 3 Row spanning cell height is not set as per its content height or given height to
this cells. |
4 | 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. | 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 | 6 |
7 row0 col0 rowspan=6 height=400px row0 col1 | 7 row0 col0 rowspan=6 height=400px row0 col1 |
8 PASS | 8 PASS |
9 row1 col1 | 9 row1 col1 |
10 PASS | 10 PASS |
(...skipping 22 matching lines...) Expand all Loading... |
33 row0 col0 rowspan=6 height=600px row0 col1 | 33 row0 col0 rowspan=6 height=600px row0 col1 |
34 FAIL: | 34 FAIL: |
35 Expected 23 for height, but got 20. | 35 Expected 23 for height, but got 20. |
36 | 36 |
37 <tr data-expected-height="23"> | 37 <tr data-expected-height="23"> |
38 <td rowspan="6" style="height:600px">row0 col0 rowspan=6 height=600px</td> | 38 <td rowspan="6" style="height:600px">row0 col0 rowspan=6 height=600px</td> |
39 <td>row0 col1</td> | 39 <td>row0 col1</td> |
40 </tr> | 40 </tr> |
41 row1 col1 | 41 row1 col1 |
42 FAIL: | 42 FAIL: |
43 Expected 24 for height, but got 20. | 43 Expected 24 for height, but got 21. |
44 | 44 |
45 <tr data-expected-height="24"> | 45 <tr data-expected-height="24"> |
46 <td>row1 col1</td> | 46 <td>row1 col1</td> |
47 </tr> | 47 </tr> |
48 row2 col1 rowspan=3 height=400px | 48 row2 col1 rowspan=3 height=400px |
49 PASS | 49 PASS |
50 row3 col2 | 50 row3 col2 |
51 FAIL: | 51 FAIL: |
52 Expected 247 for height, but got 248. | 52 Expected 247 for height, but got 249. |
53 | 53 |
54 <tr data-expected-height="247"> | 54 <tr data-expected-height="247"> |
55 <td>row3 col2</td> | 55 <td>row3 col2</td> |
56 </tr> | 56 </tr> |
57 row4 col2 | 57 row4 col2 |
58 PASS | 58 PASS |
59 row5 col1 | 59 row5 col1 |
60 PASS | 60 PASS |
61 row6 col0 | 61 row6 col0 |
62 PASS | 62 PASS |
63 Test 3 - 2 same row spanning cells with diffrent heights. | 63 Test 3 - 2 same row spanning cells with diffrent heights. |
64 | 64 |
65 row0 col0 rowspan=6 height=300px row0 col1 rowspan=6 height=500px | 65 row0 col0 rowspan=6 height=300px row0 col1 rowspan=6 height=500px |
66 PASS | 66 PASS |
67 row1 col1 | 67 row1 col1 |
68 FAIL: | 68 FAIL: |
69 Expected 90 for height, but got 43. | 69 Expected 90 for height, but got 35. |
70 | 70 |
71 <tr data-expected-height="90"> | 71 <tr data-expected-height="90"> |
72 <td>row1 col1</td> | 72 <td>row1 col1</td> |
73 </tr> | 73 </tr> |
74 row2 col1 | 74 row2 col1 |
75 FAIL: | 75 FAIL: |
76 Expected 94 for height, but got 95. | 76 Expected 94 for height, but got 52. |
77 | 77 |
78 <tr data-expected-height="94"> | 78 <tr data-expected-height="94"> |
79 <td>row2 col1</td> | 79 <td>row2 col1</td> |
80 </tr> | 80 </tr> |
81 row3 col1 | 81 row3 col1 |
82 PASS | 82 FAIL: |
| 83 Expected 95 for height, but got 96. |
| 84 |
| 85 <tr data-expected-height="95"> |
| 86 <td>row3 col1</td> |
| 87 </tr> |
83 row4 col1 | 88 row4 col1 |
84 PASS | 89 PASS |
85 row5 col1 | 90 row5 col1 |
86 PASS | 91 PASS |
87 row6 col0 | 92 row6 col0 |
88 PASS | 93 PASS |
89 Test 4 - some rows are common between 2 row spanning cells. | 94 Test 4 - some rows are common between 2 row spanning cells. |
90 | 95 |
91 row0 col0 rowspan=6 height=400px row0 col1 | 96 row0 col0 rowspan=6 height=400px row0 col1 |
92 FAIL: | 97 FAIL: |
93 Expected 43 for height, but got 34. | 98 Expected 43 for height, but got 37. |
94 | 99 |
95 <tr data-expected-height="43"> | 100 <tr data-expected-height="43"> |
96 <td rowspan="6" style="height:400px">row0 col0 rowspan=6 height=400px</t
d> | 101 <td rowspan="6" style="height:400px">row0 col0 rowspan=6 height=400px</t
d> |
97 <td>row0 col1</td> | 102 <td>row0 col1</td> |
98 </tr> | 103 </tr> |
99 row1 col1 rowspan=6 height=800px | 104 row1 col1 rowspan=6 height=800px |
100 PASS | 105 PASS |
101 row2 col2 | 106 row2 col2 |
102 FAIL: | 107 FAIL: |
103 Expected 168 for height, but got 65. | 108 Expected 168 for height, but got 72. |
104 | 109 |
105 <tr data-expected-height="168"> | 110 <tr data-expected-height="168"> |
106 <td>row2 col2</td> | 111 <td>row2 col2</td> |
107 </tr> | 112 </tr> |
108 row3 col2 | 113 row3 col2 |
109 FAIL: | 114 FAIL: |
110 Expected 177 for height, but got 83. | 115 Expected 177 for height, but got 88. |
111 | 116 |
112 <tr data-expected-height="177"> | 117 <tr data-expected-height="177"> |
113 <td>row3 col2</td> | 118 <td>row3 col2</td> |
114 </tr> | 119 </tr> |
115 row4 col2 | 120 row4 col2 |
116 FAIL: | 121 FAIL: |
117 Expected 176 for height, but got 177. | 122 Expected 176 for height, but got 178. |
118 | 123 |
119 <tr data-expected-height="176"> | 124 <tr data-expected-height="176"> |
120 <td>row4 col2</td> | 125 <td>row4 col2</td> |
121 </tr> | 126 </tr> |
122 row5 col2 | 127 row5 col2 |
123 PASS | 128 PASS |
124 row6 col2 | 129 row6 col2 |
125 PASS | 130 PASS |
126 row7 col0 | 131 row7 col0 |
127 PASS | 132 PASS |
128 Test 5 - 2 spanning cells starts at diffrent row index but end at same row index
. | 133 Test 5 - 2 spanning cells starts at diffrent row index but end at same row index
. |
129 | 134 |
130 row0 col0 rowspan=6 height=400px row0 col1 | 135 row0 col0 rowspan=6 height=400px row0 col1 |
131 PASS | 136 PASS |
132 row1 col1 rowspan=6 height=800px | 137 row1 col1 rowspan=6 height=800px |
133 PASS | 138 PASS |
134 row2 col2 | 139 row2 col2 |
135 FAIL: | 140 FAIL: |
136 Expected 130 for height, but got 132. | 141 Expected 130 for height, but got 64. |
137 | 142 |
138 <tr data-expected-height="130"> | 143 <tr data-expected-height="130"> |
139 <td>row2 col2</td> | 144 <td>row2 col2</td> |
140 </tr> | 145 </tr> |
141 row3 col2 | 146 row3 col2 |
142 PASS | 147 FAIL: |
| 148 Expected 132 for height, but got 134. |
| 149 |
| 150 <tr data-expected-height="132"> |
| 151 <td>row3 col2</td> |
| 152 </tr> |
143 row4 col2 | 153 row4 col2 |
144 PASS | 154 PASS |
145 row5 col2 | 155 row5 col2 |
146 PASS | 156 PASS |
147 row6 col2 | 157 row6 col2 |
148 PASS | 158 PASS |
149 row7 col0 | 159 row7 col0 |
150 PASS | 160 PASS |
151 Test 6 - RowSpan and ColSpan. | 161 Test 6 - RowSpan and ColSpan. |
152 | 162 |
153 row0 col0 row0 col1 - rowspan=3 colspan=2 row0 col2 | 163 row0 col0 row0 col1 - rowspan=3 colspan=2 row0 col2 |
154 PASS | 164 PASS |
155 row1 col0 | 165 row1 col0 |
156 PASS | 166 PASS |
157 row2 col0 | 167 row2 col0 |
158 PASS | 168 PASS |
159 row3 col0 - colspan=3 | 169 row3 col0 - colspan=3 |
160 PASS | 170 PASS |
161 row4 col0 | 171 row4 col0 |
162 PASS | 172 PASS |
163 Test 7 - Mix of baseline aligned and non-baseline aligned cells. | 173 Test 7 - Mix of baseline aligned and non-baseline aligned cells. |
164 | 174 |
165 row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom | 175 row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom |
166 PASS | 176 PASS |
167 row1 col0 | 177 row1 col0 |
168 PASS | 178 PASS |
169 row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub | 179 row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub |
170 FAIL: | 180 FAIL: |
171 Expected 77 for height, but got 32. | 181 Expected 77 for height, but got 35. |
172 | 182 |
173 <tr data-expected-height="77"> | 183 <tr data-expected-height="77"> |
174 <td rowspan="4" style="vertical-align:text-top; height:300px">row2 col0 -
rowspan=4 vertical-align=text-top</td> | 184 <td rowspan="4" style="vertical-align:text-top; height:300px">row2 col0 -
rowspan=4 vertical-align=text-top</td> |
175 <td style="vertical-align:sub">row2 col1 vertical-align=sub</td> | 185 <td style="vertical-align:sub">row2 col1 vertical-align=sub</td> |
176 </tr> | 186 </tr> |
177 row3 col1 vertical-align=middle | 187 row3 col1 vertical-align=middle |
178 FAIL: | 188 FAIL: |
179 Expected 77 for height, but got 78. | 189 Expected 77 for height, but got 79. |
180 | 190 |
181 <tr data-expected-height="77"> | 191 <tr data-expected-height="77"> |
182 <td style="vertical-align:middle">row3 col1 vertical-align=middle</td> | 192 <td style="vertical-align:middle">row3 col1 vertical-align=middle</td> |
183 </tr> | 193 </tr> |
184 row4 col1 vertical-align=super | 194 row4 col1 vertical-align=super |
185 PASS | 195 PASS |
186 row5 col1 vertical-align=text-bottom | 196 row5 col1 vertical-align=text-bottom |
187 PASS | 197 PASS |
188 row6 col0 | 198 row6 col0 |
189 PASS | 199 PASS |
(...skipping 16 matching lines...) Expand all Loading... |
206 FAIL: | 216 FAIL: |
207 Expected 21 for height, but got 19. | 217 Expected 21 for height, but got 19. |
208 | 218 |
209 <tr data-expected-height="21"> | 219 <tr data-expected-height="21"> |
210 <td rowspan="5" style="height:300px">row0 col0</td> | 220 <td rowspan="5" style="height:300px">row0 col0</td> |
211 <td>row0 col1</td> | 221 <td>row0 col1</td> |
212 <td>row0 col2</td> | 222 <td>row0 col2</td> |
213 </tr> | 223 </tr> |
214 row1 col1 row1 col2 row1 col3 | 224 row1 col1 row1 col2 row1 col3 |
215 FAIL: | 225 FAIL: |
216 Expected 87 for height, but got 59. | 226 Expected 87 for height, but got 55. |
217 | 227 |
218 <tr data-expected-height="87"> | 228 <tr data-expected-height="87"> |
219 <td rowspan="3" style="height:200px">row1 col1</td> | 229 <td rowspan="3" style="height:200px">row1 col1</td> |
220 <td rowspan="2" style="height:100px">row1 col2</td> | 230 <td rowspan="2" style="height:100px">row1 col2</td> |
221 <td>row1 col3</td> | 231 <td>row1 col3</td> |
222 </tr> | 232 </tr> |
223 row2 col3 | 233 row2 col3 |
224 FAIL: | 234 FAIL: |
225 Expected 96 for height, but got 95. | 235 Expected 96 for height, but got 84. |
226 | 236 |
227 <tr data-expected-height="96"> | 237 <tr data-expected-height="96"> |
228 <td>row2 col3</td> | 238 <td>row2 col3</td> |
229 </tr> | 239 </tr> |
230 row3 col2 | 240 row3 col2 |
231 PASS | 241 FAIL: |
| 242 Expected 40 for height, but got 35. |
| 243 |
| 244 <tr data-expected-height="40"> |
| 245 <td>row3 col2</td> |
| 246 </tr> |
232 row4 col1 row4 col2 row4 col3 | 247 row4 col1 row4 col2 row4 col3 |
233 PASS | 248 FAIL: |
| 249 Expected 24 for height, but got 38. |
| 250 |
| 251 <tr data-expected-height="24"> |
| 252 <td>row4 col1</td> |
| 253 <td>row4 col2</td> |
| 254 <td>row4 col3</td> |
| 255 </tr> |
234 row5 col0 row5 col1 row5 col2 | 256 row5 col0 row5 col1 row5 col2 |
235 PASS | 257 FAIL: |
| 258 Expected 19 for height, but got 34. |
| 259 |
| 260 <tr data-expected-height="19"> |
| 261 <td>row5 col0</td> |
| 262 <td>row5 col1</td> |
| 263 <td>row5 col2</td> |
| 264 </tr> |
236 row6 col0 row6 col1 | 265 row6 col0 row6 col1 |
237 PASS | 266 PASS |
238 row7 col1 | 267 row7 col1 |
239 FAIL: | 268 FAIL: |
240 Expected 37 for height, but got 38. | 269 Expected 37 for height, but got 23. |
241 | 270 |
242 <tr data-expected-height="37"> | 271 <tr data-expected-height="37"> |
243 <td>row7 col1</td> | 272 <td>row7 col1</td> |
244 </tr> | 273 </tr> |
245 row8 col1 | 274 row8 col1 |
246 PASS | 275 FAIL: |
| 276 Expected 38 for height, but got 39. |
| 277 |
| 278 <tr data-expected-height="38"> |
| 279 <td>row8 col1</td> |
| 280 </tr> |
247 row9 col1 | 281 row9 col1 |
248 PASS | 282 PASS |
249 row10 col1 | 283 row10 col1 |
250 PASS | 284 PASS |
OLD | NEW |