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

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: 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/repaint/multicol-repaint.html
diff --git a/LayoutTests/fast/repaint/multicol-repaint.html b/LayoutTests/fast/repaint/multicol-repaint.html
index e9f6c2c2b00ed4561051a1173cc09fa441661b81..705745e191972f7c5fd7b9d041d0124d65a19520 100644
--- a/LayoutTests/fast/repaint/multicol-repaint.html
+++ b/LayoutTests/fast/repaint/multicol-repaint.html
@@ -10,6 +10,8 @@
border: 1px solid black;
font-size: 50px;
-webkit-column-count: 2;
+ column-count: 2;
+ column-fill: auto;
}
span {
« no previous file with comments | « LayoutTests/fast/regions/region-style-in-columns.html ('k') | LayoutTests/fast/sub-pixel/column-clipping.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698