Index: LayoutTests/fast/multicol/vertical-rl/break-properties.html |
diff --git a/LayoutTests/fast/multicol/vertical-rl/break-properties.html b/LayoutTests/fast/multicol/vertical-rl/break-properties.html |
index 669422607df0bf83fc78b0ae6648b8122d3f9f86..8fb3e76abca9dcb120b6f444d9eede44b5e4d87b 100644 |
--- a/LayoutTests/fast/multicol/vertical-rl/break-properties.html |
+++ b/LayoutTests/fast/multicol/vertical-rl/break-properties.html |
@@ -7,7 +7,7 @@ |
</style> |
</head> |
<body style="-webkit-writing-mode:vertical-rl; width:800px;"> |
-<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; 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> |