| Index: LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
|
| diff --git a/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html b/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
|
| index 804067b22d60325e77c5f5fdb318cb72abe694e6..da79e3d5352e5fee63d842792a919a14c9af3933 100644
|
| --- a/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
|
| +++ b/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
|
| @@ -75,7 +75,7 @@
|
| <tr data-expected-height="74">
|
| <td>row3 col0</td>
|
| </tr>
|
| - <tr data-expected-height="76">
|
| + <tr data-expected-height="78">
|
| <td>row4 col0</td>
|
| </tr>
|
| <tr data-expected-height="19">
|
| @@ -90,17 +90,17 @@
|
| <tr>
|
| <td>row0 col0</td>
|
| </tr>
|
| - <tr data-expected-height="33">
|
| + <tr data-expected-height="59">
|
| <td>row1 col0</td>
|
| <td rowspan="4" style="height:300px">row1 col1 - rowspan=4</td>
|
| </tr>
|
| - <tr data-expected-height="130">
|
| + <tr data-expected-height="74">
|
| <td style="height:70px">row2 col0</td>
|
| </tr>
|
| - <tr data-expected-height="43">
|
| + <tr data-expected-height="34">
|
| <td style="height:30px">row3 col0</td>
|
| </tr>
|
| - <tr data-expected-height="136">
|
| + <tr data-expected-height="104">
|
| <td style="height:100px">row4 col0</td>
|
| </tr>
|
| <tr data-expected-height="54">
|
| @@ -152,7 +152,7 @@
|
| <tr data-expected-height="69">
|
| <td style="vertical-align:super">row4 col1 vertical-align=super</td>
|
| </tr>
|
| - <tr data-expected-height="91">
|
| + <tr data-expected-height="92">
|
| <td style="vertical-align:text-bottom">row5 col1 vertical-align=text-bottom</td>
|
| </tr>
|
| <tr data-expected-height="19">
|
| @@ -223,7 +223,7 @@
|
| <tr data-expected-height="59">
|
| <td>row3 col2</td>
|
| </tr>
|
| - <tr data-expected-height="60">
|
| + <tr data-expected-height="61">
|
| <td>row4 col1</td>
|
| <td>row4 col2</td>
|
| <td>row4 col3</td>
|
|
|