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

Unified Diff: LayoutTests/fast/multicol/overflow-content.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/overflow-content.html
diff --git a/LayoutTests/fast/multicol/overflow-content.html b/LayoutTests/fast/multicol/overflow-content.html
index 10f7e925c7ef07cd4f478c8c456387936f123eb1..fc5de7bda8541756dbfcb392a875aa2ae686525b 100644
--- a/LayoutTests/fast/multicol/overflow-content.html
+++ b/LayoutTests/fast/multicol/overflow-content.html
@@ -5,6 +5,9 @@
-webkit-border-after: 15px solid;
-webkit-column-count: 2;
-webkit-column-gap: 0;
+ column-count: 2;
+ column-gap: 0;
+ column-fill: auto;
background-color: lightblue;
}
div.container {

Powered by Google App Engine
This is Rietveld 408576698