| Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html
|
| diff --git a/LayoutTests/fast/multicol/span/clone-before-after-content-crash.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html
|
| similarity index 90%
|
| copy from LayoutTests/fast/multicol/span/clone-before-after-content-crash.html
|
| copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html
|
| index 962e8645f92d8ebf4c2a758c65635345257b97de..84aa585d734a94a5e80434323c13d7da0dede871 100644
|
| --- a/LayoutTests/fast/multicol/span/clone-before-after-content-crash.html
|
| +++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html
|
| @@ -7,6 +7,8 @@
|
| #test4 { -webkit-column-span: all; }
|
| </style>
|
| <script>
|
| + if (window.internals)
|
| + internals.settings.setRegionBasedColumnsEnabled(true);
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| function runTest(){
|
|
|