Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / transforms / matrix-with-zoom.html
index 52b70e5..90b0a21 100644 (file)
@@ -17,12 +17,12 @@ body {
 }
 
 .translate {
-    -webkit-transform: translate(100px, 50px);
+    transform: translate(100px, 50px);
     background-color: red;
 }
 
 .matrix {
-    -webkit-transform: matrix(1, 0, 0, 1, 100, 50);
+    transform: matrix(1, 0, 0, 1, 100, 50);
     background-color: green;
 }
 </style>