| Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/div-x-vertical-lr-ltr.html
 | 
| diff --git a/LayoutTests/fast/pagination/div-x-vertical-lr-ltr.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/div-x-vertical-lr-ltr.html
 | 
| similarity index 83%
 | 
| copy from LayoutTests/fast/pagination/div-x-vertical-lr-ltr.html
 | 
| copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/div-x-vertical-lr-ltr.html
 | 
| index 55a0e4162c067addd94a7311e3d35f4016703728..c0d29f43aa7d182c42b4b11650d128817f3c12d8 100644
 | 
| --- a/LayoutTests/fast/pagination/div-x-vertical-lr-ltr.html
 | 
| +++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/div-x-vertical-lr-ltr.html
 | 
| @@ -1,6 +1,10 @@
 | 
|  <!DOCTYPE html>
 | 
|  <html>
 | 
|      <head>
 | 
| +        <script>
 | 
| +            if (window.internals)
 | 
| +                internals.settings.setRegionBasedColumnsEnabled(true);
 | 
| +        </script>
 | 
|          <title>Paged X overflow, left to right block flow, ltr inline flow</title>
 | 
|      </head>
 | 
|      <body>
 | 
| 
 |