| Index: LayoutTests/fast/multicol/cell-shrinkback-expected.html | 
| diff --git a/LayoutTests/fast/multicol/cell-shrinkback-expected.html b/LayoutTests/fast/multicol/cell-shrinkback-expected.html | 
| index 0af2e771915dd157411657f1643c67f5a8a15a47..ec878f86eb0534b677754da78488665c84e25d74 100644 | 
| --- a/LayoutTests/fast/multicol/cell-shrinkback-expected.html | 
| +++ b/LayoutTests/fast/multicol/cell-shrinkback-expected.html | 
| @@ -1,6 +1,6 @@ | 
| <div style="height: 100px; width: 200px; border: solid;position:relative"> | 
| -    <div style="left:25px; bottom:0; position:absolute; height:45px; width:29px;background-color:orange"></div> | 
| +    <div style="left:25px; bottom:0; position:absolute; height:45px; width:3em; background-color:orange"></div> | 
| <div style="border-bottom:solid; position:absolute; right:0px; width:100px"> | 
| -        <div style="background-color:orange; float:left;margin-left:25px">Text</div> | 
| +        <div style="background-color:orange; float:left;margin-left:25px; width:3em;">Text</div> | 
| </div> | 
| </div> | 
|  |