Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp |
index b14582cd1fa6938639fbd405e9e68af9b69c60a0..e57f92267e9a77f033b706014599a17af1d35a52 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp |
@@ -3109,9 +3109,9 @@ TEST_P(PaintPropertyTreeBuilderTest, TransformOriginWithAndWithoutMotionPath) { |
" }" |
" #motionPath {" |
" position: absolute;" |
- " motion-path: path('M0 0 L 200 400');" |
- " motion-offset: 50%;" |
- " motion-rotation: 0deg;" |
+ " offset-path: path('M0 0 L 200 400');" |
+ " offset-distance: 50%;" |
+ " offset-rotate: 0deg;" |
" transform-origin: 50% 50% 0;" |
" }" |
" #willChange {" |