Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / ManualTests / svg-animation-css-transform.html
index 320cdcb..e046840 100644 (file)
@@ -12,7 +12,7 @@
   <p>The rotated rect should from 0,0 to 100,0 over 3 seconds.</p>
 
   <svg xmlns='http://www.w3.org/2000/svg'>
-    <rect id="target" width='100' height='100' stroke="blue" fill="none" style="-webkit-transform: rotate(45deg)">
+    <rect id="target" width='100' height='100' stroke="blue" fill="none" style="transform: rotate(45deg)">
       <animateMotion to='100,0' dur='3s' />
     </rect>
   </svg>