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

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: 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/progression-reverse.html
diff --git a/LayoutTests/fast/multicol/progression-reverse.html b/LayoutTests/fast/multicol/progression-reverse.html
index 0fca1119076c75c34fbbbb6ac92932f7beed5170..9eba889a272ea8ec183d03f019e0afe462318c50 100644
--- a/LayoutTests/fast/multicol/progression-reverse.html
+++ b/LayoutTests/fast/multicol/progression-reverse.html
@@ -7,10 +7,14 @@
-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-progression: reverse;
+ column-count: 2;
+ column-gap: 4px;
+ column-rule: 2px solid orange;
+ column-fill: auto;
}
.writing-mode-lr div.test {
« no previous file with comments | « LayoutTests/fast/multicol/positive-leading.html ('k') | LayoutTests/fast/multicol/progression-reverse-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698