| Index: third_party/WebKit/LayoutTests/css3/motion-path/position-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-establishes-stacking-context.html
|
| similarity index 89%
|
| copy from third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
|
| copy to third_party/WebKit/LayoutTests/css3/motion-path/position-establishes-stacking-context.html
|
| index 07dfd6099af9cceb6e6a7d1935aefdccdcde9f0e..8ab99437654407d84130ba92dd494dfd0445c703 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/motion-path/position-establishes-stacking-context.html
|
| @@ -5,6 +5,7 @@
|
|
|
| div {
|
| width: 800px;
|
| + height: 300px;
|
| }
|
|
|
| span {
|
| @@ -36,11 +37,11 @@ span {
|
| }
|
|
|
| #div1 {
|
| - offset-path: path('M400,0');
|
| + offset-position: 400px 150px;
|
| }
|
|
|
| #div2 {
|
| - offset-path: none;
|
| + offset-position: auto;
|
| }
|
|
|
| </style>
|
|
|