| 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 f89da85a2a1e8e58465616f91b3b75d1fe2f05d1..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
|
| @@ -14,14 +14,14 @@ div {
|
| z-index: 4;
|
| left: 100px;
|
| top: 200px;
|
| - motion-path: path('m 0 0 h 800');
|
| + offset-path: path('m 0 0 h 800');
|
| }
|
|
|
| #div2 {
|
| z-index: 5;
|
| left: 100px;
|
| top: 300px;
|
| - motion-path: path('m 0 0 h 400 z');
|
| + offset-path: path('m 0 0 h 400 z');
|
| }
|
|
|
| </style>
|
|
|