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

Unified Diff: LayoutTests/fast/repaint/multicol-repaint.html

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/repaint/multicol-repaint.html
diff --git a/LayoutTests/fast/repaint/multicol-repaint.html b/LayoutTests/fast/repaint/multicol-repaint.html
index e9f6c2c2b00ed4561051a1173cc09fa441661b81..788bbd4535b0a44dae7e4100f1dfc838d64aa3f2 100644
--- a/LayoutTests/fast/repaint/multicol-repaint.html
+++ b/LayoutTests/fast/repaint/multicol-repaint.html
@@ -10,6 +10,9 @@
border: 1px solid black;
font-size: 50px;
-webkit-column-count: 2;
+ -webkit-column-fill: auto;
+ column-count: 2;
+ column-fill: auto;
}
span {

Powered by Google App Engine
This is Rietveld 408576698