Index: LayoutTests/fast/multicol/transform-inside-opacity.html |
diff --git a/LayoutTests/fast/multicol/transform-inside-opacity.html b/LayoutTests/fast/multicol/transform-inside-opacity.html |
index 74996388351b0dc58ba46e59ce3fca845dc3a38d..b79aade034a49fd1d002aafd19ce7f0c428eb08c 100644 |
--- a/LayoutTests/fast/multicol/transform-inside-opacity.html |
+++ b/LayoutTests/fast/multicol/transform-inside-opacity.html |
@@ -7,7 +7,7 @@ internals.settings.setRegionBasedColumnsEnabled(true) |
.transformed:hover { background-color:maroon } |
</style> |
</head> |
-<div style="position:relative; -webkit-column-count:2; -webkit-column-width:200px; width:420px; -webkit-column-gap:20px; border:2px solid black; height:200px"> |
+<div style="position:relative; width:420px; height:200px; -webkit-column-count:2; -webkit-column-width:200px; -webkit-column-gap:20px; column-count:2; column-width:200px; column-gap:20px; column-fill:auto; border:2px solid black;"> |
<div style="height:100px"></div> |
<div style="opacity:0.5"> |
<div class="transformed" style="float:left;width:200px;height:100px;-webkit-transform:translate(0, 100px)"></div> |