| Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html
|
| diff --git a/LayoutTests/fast/multicol/span/double-merge-anonymous-block-crash.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html
|
| similarity index 76%
|
| copy from LayoutTests/fast/multicol/span/double-merge-anonymous-block-crash.html
|
| copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html
|
| index 6b7d7f48e15836bdee33804e10fb80734f68f5f6..d613afca44e284c22488f986586c0f182ebff5b7 100644
|
| --- a/LayoutTests/fast/multicol/span/double-merge-anonymous-block-crash.html
|
| +++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html
|
| @@ -1,17 +1,19 @@
|
| <html>
|
| <head>
|
| <script>
|
| + if (window.internals)
|
| + internals.settings.setRegionBasedColumnsEnabled(true);
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| </script>
|
| </head>
|
| <style>
|
| - div {
|
| - border: 5px solid maroon;
|
| + div {
|
| + border: 5px solid maroon;
|
| -webkit-column-count: 2;
|
| margin: 1em 0;
|
| }
|
| - summary {
|
| + summary {
|
| -webkit-column-span: all;
|
| background-color: #eeeeee;
|
| color: black;
|
|
|