| Index: LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol.html
|
| diff --git a/LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol.html b/LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol.html
|
| index 02c536af4e3dfaff6cdced234dc285df54c2d6a4..5e0c761143db3ddd0b4dd8d7e2d1fe9135a57fa2 100644
|
| --- a/LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol.html
|
| +++ b/LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol.html
|
| @@ -3,8 +3,6 @@
|
| <head>
|
| <title>Change regular block to multicol</title>
|
| <script>
|
| - if (window.internals)
|
| - internals.settings.setRegionBasedColumnsEnabled(true);
|
| function test() {
|
| var elm = document.getElementById('elm');
|
| elm.offsetTop; // trigger layout
|
|
|