Chromium Code Reviews| 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 { |
|
pdr.
2015/10/30 00:52:04
Was this needed?
Eric Willigers
2015/11/20 07:49:53
With parent width 800px, the default transform-ori
|
| + width: 800px; |
| +} |
| + |
| span { |
| position: absolute; |
| width: 120px; |
| @@ -32,7 +36,7 @@ span { |
| } |
| #div1 { |
| - motion-path: path('M0,0'); |
| + motion-path: path('M400,0'); |
| } |
| #div2 { |