Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/path-establishes-stacking-context.html

Issue 2241993002: CSS Motion Path: New names for properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698