Index: third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html |
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html b/third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html |
index 5d89601cdedf6901e768a9e8285a5411210f2ff4..9a87001adc888152592d5315db74c8b6f54f2799 100644 |
--- a/third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html |
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html |
@@ -4,7 +4,7 @@ |
<style> |
#div1 { |
position: absolute; |
- motion: path('M100,100L100,100') 0deg 0%; |
+ offset: path('M100,100L100,100') 0deg 0%; |
transform-origin: 0 0; |
} |
</style> |