| Index: LayoutTests/fast/multicol/table-cell-content-change-expected.html
|
| diff --git a/LayoutTests/fast/multicol/table-cell-content-change-expected.html b/LayoutTests/fast/multicol/table-cell-content-change-expected.html
|
| index 45697ad9393f690beb8695b0478871375380eadd..103cdb3b87f71fad454a0ac45b167219e170046c 100644
|
| --- a/LayoutTests/fast/multicol/table-cell-content-change-expected.html
|
| +++ b/LayoutTests/fast/multicol/table-cell-content-change-expected.html
|
| @@ -5,7 +5,7 @@
|
|
|
| <p>You should see the text "first column" once in the first column, and the text "second
|
| column" twice in the second column.</p>
|
| - <div style="-webkit-columns:2; columns:2; x-webkit-column-rule:1px solid; xcolumn-rule:1px solid; orphans:1; widows:1; xbackground:yellow;"> <!-- FIXME: should ideally paint background and column rules here, to measure the column height, but the balancing machinery in the old multicol implementation doesn't do it properly. See crbug.com/352052 -->
|
| + <div style="-webkit-columns:2; columns:2; orphans:1; widows:1;">
|
| first column<br>
|
| <br>
|
| second column<br>
|
|
|