| Index: third_party/WebKit/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped.html b/third_party/WebKit/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped.html
 | 
| index 1a73681721b1408713238ad39f8acf924fd16dc4..ba279c3ed3e0bad32360301922a6fabd2d20ed19 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-except-overlapped.html
 | 
| @@ -409,20 +409,20 @@
 | 
|          <td>row5 col1</td>
 | 
|          <td>row5 col2</td>
 | 
|      </tr>
 | 
| -    <tr data-expected-height="0">
 | 
| +    <tr data-expected-height="74">
 | 
|          <td rowspan=5 style="height:200px">row6 col0</td>
 | 
|          <td rowspan=5 style="height:100px">row6 col1</td>
 | 
|      </tr>
 | 
| -    <tr data-expected-height="37">
 | 
| +    <tr data-expected-height="19">
 | 
|          <td>row7 col1</td>
 | 
|      </tr>
 | 
| -    <tr data-expected-height="38">
 | 
| +    <tr data-expected-height="19">
 | 
|          <td>row8 col1</td>
 | 
|      </tr>
 | 
| -    <tr data-expected-height="49">
 | 
| +    <tr data-expected-height="19">
 | 
|          <td>row9 col1</td>
 | 
|      </tr>
 | 
| -    <tr data-expected-height="49">
 | 
| +    <tr data-expected-height="19">
 | 
|          <td>row10 col1</td>
 | 
|      </tr>
 | 
|  </table>
 | 
| 
 |