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

Unified Diff: third_party/WebKit/ManualTests/animation/compositor-transform-fill-forwards-with-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-fill-forwards-with-motion-path.html
diff --git a/third_party/WebKit/ManualTests/animation/compositor-transform-fill-forwards-with-motion-path.html b/third_party/WebKit/ManualTests/animation/compositor-transform-fill-forwards-with-motion-path.html
index 06a35b78d2c24bb49868bbf40368544b34a8539d..3710020143097d4e89b11650f24e6718fd0a8a15 100644
--- a/third_party/WebKit/ManualTests/animation/compositor-transform-fill-forwards-with-motion-path.html
+++ b/third_party/WebKit/ManualTests/animation/compositor-transform-fill-forwards-with-motion-path.html
@@ -14,7 +14,7 @@ div {
z-index: 4;
left: 100px;
top: 200px;
- motion-path: path('m 0 0 h 400');
+ offset-path: path('m 0 0 h 400');
}
#div2 {

Powered by Google App Engine
This is Rietveld 408576698