| Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/span-as-immediate-child-complex-splitting.html
|
| diff --git a/LayoutTests/fast/multicol/span/span-as-immediate-child-complex-splitting.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/span-as-immediate-child-complex-splitting.html
|
| similarity index 96%
|
| copy from LayoutTests/fast/multicol/span/span-as-immediate-child-complex-splitting.html
|
| copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/span-as-immediate-child-complex-splitting.html
|
| index 91b3785c4853c747e272bcec52a1ef6514548913..d8a3bd8dfee5ab509bfca5a71197776ded13c216 100644
|
| --- a/LayoutTests/fast/multicol/span/span-as-immediate-child-complex-splitting.html
|
| +++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/span-as-immediate-child-complex-splitting.html
|
| @@ -1,7 +1,13 @@
|
| <!doctype html>
|
| <head>
|
| + <script>
|
| + if (window.internals)
|
| + internals.settings.setRegionBasedColumnsEnabled(true);
|
| + </script>
|
| <style>
|
| -div { border:5px solid maroon; -webkit-column-count:2; width:750px; margin: 1em 0 }
|
| +/* We use a monospace font here in order to avoid a clipping bug in the old multicol
|
| + implementation. */
|
| +div { border:5px solid maroon; -webkit-column-count:2; width:750px; margin: 1em 0; font-family:monospace; }
|
| h2 { -webkit-column-span: all; background-color:#eeeeee }
|
| </style>
|
| </head>
|
|
|