Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / blending / mix-blend-mode-composited-layers.html
index c3da1c0..0f42ed2 100644 (file)
@@ -18,7 +18,7 @@
 <!-- Mix-blend-mode should create a composited layer when having composited descendants-->
 <div style="background-color: green">
     <div style="background-color: blue; mix-blend-mode: multiply">
-        <div style="background-color: yellow; -webkit-transform: translatez(0);"></div>
+        <div style="background-color: yellow; transform: translatez(0);"></div>
     </div>
 </div>