| Index: LayoutTests/fast/pagination/auto-height.html
|
| diff --git a/LayoutTests/fast/multicol/one-column-with-break.html b/LayoutTests/fast/pagination/auto-height.html
|
| similarity index 51%
|
| copy from LayoutTests/fast/multicol/one-column-with-break.html
|
| copy to LayoutTests/fast/pagination/auto-height.html
|
| index 67f3f993ddbed42b9e790a1428da9586b3e7f3f1..3f2beac189946287cd8de8503795c2e163a48ad7 100644
|
| --- a/LayoutTests/fast/multicol/one-column-with-break.html
|
| +++ b/LayoutTests/fast/pagination/auto-height.html
|
| @@ -6,11 +6,13 @@
|
| internals.settings.setRegionBasedColumnsEnabled(true);
|
| </script>
|
| </head>
|
| - <body style="overflow:hidden;">
|
| - <p>There should be nothing below.</p>
|
| - <div style="-webkit-columns:1; columns:1;">
|
| + <body>
|
| + <p>There should be a yellow <em>square</em> below.</p>
|
| + <div style="overflow:-webkit-paged-x; width:16em; line-height:4em; background:yellow;">
|
| + <br>
|
| + <br>
|
| + <br>
|
| <br>
|
| - <div style="break-before:column; -webkit-column-break-before:always;">FAIL</div>
|
| </div>
|
| </body>
|
| </html>
|
|
|