| Index: third_party/WebKit/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html b/third_party/WebKit/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
|
| index c75ad0722b2d65e0c86bbe731426a98b0fb85ee5..f7e4d98cc3c6d7111ca5c91f575c4fbac50842c0 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-1.html
|
| @@ -233,20 +233,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>
|
|
|