Index: LayoutTests/fast/multicol/break-properties.html |
diff --git a/LayoutTests/fast/multicol/break-properties.html b/LayoutTests/fast/multicol/break-properties.html |
index 9202d1e9e2d2314cbed44afa16fa61b8b6b3ea91..e1a32b37ac984777a5feda84a42a3849c2f88f91 100644 |
--- a/LayoutTests/fast/multicol/break-properties.html |
+++ b/LayoutTests/fast/multicol/break-properties.html |
@@ -3,7 +3,7 @@ |
div.shorter { height: 54px; } |
div.taller { height: 72px; } |
</style> |
-<div style="height: 100px; width: 630; -webkit-column-gap: 5px; -webkit-columns: 6;"> |
+<div style="height: 100px; width: 630; -webkit-columns:6; -webkit-column-gap:5px; columns:6; column-gap:5px;"> |
<div class="taller box"></div> |
<div class="taller box"></div> |
<div id="break-before" class="shorter box" style="-webkit-column-break-before: always;"></div> |