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