Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / filters / filter-repaint-child-layers.html
index 356bb20..17b793b 100644 (file)
@@ -14,7 +14,7 @@
             width: 50px;
             background-color: green;
             z-index: 1;
-            -webkit-transform: translate(50px, 0px) rotate(20deg);
+            transform: translate(50px, 0px) rotate(20deg);
         }
 
         .before {