| Index: LayoutTests/fast/multicol/positioned-outside-of-columns.html
 | 
| diff --git a/LayoutTests/fast/multicol/positioned-outside-of-columns.html b/LayoutTests/fast/multicol/positioned-outside-of-columns.html
 | 
| index d6782d200b6a8cc412c9e1509498740d48a0f637..95f8f01222a44dfe79af0414897a6f230bf12574 100644
 | 
| --- a/LayoutTests/fast/multicol/positioned-outside-of-columns.html
 | 
| +++ b/LayoutTests/fast/multicol/positioned-outside-of-columns.html
 | 
| @@ -1,7 +1,7 @@
 | 
|  <script>
 | 
|  internals.settings.setRegionBasedColumnsEnabled(true)
 | 
|  </script>
 | 
| -<div style="position:relative; -webkit-column-count:2; -webkit-column-width:200px; width:410px; -webkit-column-gap:10px; border:2px solid black; height:200px">
 | 
| +<div style="position:relative; -webkit-column-count:2; -webkit-column-width:200px; column-count:2; column-width:200px; column-fill:auto; width:410px; -webkit-column-gap:10px; border:2px solid black; height:200px">
 | 
|  <div style="height:400px;background-color:lime"></div>
 | 
|  <div style="position:absolute;height:200px;width:300px;background-color:lightgray; left:200px; top:200px;">
 | 
|  This text should be outside the columns.<br>
 | 
| 
 |