| Index: third_party/WebKit/LayoutTests/css3/motion-path/position-will-change-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/position-will-change-establishes-stacking-context.html
|
| similarity index 88%
|
| copy from third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
|
| copy to third_party/WebKit/LayoutTests/css3/motion-path/position-will-change-establishes-stacking-context.html
|
| index 07dfd6099af9cceb6e6a7d1935aefdccdcde9f0e..12df334ac6d3cdd153c4aae056b987c261cf6989 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/motion-path/position-will-change-establishes-stacking-context.html
|
| @@ -3,8 +3,14 @@
|
| <head>
|
| <style>
|
|
|
| +* {
|
| + margin: 0;
|
| + padding: 0;
|
| +}
|
| +
|
| div {
|
| width: 800px;
|
| + height: 300px;
|
| }
|
|
|
| span {
|
| @@ -36,11 +42,7 @@ span {
|
| }
|
|
|
| #div1 {
|
| - offset-path: path('M400,0');
|
| -}
|
| -
|
| -#div2 {
|
| - offset-path: none;
|
| + will-change: offset-position;
|
| }
|
|
|
| </style>
|
|
|