Index: third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html |
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-expected.html b/third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html |
similarity index 65% |
copy from third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-expected.html |
copy to third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html |
index 63bdb4f3912410d4317769ee5aac9c6adbee6e63..5d89601cdedf6901e768a9e8285a5411210f2ff4 100644 |
--- a/third_party/WebKit/LayoutTests/css3/motion-path/combine-translation-expected.html |
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/zero-length.html |
@@ -4,8 +4,8 @@ |
<style> |
#div1 { |
position: absolute; |
- transform: translate(120px, 150px); |
- transform-origin: 0% 0%; |
+ motion: path('M100,100L100,100') 0deg 0%; |
+ transform-origin: 0 0; |
} |
</style> |
</head> |