Chromium Code Reviews| 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..be1da94b0bd46d85b56f046afa67f1aeb200dfbf |
| --- /dev/null |
| +++ b/LayoutTests/fast/pagination/auto-height-with-break.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <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> |