| Index: LayoutTests/fast/multicol/newmulticol/cell-shrinkback-expected.html | 
| diff --git a/LayoutTests/fast/multicol/newmulticol/cell-shrinkback-expected.html b/LayoutTests/fast/multicol/newmulticol/cell-shrinkback-expected.html | 
| deleted file mode 100644 | 
| index 536cf14ce15a025bb2cf0a72733a2e99504592aa..0000000000000000000000000000000000000000 | 
| --- a/LayoutTests/fast/multicol/newmulticol/cell-shrinkback-expected.html | 
| +++ /dev/null | 
| @@ -1,10 +0,0 @@ | 
| -<div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webkit-column-gap:0; columns:2; column-gap:0; column-fill:auto;"> | 
| -    <div style="height: 55px;"></div> | 
| -    <table cellspacing=0 cellpadding=0> | 
| -        <tr> | 
| -            <td><div style="height: 50px; width: 25px;"></div></td> | 
| -            <td style="background-color: orange;" valign=bottom>Text</td> | 
| -        </tr> | 
| -    </table> | 
| -    <div style="border-top: solid;"></div> | 
| -</div> | 
|  |