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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/scrolling-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/multicol/scrolling-overflow.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/scrolling-overflow.html b/third_party/WebKit/LayoutTests/fast/multicol/scrolling-overflow.html
index 96a3a47b2a29936d4a20423eccd214943951a84d..2540183c20fe4523f370bbb3c8ae84d647dbb389 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/scrolling-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/scrolling-overflow.html
@@ -7,7 +7,7 @@
</style>
<p style="position:fixed; top:0;">Below there should be a green square with a black border, and no red.</p>
-<div style="margin-top:5em; -webkit-columns:3; -webkit-column-gap:50px; column-fill:auto; height:200px; line-height:100px;">
+<div style="margin-top:5em; -webkit-columns:3; -webkit-column-gap:50px; column-fill:auto; height:200px; line-height:100px; orphans:1; widows:1;">
<div style="width:130px; height:100px; background:red;"></div>
<br>
<br>

Powered by Google App Engine
This is Rietveld 408576698