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

Unified Diff: LayoutTests/fast/multicol/widows-and-orphans.html

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put changes to problematic files (for the bots) back in. Created 7 years, 2 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: LayoutTests/fast/multicol/widows-and-orphans.html
diff --git a/LayoutTests/fast/multicol/widows-and-orphans.html b/LayoutTests/fast/multicol/widows-and-orphans.html
index 8feccdc1dbede91b02d9a40cdf48516a1c03bc9f..380c31d171e1bb1f61ff2f3686dcf55696aae91e 100644
--- a/LayoutTests/fast/multicol/widows-and-orphans.html
+++ b/LayoutTests/fast/multicol/widows-and-orphans.html
@@ -11,6 +11,8 @@ body.hide-containers .container {
width: 600px;
height: 200px;
-webkit-columns: 3;
+ columns: 3;
+ column-fill: auto;
line-height: 20px; /* 10 lines per page */
font-size: 16px;
margin: 0 0 20px 0;

Powered by Google App Engine
This is Rietveld 408576698