Index: LayoutTests/fast/multicol/unsplittable-inline-block.html |
diff --git a/LayoutTests/fast/multicol/unsplittable-inline-block.html b/LayoutTests/fast/multicol/unsplittable-inline-block.html |
index 5150220a351fa3809949a661f250833e0cbbde46..bfc78a3d2df3edae056e63567de5e03acdacf759 100644 |
--- a/LayoutTests/fast/multicol/unsplittable-inline-block.html |
+++ b/LayoutTests/fast/multicol/unsplittable-inline-block.html |
@@ -1,4 +1,4 @@ |
-<div style="width:750px; -webkit-column-count:2; border:5px solid black; padding:5px;height:300px; -webkit-column-rule: 2px solid grey"> |
+<div style="width:750px; height:300px; -webkit-column-count:2; -webkit-column-rule:2px solid grey; column-count:2; column-rule:2px solid grey; column-fill:auto; border:5px solid black; padding:5px; "> |
<div style="height:250px"></div> |
<div style="display:inline-block; border:2px solid green"> |
All of this text should be in the second column.<br> |