OLD | NEW |
1 Test for chromium bug : 254914. Height of fixed height cell is not proper when c
ell's row is under row spanning cell. | 1 Test for chromium bug : 254914. Height of fixed height cell is not proper when c
ell's row is under row spanning cell. |
2 | 2 |
3 Rows in rowspan should get proportional height. | 3 Rows in rowspan should get proportional height. |
4 | 4 |
5 Test 1 - One rowSpan cell | 5 Test 1 - One rowSpan cell |
6 | 6 |
7 row0 col0 | 7 row0 col0 |
8 PASS | 8 PASS |
9 row1 col0 - rowspan=4 row1 col1 | 9 row1 col0 - rowspan=4 row1 col1 |
10 PASS | 10 PASS |
(...skipping 16 matching lines...) Expand all Loading... |
27 row3 col1 | 27 row3 col1 |
28 PASS | 28 PASS |
29 row4 col1 | 29 row4 col1 |
30 PASS | 30 PASS |
31 Test 3 - One rowSpan cell and specified rowSpan cell height | 31 Test 3 - One rowSpan cell and specified rowSpan cell height |
32 | 32 |
33 row0 col0 | 33 row0 col0 |
34 PASS | 34 PASS |
35 row1 col0 row1 col1 - rowspan=4 height=300px | 35 row1 col0 row1 col1 - rowspan=4 height=300px |
36 FAIL: | 36 FAIL: |
37 Expected 57 for height, but got 32. | 37 Expected 57 for height, but got 35. |
38 | 38 |
39 <tr data-expected-height="57"> | 39 <tr data-expected-height="57"> |
40 <td>row1 col0</td> | 40 <td>row1 col0</td> |
41 <td rowspan="4" style="height:300px">row1 col1 - rowspan=4 height=300p
x</td> | 41 <td rowspan="4" style="height:300px">row1 col1 - rowspan=4 height=300p
x</td> |
42 </tr> | 42 </tr> |
43 row2 col0 | 43 row2 col0 |
44 FAIL: | 44 FAIL: |
45 Expected 57 for height, but got 58. | 45 Expected 57 for height, but got 59. |
46 | 46 |
47 <tr data-expected-height="57"> | 47 <tr data-expected-height="57"> |
48 <td>row2 col0</td> | 48 <td>row2 col0</td> |
49 </tr> | 49 </tr> |
50 row3 col0 | 50 row3 col0 |
51 PASS | 51 PASS |
52 row4 col0 | 52 row4 col0 |
53 PASS | 53 PASS |
54 row5 col0 row5 col1 | 54 row5 col0 row5 col1 |
55 PASS | 55 PASS |
56 Test 4 - One rowSpan cell and one cell have fixed height. | 56 Test 4 - One rowSpan cell and one cell have fixed height. |
57 | 57 |
58 row0 col0 | 58 row0 col0 |
59 PASS | 59 PASS |
60 row1 col0 row1 col1 - rowspan=4 height=300px | 60 row1 col0 row1 col1 - rowspan=4 height=300px |
61 FAIL: | 61 FAIL: |
62 Expected 60 for height, but got 31. | 62 Expected 60 for height, but got 33. |
63 | 63 |
64 <tr data-expected-height="60"> | 64 <tr data-expected-height="60"> |
65 <td>row1 col0</td> | 65 <td>row1 col0</td> |
66 <td rowspan="4" style="height:300px">row1 col1 - rowspan=4 height=300p
x</td> | 66 <td rowspan="4" style="height:300px">row1 col1 - rowspan=4 height=300p
x</td> |
67 </tr> | 67 </tr> |
68 row2 col0 | 68 row2 col0 |
69 FAIL: | 69 FAIL: |
70 Expected 60 for height, but got 61. | 70 Expected 60 for height, but got 63. |
71 | 71 |
72 <tr data-expected-height="60"> | 72 <tr data-expected-height="60"> |
73 <td>row2 col0</td> | 73 <td>row2 col0</td> |
74 </tr> | 74 </tr> |
75 row3 col0 height=40px | 75 row3 col0 height=40px |
76 PASS | 76 PASS |
77 row4 col0 | 77 row4 col0 |
78 PASS | 78 PASS |
79 row5 col0 row5 col1 | 79 row5 col0 row5 col1 |
80 PASS | 80 PASS |
81 Test 5 - One rowSpan cell and one cell have percent height. | 81 Test 5 - One rowSpan cell and one cell have percent height. |
82 | 82 |
83 row0 col0 | 83 row0 col0 |
84 PASS | 84 PASS |
85 row1 col0 row1 col1 - rowspan=4 height=300px | 85 row1 col0 row1 col1 - rowspan=4 height=300px |
86 FAIL: | 86 FAIL: |
87 Expected 23 for height, but got 19. | 87 Expected 23 for height, but got 19. |
88 | 88 |
89 <tr data-expected-height="23"> | 89 <tr data-expected-height="23"> |
90 <td>row1 col0</td> | 90 <td>row1 col0</td> |
91 <td rowspan="4" style="height:300px">row1 col1 - rowspan=4 height=300p
x</td> | 91 <td rowspan="4" style="height:300px">row1 col1 - rowspan=4 height=300p
x</td> |
92 </tr> | 92 </tr> |
93 row2 col0 height=40% | 93 row2 col0 height=40% |
94 FAIL: | 94 FAIL: |
95 Expected 183 for height, but got 182. | 95 Expected 183 for height, but got 156. |
96 | 96 |
97 <tr data-expected-height="183"> | 97 <tr data-expected-height="183"> |
98 <td style="height:40%">row2 col0 height=40%</td> | 98 <td style="height:40%">row2 col0 height=40%</td> |
99 </tr> | 99 </tr> |
100 row3 col0 | 100 row3 col0 |
101 PASS | 101 FAIL: |
| 102 Expected 41 for height, but got 33. |
| 103 |
| 104 <tr data-expected-height="41"> |
| 105 <td>row3 col0</td> |
| 106 </tr> |
102 row4 col0 | 107 row4 col0 |
103 PASS | 108 FAIL: |
| 109 Expected 47 for height, but got 48. |
| 110 |
| 111 <tr data-expected-height="47"> |
| 112 <td>row4 col0</td> |
| 113 </tr> |
104 row5 col0 row5 col1 | 114 row5 col0 row5 col1 |
105 PASS | 115 PASS |
106 Test 6 - One rowSpan cell, one cell have percent height and another one cell hav
e fixed height. | 116 Test 6 - One rowSpan cell, one cell have percent height and another one cell hav
e fixed height. |
107 | 117 |
108 row0 col0 | 118 row0 col0 |
109 PASS | 119 PASS |
110 row1 col0 row1 col1 - rowspan=4 height=300px | 120 row1 col0 row1 col1 - rowspan=4 height=300px |
111 PASS | 121 PASS |
112 row2 col0 height=40% | 122 row2 col0 height=40% |
113 FAIL: | 123 FAIL: |
114 Expected 183 for height, but got 182. | 124 Expected 183 for height, but got 181. |
115 | 125 |
116 <tr data-expected-height="183"> | 126 <tr data-expected-height="183"> |
117 <td style="height:40%">row2 col0 height=40%</td> | 127 <td style="height:40%">row2 col0 height=40%</td> |
118 </tr> | 128 </tr> |
119 row3 col0 height=40px | 129 row3 col0 height=40px |
120 PASS | 130 PASS |
121 row4 col0 | 131 row4 col0 |
122 PASS | 132 PASS |
123 row5 col0 row5 col1 | 133 row5 col0 row5 col1 |
124 PASS | 134 PASS |
(...skipping 11 matching lines...) Expand all Loading... |
136 </tr> | 146 </tr> |
137 row2 col0 | 147 row2 col0 |
138 FAIL: | 148 FAIL: |
139 Expected 37 for height, but got 19. | 149 Expected 37 for height, but got 19. |
140 | 150 |
141 <tr data-expected-height="37"> | 151 <tr data-expected-height="37"> |
142 <td>row2 col0</td> | 152 <td>row2 col0</td> |
143 </tr> | 153 </tr> |
144 row3 col0 height=30% | 154 row3 col0 height=30% |
145 FAIL: | 155 FAIL: |
146 Expected 131 for height, but got 153. | 156 Expected 131 for height, but got 149. |
147 | 157 |
148 <tr data-expected-height="131"> | 158 <tr data-expected-height="131"> |
149 <td style="height:30%">row3 col0 height=30%</td> | 159 <td style="height:30%">row3 col0 height=30%</td> |
150 </tr> | 160 </tr> |
151 row4 col0 height=40% | 161 row4 col0 height=40% |
152 FAIL: | 162 FAIL: |
153 Expected 142 for height, but got 143. | 163 Expected 142 for height, but got 143. |
154 | 164 |
155 <tr data-expected-height="142"> | 165 <tr data-expected-height="142"> |
156 <td style="height:40%">row4 col0 height=40%</td> | 166 <td style="height:40%">row4 col0 height=40%</td> |
157 </tr> | 167 </tr> |
158 row5 col0 row5 col1 | 168 row5 col0 row5 col1 |
159 PASS | 169 PASS |
160 Test 8 - One rowSpan cell and three cells have percent height but total percent
is more than 100. | 170 Test 8 - One rowSpan cell and three cells have percent height but total percent
is more than 100. |
161 | 171 |
162 row0 col0 | 172 row0 col0 |
163 PASS | 173 PASS |
164 row1 col0 height=60% row1 col1 - rowspan=4 height=300px | 174 row1 col0 height=60% row1 col1 - rowspan=4 height=300px |
165 FAIL: | 175 FAIL: |
166 Expected 203 for height, but got 204. | 176 Expected 203 for height, but got 206. |
167 | 177 |
168 <tr data-expected-height="203"> | 178 <tr data-expected-height="203"> |
169 <td style="height:60%">row1 col0 height=60%</td> | 179 <td style="height:60%">row1 col0 height=60%</td> |
170 <td rowspan="4" style="height:300px">row1 col1 - rowspan=4 height=300p
x</td> | 180 <td rowspan="4" style="height:300px">row1 col1 - rowspan=4 height=300p
x</td> |
171 </tr> | 181 </tr> |
172 row2 col0 height=40% | 182 row2 col0 height=40% |
173 PASS | 183 PASS |
174 row3 col0 | 184 row3 col0 |
175 PASS | 185 PASS |
176 row4 col0 height=50% | 186 row4 col0 height=50% |
(...skipping 27 matching lines...) Expand all Loading... |
204 row4 col0 | 214 row4 col0 |
205 PASS | 215 PASS |
206 Test 11 - Mix of baseline aligned and non-baseline aligned cells. | 216 Test 11 - Mix of baseline aligned and non-baseline aligned cells. |
207 | 217 |
208 row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom | 218 row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom |
209 PASS | 219 PASS |
210 row1 col0 | 220 row1 col0 |
211 PASS | 221 PASS |
212 row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub | 222 row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub |
213 FAIL: | 223 FAIL: |
214 Expected 77 for height, but got 32. | 224 Expected 77 for height, but got 35. |
215 | 225 |
216 <tr data-expected-height="77"> | 226 <tr data-expected-height="77"> |
217 <td rowspan="4" style="vertical-align:text-top; height:300px">row2 col0 -
rowspan=4 vertical-align=text-top</td> | 227 <td rowspan="4" style="vertical-align:text-top; height:300px">row2 col0 -
rowspan=4 vertical-align=text-top</td> |
218 <td style="vertical-align:sub">row2 col1 vertical-align=sub</td> | 228 <td style="vertical-align:sub">row2 col1 vertical-align=sub</td> |
219 </tr> | 229 </tr> |
220 row3 col1 vertical-align=middle | 230 row3 col1 vertical-align=middle |
221 FAIL: | 231 FAIL: |
222 Expected 77 for height, but got 78. | 232 Expected 77 for height, but got 79. |
223 | 233 |
224 <tr data-expected-height="77"> | 234 <tr data-expected-height="77"> |
225 <td style="vertical-align:middle">row3 col1 vertical-align=middle</td> | 235 <td style="vertical-align:middle">row3 col1 vertical-align=middle</td> |
226 </tr> | 236 </tr> |
227 row4 col1 vertical-align=super | 237 row4 col1 vertical-align=super |
228 PASS | 238 PASS |
229 row5 col1 vertical-align=text-bottom | 239 row5 col1 vertical-align=text-bottom |
230 PASS | 240 PASS |
231 row6 col0 | 241 row6 col0 |
232 PASS | 242 PASS |
(...skipping 16 matching lines...) Expand all Loading... |
249 FAIL: | 259 FAIL: |
250 Expected 21 for height, but got 19. | 260 Expected 21 for height, but got 19. |
251 | 261 |
252 <tr data-expected-height="21"> | 262 <tr data-expected-height="21"> |
253 <td rowspan="5" style="height:300px">row0 col0</td> | 263 <td rowspan="5" style="height:300px">row0 col0</td> |
254 <td>row0 col1</td> | 264 <td>row0 col1</td> |
255 <td>row0 col2</td> | 265 <td>row0 col2</td> |
256 </tr> | 266 </tr> |
257 row1 col1 row1 col2 row1 col3 | 267 row1 col1 row1 col2 row1 col3 |
258 FAIL: | 268 FAIL: |
259 Expected 87 for height, but got 59. | 269 Expected 87 for height, but got 55. |
260 | 270 |
261 <tr data-expected-height="87"> | 271 <tr data-expected-height="87"> |
262 <td rowspan="3" style="height:200px">row1 col1</td> | 272 <td rowspan="3" style="height:200px">row1 col1</td> |
263 <td rowspan="2" style="height:100px">row1 col2</td> | 273 <td rowspan="2" style="height:100px">row1 col2</td> |
264 <td>row1 col3</td> | 274 <td>row1 col3</td> |
265 </tr> | 275 </tr> |
266 row2 col3 | 276 row2 col3 |
267 FAIL: | 277 FAIL: |
268 Expected 96 for height, but got 95. | 278 Expected 96 for height, but got 84. |
269 | 279 |
270 <tr data-expected-height="96"> | 280 <tr data-expected-height="96"> |
271 <td>row2 col3</td> | 281 <td>row2 col3</td> |
272 </tr> | 282 </tr> |
273 row3 col2 | 283 row3 col2 |
274 PASS | 284 FAIL: |
| 285 Expected 40 for height, but got 35. |
| 286 |
| 287 <tr data-expected-height="40"> |
| 288 <td>row3 col2</td> |
| 289 </tr> |
275 row4 col1 row4 col2 row4 col3 | 290 row4 col1 row4 col2 row4 col3 |
276 PASS | 291 FAIL: |
| 292 Expected 24 for height, but got 38. |
| 293 |
| 294 <tr data-expected-height="24"> |
| 295 <td>row4 col1</td> |
| 296 <td>row4 col2</td> |
| 297 <td>row4 col3</td> |
| 298 </tr> |
277 row5 col0 row5 col1 row5 col2 | 299 row5 col0 row5 col1 row5 col2 |
278 PASS | 300 FAIL: |
| 301 Expected 19 for height, but got 34. |
| 302 |
| 303 <tr data-expected-height="19"> |
| 304 <td>row5 col0</td> |
| 305 <td>row5 col1</td> |
| 306 <td>row5 col2</td> |
| 307 </tr> |
279 row6 col0 row6 col1 | 308 row6 col0 row6 col1 |
280 PASS | 309 PASS |
281 row7 col1 | 310 row7 col1 |
282 FAIL: | 311 FAIL: |
283 Expected 37 for height, but got 38. | 312 Expected 37 for height, but got 23. |
284 | 313 |
285 <tr data-expected-height="37"> | 314 <tr data-expected-height="37"> |
286 <td>row7 col1</td> | 315 <td>row7 col1</td> |
287 </tr> | 316 </tr> |
288 row8 col1 | 317 row8 col1 |
289 PASS | 318 FAIL: |
| 319 Expected 38 for height, but got 39. |
| 320 |
| 321 <tr data-expected-height="38"> |
| 322 <td>row8 col1</td> |
| 323 </tr> |
290 row9 col1 | 324 row9 col1 |
291 PASS | 325 PASS |
292 row10 col1 | 326 row10 col1 |
293 PASS | 327 PASS |
OLD | NEW |