Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/table/table-rowspan-height-distribution-in-rows-2-expected.txt

Issue 2534413004: Made varied number of cells in each row based on row's requirement. (Closed)
Patch Set: Reset TestExpectations file Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 FAIL: 249 FAIL:
250 Expected 21 for height, but got 19. 250 Expected 21 for height, but got 19.
251 251
252 <tr data-expected-height="21"> 252 <tr data-expected-height="21">
253 <td rowspan="5" style="height:300px">row0 col0</td> 253 <td rowspan="5" style="height:300px">row0 col0</td>
254 <td>row0 col1</td> 254 <td>row0 col1</td>
255 <td>row0 col2</td> 255 <td>row0 col2</td>
256 </tr> 256 </tr>
257 row1 col1 row1 col2 row1 col3 257 row1 col1 row1 col2 row1 col3
258 FAIL: 258 FAIL:
259 Expected 87 for height, but got 59. 259 Expected 87 for height, but got 52.
260 260
261 <tr data-expected-height="87"> 261 <tr data-expected-height="87">
262 <td rowspan="3" style="height:200px">row1 col1</td> 262 <td rowspan="3" style="height:200px">row1 col1</td>
263 <td rowspan="2" style="height:100px">row1 col2</td> 263 <td rowspan="2" style="height:100px">row1 col2</td>
264 <td>row1 col3</td> 264 <td>row1 col3</td>
265 </tr> 265 </tr>
266 row2 col3 266 row2 col3
267 FAIL: 267 FAIL:
268 Expected 96 for height, but got 95. 268 Expected 96 for height, but got 84.
269 269
270 <tr data-expected-height="96"> 270 <tr data-expected-height="96">
271 <td>row2 col3</td> 271 <td>row2 col3</td>
272 </tr> 272 </tr>
273 row3 col2 273 row3 col2
274 FAIL:
275 Expected 40 for height, but got 35.
276
277 <tr data-expected-height="40">
278 <td>row3 col2</td>
279 </tr>
280 row4 col1 row4 col2 row4 col3
281 FAIL:
282 Expected 24 for height, but got 38.
283
284 <tr data-expected-height="24">
285 <td>row4 col1</td>
286 <td>row4 col2</td>
287 <td>row4 col3</td>
288 </tr>
289 row5 col0 row5 col1 row5 col2
290 FAIL:
291 Expected 19 for height, but got 34.
292
293 <tr data-expected-height="19">
294 <td>row5 col0</td>
295 <td>row5 col1</td>
296 <td>row5 col2</td>
297 </tr>
298 row6 col0 row6 col1
299 FAIL:
300 Expected 74 for height, but got 76.
301
302 <tr data-expected-height="74">
303 <td rowspan="5" style="height:200px">row6 col0</td>
304 <td rowspan="5" style="height:100px">row6 col1</td>
305 </tr>
306 row7 col1
274 PASS 307 PASS
275 row4 col1 row4 col2 row4 col3
276 PASS
277 row5 col0 row5 col1 row5 col2
278 PASS
279 row6 col0 row6 col1
280 PASS
281 row7 col1
282 FAIL:
283 Expected 37 for height, but got 38.
284
285 <tr data-expected-height="37">
286 <td>row7 col1</td>
287 </tr>
288 row8 col1 308 row8 col1
289 PASS 309 PASS
290 row9 col1 310 row9 col1
291 PASS 311 PASS
292 row10 col1 312 row10 col1
293 PASS 313 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698