| Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html
|
| diff --git a/LayoutTests/fast/multicol/recursive-split-flow-crash.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html
|
| similarity index 83%
|
| copy from LayoutTests/fast/multicol/recursive-split-flow-crash.html
|
| copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html
|
| index 0685b550e34ff0f87969aa868bcbeb93c8153935..c4faa9caeb58145733126cab5dee88947db88612 100644
|
| --- a/LayoutTests/fast/multicol/recursive-split-flow-crash.html
|
| +++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html
|
| @@ -17,6 +17,8 @@ Test passes if it does not crash.
|
| <script>
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| +if (window.internals)
|
| + internals.settings.setRegionBasedColumnsEnabled(true);
|
|
|
| document.head.appendChild(document.createElement("style"));
|
| var styleSheet0 = document.styleSheets[0];
|
| @@ -28,6 +30,7 @@ document.execCommand("SelectAll", true);
|
| styleSheet0.insertRule('.testClass { -webkit-column-span: all ; }', 0);
|
| test1.appendChild(test2);
|
| styleSheet0.insertRule('.testClass::first-letter { border-style: none; }', 0);
|
| +styleSheet0.insertRule('.container { -webkit-column-axis: vertical; }', 0);
|
| </script>
|
| </body>
|
| </html>
|
|
|