| Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-y-to-paged-x.html
|
| diff --git a/LayoutTests/fast/pagination/paged-y-to-paged-x.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-y-to-paged-x.html
|
| similarity index 80%
|
| copy from LayoutTests/fast/pagination/paged-y-to-paged-x.html
|
| copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-y-to-paged-x.html
|
| index 08d7d1965877c5f10f8346225f666b879ae822a5..01b47de3de55b554c3eca684eea1b66bfc5ffd79 100644
|
| --- a/LayoutTests/fast/pagination/paged-y-to-paged-x.html
|
| +++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-y-to-paged-x.html
|
| @@ -1,6 +1,10 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| + <script>
|
| + if (window.internals)
|
| + internals.settings.setRegionBasedColumnsEnabled(true);
|
| + </script>
|
| <title>Changing from paged-y to paged-x</title>
|
| <script>
|
| function test() {
|
|
|