Index: third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html |
diff --git a/third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html b/third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html |
index 4a9c64137f59add84cc4d1c44c3f05917b6cd9dc..c93a07a873ebd0e3109bfae82789980015e89822 100644 |
--- a/third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html |
+++ b/third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html |
@@ -41,8 +41,8 @@ |
function startAnimations() { |
div1.animate([ |
- {offsetDistance: '0%'}, |
- {offsetDistance: '100%'} |
+ {motionOffset: '0%'}, |
+ {motionOffset: '100%'} |
], { |
duration: 2000, |
delay: 1000 |
@@ -56,8 +56,8 @@ |
}); |
div2.animate([ |
- {offsetDistance: '0%'}, |
- {offsetDistance: '100%'} |
+ {motionOffset: '0%'}, |
+ {motionOffset: '100%'} |
], { |
duration: 2000, |
delay: 1000 |