Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / transform-inside-opacity.html
index bd973ba..a60dc1a 100644 (file)
@@ -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>