| 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 b117987a7942aaec7bc72d6f9fde94a72fdd6388..e9b024eb91ac304e047851781bede687b106d34f 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
|
| @@ -3,6 +3,10 @@
|
| <head>
|
| <style>
|
|
|
| +div {
|
| + width: 800px;
|
| +}
|
| +
|
| span {
|
| position: absolute;
|
| width: 120px;
|
| @@ -32,7 +36,7 @@ span {
|
| }
|
|
|
| #div1 {
|
| - motion-path: path('M0,0');
|
| + motion-path: path('M400,0');
|
| }
|
|
|
| #div2 {
|
|
|