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

Unified Diff: LayoutTests/fast/multicol/progression-reverse.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/multicol/progression-reverse.html
diff --git a/LayoutTests/fast/multicol/progression-reverse.html b/LayoutTests/fast/multicol/progression-reverse.html
index 0fca1119076c75c34fbbbb6ac92932f7beed5170..ffdc99d9806e5945703e1a47770371323f2a428f 100644
--- a/LayoutTests/fast/multicol/progression-reverse.html
+++ b/LayoutTests/fast/multicol/progression-reverse.html
@@ -7,10 +7,15 @@
-webkit-border-start-width: 3px;
-webkit-logical-width: 64px;
-webkit-logical-height: 32px;
- -webkit-column-gap: 4px;
-webkit-column-count: 2;
+ -webkit-column-gap: 4px;
-webkit-column-rule: 2px solid orange;
+ -webkit-column-fill: auto;
-webkit-column-progression: reverse;
+ column-count: 2;
+ column-gap: 4px;
+ column-rule: 2px solid orange;
+ column-fill: auto;
}
.writing-mode-lr div.test {

Powered by Google App Engine
This is Rietveld 408576698