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; } |
} |