| Index: third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html b/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
|
| index e9b024eb91ac304e047851781bede687b106d34f..07dfd6099af9cceb6e6a7d1935aefdccdcde9f0e 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
|
| @@ -36,11 +36,11 @@ span {
|
| }
|
|
|
| #div1 {
|
| - motion-path: path('M400,0');
|
| + offset-path: path('M400,0');
|
| }
|
|
|
| #div2 {
|
| - motion-path: none;
|
| + offset-path: none;
|
| }
|
|
|
| </style>
|
|
|