Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / filters / filter-repaint-composited-fallback.html
index 0feff83..bd233fe 100644 (file)
@@ -13,7 +13,7 @@
             height: 50px;
             width: 50px;
             background-color: green;
-            -webkit-transform: translate(50px, 0px) rotate(20deg);
+            transform: translate(50px, 0px) rotate(20deg);
         }
 
         .before {
@@ -22,7 +22,7 @@
 
         .blur {
             /* force a composited layer */
-            -webkit-transform: translate3d(0, 0, 0);
+            transform: translate3d(0, 0, 0);
             background: red;
             margin: 50px;
             -webkit-filter: drop-shadow(0px 0px 1px blue) blur(5px);