| 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..e8e844535a4088b907bb30d6dc659e0c097ad4fc 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; 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>
|
|
|