Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / transitions / transform-on-large-layer.html
index 291c9cd..31ce383 100644 (file)
         }
 
         .end {
-            -webkit-transform: translate3d(0, -1000px, 0);
+            transform: translate3d(0, -1000px, 0);
         }
 
         .start {
-            -webkit-transform: translate3d(0, 100%, 0);
+            transform: translate3d(0, 100%, 0);
         }
     </style>
     <script type="text/javascript">