Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / sub-pixel / sub-pixel-composited-layer-with-transform-expected.html
index f89181e..f2f0514 100644 (file)
@@ -5,7 +5,7 @@ div {
     position: absolute;
     width: 50px;
     height: 50px;
-    -webkit-transform: rotate3d(0, 0, 1, 10deg) scale(5, 5);
+    transform: rotate3d(0, 0, 1, 10deg) scale(5, 5);
 }
 #red {
     top: 200px;