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 e9b024eb91ac304e047851781bede687b106d34f..07dfd6099af9cceb6e6a7d1935aefdccdcde9f0e 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 |
@@ -36,11 +36,11 @@ span { |
} |
#div1 { |
- motion-path: path('M400,0'); |
+ offset-path: path('M400,0'); |
suzyh_UTC10 (ex-contributor)
2016/09/19 03:32:30
If adding offset-path to hasPropertyThatCreatesSta
Eric Willigers
2016/09/19 04:46:14
hasPropertyThatCreatesStackingContext is about wil
|
} |
#div2 { |
- motion-path: none; |
+ offset-path: none; |
} |
</style> |