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

Unified Diff: LayoutTests/fast/regions/region-style-in-columns.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
« no previous file with comments | « LayoutTests/fast/multicol/widows-and-orphans.html ('k') | LayoutTests/fast/repaint/multicol-repaint.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/regions/region-style-in-columns.html
diff --git a/LayoutTests/fast/regions/region-style-in-columns.html b/LayoutTests/fast/regions/region-style-in-columns.html
index b53427348a7bdc870dab6f21d60054fd9aa4aa80..e2e02ed080c0eb1dfba5adecd490476d090793aa 100644
--- a/LayoutTests/fast/regions/region-style-in-columns.html
+++ b/LayoutTests/fast/regions/region-style-in-columns.html
@@ -16,7 +16,7 @@
#article1 { -webkit-flow-into: flow1; width:600px;}
#region1 { -webkit-flow-from: flow1; position: absolute; top: 10px; }
- #p1 { color: #ff0000; -webkit-column-count:2;column-count:2; height:30px}
+ #p1 { color: #ff0000; -webkit-column-count:2; column-count:2; column-fill:auto; height:30px}
@-webkit-region #region1 {
#p1 { color: #008000; }
}
« no previous file with comments | « LayoutTests/fast/multicol/widows-and-orphans.html ('k') | LayoutTests/fast/repaint/multicol-repaint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698