Index: LayoutTests/fast/multicol/vertical-lr/break-properties.html |
diff --git a/LayoutTests/fast/multicol/vertical-lr/break-properties.html b/LayoutTests/fast/multicol/vertical-lr/break-properties.html |
index aba1e767aab75d39a9d15871a8adb32b05dd20ac..f0f54efb9055ee8331d0501a279794904eefa2cf 100644 |
--- a/LayoutTests/fast/multicol/vertical-lr/break-properties.html |
+++ b/LayoutTests/fast/multicol/vertical-lr/break-properties.html |
@@ -4,7 +4,7 @@ |
div.taller { width: 72px; } |
</style> |
<body style="-webkit-writing-mode:vertical-lr"> |
-<div style="width: 100px; height: 630px; -webkit-column-gap: 5px; -webkit-columns: 6;"> |
+<div style="width:100px; height:630px; -webkit-columns:6; -webkit-column-gap:5px; -webkit-column-fill:auto; columns:6; column-gap:5px; column-fill:auto;"> |
<div class="taller box"></div> |
<div class="taller box"></div> |
<div id="break-before" class="shorter box" style="-webkit-column-break-before: always;"></div> |