| Index: third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation.html b/third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation.html
|
| index ca383cbad71f955e3f091ea261d35bb191e5c2f7..9fdd24a4f2ea0b8806db88f02504c4b688dfaded 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/motion-path/combine-rotation.html
|
| @@ -6,7 +6,7 @@
|
| position: absolute;
|
| left: 100;
|
| top: 200;
|
| - motion: path('M 0 0 v 100') 150deg 0px;
|
| + offset: path('M 0 0 v 100') 150deg 0px;
|
| transform: rotate(30deg);
|
| }
|
| </style>
|
|
|