| Index: LayoutTests/fast/multicol/widows.html
|
| diff --git a/LayoutTests/fast/multicol/widows.html b/LayoutTests/fast/multicol/widows.html
|
| index e99a5ede1226a9106358e9e622b45102c8182d26..1fdf64d89c70857a77f04eb1453b7f59a50bd707 100644
|
| --- a/LayoutTests/fast/multicol/widows.html
|
| +++ b/LayoutTests/fast/multicol/widows.html
|
| @@ -2,8 +2,6 @@
|
| <script src="../../resources/js-test.js"></script>
|
| <script>
|
| description("Test column balancer behavior when widows requirements are high, and there's need for an early break to honor widows");
|
| - if (window.internals)
|
| - internals.settings.setRegionBasedColumnsEnabled(true);
|
| </script>
|
| <p>The 5 lines should all be in the second column.</p>
|
| <div id="mc" style="-webkit-columns:3; columns:3; -webkit-column-rule:solid; line-height:50px; orphans:1; widows:5;">
|
|
|