Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / animation-matrix-negative-scale-unmatrix.html
index e93acab..4075931 100644 (file)
@@ -17,8 +17,8 @@
             }
 
             @-webkit-keyframes anim {
-                from { -webkit-transform: matrix(1, 0, 0, -1, 0, 0); }
-                to { -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
+                from { transform: matrix(1, 0, 0, -1, 0, 0); }
+                to { transform: matrix(1, 0, 0, 1, 0, 0); }
             }
         </style>
         <script type="text/javascript" charset="utf-8">