| Index: LayoutTests/fast/multicol/table-row-height-increase.html
|
| diff --git a/LayoutTests/fast/multicol/table-row-height-increase.html b/LayoutTests/fast/multicol/table-row-height-increase.html
|
| index 6673ab6c80b41d2abdc48b5c399f6308324c46a9..9b71901d9d06f564a33fec589665c12c2d3c293c 100644
|
| --- a/LayoutTests/fast/multicol/table-row-height-increase.html
|
| +++ b/LayoutTests/fast/multicol/table-row-height-increase.html
|
| @@ -8,7 +8,7 @@ td {
|
| }
|
|
|
| </style>
|
| -<div style="width: 480px; -webkit-column-count: 2; -webkit-column-gap: 0; height: 60px;">
|
| +<div style="width:480px; height:60px; -webkit-column-count:2; -webkit-column-gap:0; -webkit-column-fill:auto; column-count:2; column-gap:0; column-fill:auto;">
|
| <table cellpadding=0 cellspacing=0 style="background-color: red;">
|
| <tr style="height: 30px;">
|
| <td style="width: 60px;" rowspan=2></td>
|
|
|