Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: third_party/WebKit/LayoutTests/fast/pagination/break-in-paged-overflow.html

Issue 1909233002: Spec-compliant parsing and initial values for 'orphans' and 'widows'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some unit tests had non-conformant widphans assumptions too. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698