| Index: LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-2.html
|
| diff --git a/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-2.html b/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-2.html
|
| index 1547184a09c6a52241bbc713cf822b6da50f9ddf..9f0006a5722fa5a8b56f40ba5972818f7f50d288 100644
|
| --- a/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-2.html
|
| +++ b/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-2.html
|
| @@ -332,23 +332,23 @@
|
| </div>
|
| <h5>Test 13 - Table Similar to CSS table with rowspan.</h5>
|
| <table border="1px">
|
| - <tr data-expected-height="39">
|
| + <tr data-expected-height="21">
|
| <td rowspan=5 style="height:300px">row0 col0</td>
|
| <td>row0 col1</td>
|
| <td>row0 col2</td>
|
| </tr>
|
| - <tr data-expected-height="48">
|
| + <tr data-expected-height="87">
|
| <td rowspan=3 style="height:200px">row1 col1</td>
|
| <td rowspan=2 style="height:100px">row1 col2</td>
|
| <td>row1 col3</td>
|
| </tr>
|
| - <tr data-expected-height="47">
|
| + <tr data-expected-height="96">
|
| <td>row2 col3</td>
|
| </tr>
|
| - <tr data-expected-height="59">
|
| + <tr data-expected-height="40">
|
| <td>row3 col2</td>
|
| </tr>
|
| - <tr data-expected-height="60">
|
| + <tr data-expected-height="24">
|
| <td>row4 col1</td>
|
| <td>row4 col2</td>
|
| <td>row4 col3</td>
|
|
|