Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / transitions / transform-op-list-match.html
index 3d83b99..0aa42f0 100644 (file)
@@ -7,10 +7,10 @@
       height: 100px;
       width: 100px;
       background-color: blue;
-      -webkit-transform: translateX(0px) rotate(0deg);
+      transform: translateX(0px) rotate(0deg);
       -webkit-transition-duration: 2s;
       -webkit-transition-timing-function: linear;
-      -webkit-transition-property: -webkit-transform;
+      -webkit-transition-property: transform;
     }
   </style>
   <script src="../animations/resources/animation-test-helpers.js"></script>