| Index: LayoutTests/fast/pagination/auto-height-with-break.html
|
| diff --git a/LayoutTests/fast/pagination/auto-height-with-break.html b/LayoutTests/fast/pagination/auto-height-with-break.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..50ba0fbfbeaad9cb435f6e0239d4bf4be74c9504
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/pagination/auto-height-with-break.html
|
| @@ -0,0 +1,19 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <script>
|
| + if (window.internals)
|
| + internals.settings.setRegionBasedColumnsEnabled(true);
|
| + </script>
|
| + </head>
|
| + <body>
|
| + <p>Below there should be a yellow rectangle with a horizontal scrollbar, and nothing else.</p>
|
| + <div style="overflow:-webkit-paged-x; width:16em; -webkit-column-gap:0; line-height:4em; background:yellow;">
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <div style="break-before:always; -webkit-column-break-before:always;">FAIL</div>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|