| 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 07dfd6099af9cceb6e6a7d1935aefdccdcde9f0e..02de50912d832b3e6a0aa0ad0bffc389658761c1 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
|
| @@ -5,6 +5,7 @@
|
|
|
| div {
|
| width: 800px;
|
| + height: 300px;
|
| }
|
|
|
| span {
|
| @@ -36,7 +37,7 @@ span {
|
| }
|
|
|
| #div1 {
|
| - offset-path: path('M400,0');
|
| + offset-path: path('M400,150');
|
| }
|
|
|
| #div2 {
|
|
|