| Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/html-make-paginated.html
|
| diff --git a/LayoutTests/fast/pagination/html-make-paginated.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/html-make-paginated.html
|
| similarity index 81%
|
| copy from LayoutTests/fast/pagination/html-make-paginated.html
|
| copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/html-make-paginated.html
|
| index d2f3a1891c6464da4a4978d4a593e61b49536574..b633631dff4003f7772b11cade00d2dfaf43bd4a 100644
|
| --- a/LayoutTests/fast/pagination/html-make-paginated.html
|
| +++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/html-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 root element</title>
|
| <script>
|
| function test() {
|
|
|