Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/pagination/break-in-paged-overflow.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/pagination/break-in-paged-overflow.html b/third_party/WebKit/LayoutTests/fast/pagination/break-in-paged-overflow.html |
| index 7ed6f96021647d5ad2c71cd55a23d2d0f5001494..4d795d126278a987338f206c0f15becd1d64bd0e 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/pagination/break-in-paged-overflow.html |
| +++ b/third_party/WebKit/LayoutTests/fast/pagination/break-in-paged-overflow.html |
| @@ -9,6 +9,8 @@ |
| margin: 2px; |
| border: 1px solid hotpink; |
| column-gap: 0; /* See crbug.com/460106 */ |
| + orphans: 1; |
| + widows: 1; |
| } |
| </style> |
| <p>There should be 7 boxes below. Each should contain the word "PASS" |