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 { |