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

Unified Diff: third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html

Issue 2827003002: CSS Motion Path: delete implementation of motion-path property (Closed)
Patch Set: ManualTests Created 3 years, 8 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/ManualTests/animation/compositor-transform-prevented-by-motion-path.html
diff --git a/third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html b/third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html
index f89da85a2a1e8e58465616f91b3b75d1fe2f05d1..c93a07a873ebd0e3109bfae82789980015e89822 100644
--- a/third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html
+++ b/third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html
@@ -14,14 +14,14 @@ div {
z-index: 4;
left: 100px;
top: 200px;
- motion-path: path('m 0 0 h 800');
+ offset-path: path('m 0 0 h 800');
}
#div2 {
z-index: 5;
left: 100px;
top: 300px;
- motion-path: path('m 0 0 h 400 z');
+ offset-path: path('m 0 0 h 400 z');
}
</style>

Powered by Google App Engine
This is Rietveld 408576698