| OLD | NEW | 
|   1 <script> |  | 
|   2 internals.settings.setRegionBasedColumnsEnabled(true) |  | 
|   3 </script> |  | 
|   4 <div style="-webkit-column-count:2; column-count:2; column-fill:auto; border:2px
     solid black; height:300px"> |   1 <div style="-webkit-column-count:2; column-count:2; column-fill:auto; border:2px
     solid black; height:300px"> | 
|   5 <div style="height:250px"></div> |   2 <div style="height:250px"></div> | 
|   6 <div style="position:relative"> |   3 <div style="position:relative"> | 
|   7 <div style="position:absolute;height:200px;width:300px;background-color:lightgra
    y"> |   4 <div style="position:absolute;height:200px;width:300px;background-color:lightgra
    y"> | 
|   8 This text should paginate across the columns.<br> |   5 This text should paginate across the columns.<br> | 
|   9 This text should paginate across the columns.<br> |   6 This text should paginate across the columns.<br> | 
|  10 This text should paginate across the columns.<br> |   7 This text should paginate across the columns.<br> | 
|  11 This text should paginate across the columns.<br> |   8 This text should paginate across the columns.<br> | 
|  12 This text should paginate across the columns.<br> |   9 This text should paginate across the columns.<br> | 
|  13 </div> |  10 </div> | 
|  14 </div> |  11 </div> | 
|  15 <div style="height:250px"></div> |  12 <div style="height:250px"></div> | 
|  16 </div> |  13 </div> | 
| OLD | NEW |