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

Unified Diff: LayoutTests/fast/multicol/orphans-relayout.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/orphans-relayout.html
diff --git a/LayoutTests/fast/multicol/orphans-relayout.html b/LayoutTests/fast/multicol/orphans-relayout.html
index 84d7e5f21a321a80c3dfca8bed331284d36ec010..5256c5f75176d3f68f86f1244cce8b492cc2cc65 100644
--- a/LayoutTests/fast/multicol/orphans-relayout.html
+++ b/LayoutTests/fast/multicol/orphans-relayout.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