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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped-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 : 249600. Extra logical height is not properly spread over the rows in a row-spanning cell. 1 Test for chromium bug : 249600. Extra logical height is not properly spread over the rows in a 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 - Three rowSpan cells 5 Test 1 - Three rowSpan cells
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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 FAIL: 314 FAIL:
315 Expected 21 for height, but got 19. 315 Expected 21 for height, but got 19.
316 316
317 <tr data-expected-height="21"> 317 <tr data-expected-height="21">
318 <td rowspan="5" style="height:300px">row0 col0</td> 318 <td rowspan="5" style="height:300px">row0 col0</td>
319 <td>row0 col1</td> 319 <td>row0 col1</td>
320 <td>row0 col2</td> 320 <td>row0 col2</td>
321 </tr> 321 </tr>
322 row1 col1 row1 col2 row1 col3 322 row1 col1 row1 col2 row1 col3
323 FAIL: 323 FAIL:
324 Expected 87 for height, but got 59. 324 Expected 87 for height, but got 52.
325 325
326 <tr data-expected-height="87"> 326 <tr data-expected-height="87">
327 <td rowspan="3" style="height:200px">row1 col1</td> 327 <td rowspan="3" style="height:200px">row1 col1</td>
328 <td rowspan="2" style="height:100px">row1 col2</td> 328 <td rowspan="2" style="height:100px">row1 col2</td>
329 <td>row1 col3</td> 329 <td>row1 col3</td>
330 </tr> 330 </tr>
331 row2 col3 331 row2 col3
332 FAIL: 332 FAIL:
333 Expected 96 for height, but got 95. 333 Expected 96 for height, but got 84.
334 334
335 <tr data-expected-height="96"> 335 <tr data-expected-height="96">
336 <td>row2 col3</td> 336 <td>row2 col3</td>
337 </tr> 337 </tr>
338 row3 col2 338 row3 col2
339 FAIL:
340 Expected 40 for height, but got 35.
341
342 <tr data-expected-height="40">
343 <td>row3 col2</td>
344 </tr>
345 row4 col1 row4 col2 row4 col3
346 FAIL:
347 Expected 24 for height, but got 38.
348
349 <tr data-expected-height="24">
350 <td>row4 col1</td>
351 <td>row4 col2</td>
352 <td>row4 col3</td>
353 </tr>
354 row5 col0 row5 col1 row5 col2
355 FAIL:
356 Expected 19 for height, but got 34.
357
358 <tr data-expected-height="19">
359 <td>row5 col0</td>
360 <td>row5 col1</td>
361 <td>row5 col2</td>
362 </tr>
363 row6 col0 row6 col1
364 FAIL:
365 Expected 74 for height, but got 76.
366
367 <tr data-expected-height="74">
368 <td rowspan="5" style="height:200px">row6 col0</td>
369 <td rowspan="5" style="height:100px">row6 col1</td>
370 </tr>
371 row7 col1
339 PASS 372 PASS
340 row4 col1 row4 col2 row4 col3
341 PASS
342 row5 col0 row5 col1 row5 col2
343 PASS
344 row6 col0 row6 col1
345 PASS
346 row7 col1
347 FAIL:
348 Expected 37 for height, but got 38.
349
350 <tr data-expected-height="37">
351 <td>row7 col1</td>
352 </tr>
353 row8 col1 373 row8 col1
354 PASS 374 PASS
355 row9 col1 375 row9 col1
356 PASS 376 PASS
357 row10 col1 377 row10 col1
358 PASS 378 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698