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 bd973ba1da5d46a0a0b2e65e95937790728149f0..a60dc1abaaa62fdd7b9d78929e89d0caee0e7ce7 100644 |
--- a/LayoutTests/fast/multicol/transform-inside-opacity.html |
+++ b/LayoutTests/fast/multicol/transform-inside-opacity.html |
@@ -7,6 +7,6 @@ |
<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> |
+<div class="transformed" style="float:left;width:200px;height:100px;transform:translate(0, 100px)"></div> |
</div> |
</div> |