| Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/body-make-paginated.html
 | 
| diff --git a/LayoutTests/fast/pagination/body-make-paginated.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/body-make-paginated.html
 | 
| similarity index 80%
 | 
| copy from LayoutTests/fast/pagination/body-make-paginated.html
 | 
| copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/body-make-paginated.html
 | 
| index 86fa70ed0d3c1662a069bc73ee11c3d371c9953b..13327443a7c39a86ed5cd284fc25c3f2a482955b 100644
 | 
| --- a/LayoutTests/fast/pagination/body-make-paginated.html
 | 
| +++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/body-make-paginated.html
 | 
| @@ -1,6 +1,10 @@
 | 
|  <!DOCTYPE html>
 | 
|  <html>
 | 
|      <head>
 | 
| +        <script>
 | 
| +            if (window.internals)
 | 
| +                internals.settings.setRegionBasedColumnsEnabled(true);
 | 
| +        </script>
 | 
|          <title>Dynamically set paged overflow on the body element</title>
 | 
|          <script>
 | 
|              function test() {
 | 
| 
 |