Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / 3d / transform-perspective.html
index 768c120..1d83d4c 100644 (file)
     }
 
     @-webkit-keyframes anim {
-        from { -webkit-transform: perspective(100px); }
-        to   { -webkit-transform: perspective(200px); }
+        from { transform: perspective(100px); }
+        to   { transform: perspective(200px); }
     }
 
     @-webkit-keyframes anim2 {
-        from { -webkit-transform: perspective(1000px); }
-        to   { -webkit-transform: none; }
+        from { transform: perspective(1000px); }
+        to   { transform: none; }
     }
   </style>
   <script src="../resources/animation-test-helpers.js" type="text/javascript"></script>