Chromium Code Reviews| 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 9fdd24a4f2ea0b8806db88f02504c4b688dfaded..07312b752d9ad2738753374aaef0ee54a85e3e0f 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; |
| - offset: path('M 0 0 v 100') 150deg 0px; |
| + offset: path('M 0 0 v 100') 0px 150deg; |
| transform: rotate(30deg); |
| } |
| </style> |