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

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/motion-offset-interpolation.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/motion-path/motion-path.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/interpolation/motion-offset-interpolation.html
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/motion-offset-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/motion-offset-interpolation.html
index 58b1eb56c79912d4ebff1e44880264ae9f19a80f..7f486379939cfe29436d01319f859bf84f5ceaed 100644
--- a/third_party/WebKit/LayoutTests/animations/interpolation/motion-offset-interpolation.html
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/motion-offset-interpolation.html
@@ -8,7 +8,7 @@
width: 10px;
height: 10px;
background-color: black;
- motion-path: path("M0 0H 400");
+ offset-path: path("M0 0H 400");
motion-offset: 10px;
}
.expected {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/motion-path/motion-path.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698