| Index: third_party/WebKit/LayoutTests/css3/motion-path/combine-offset-translation-and-rotation.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/combine-offset-translation-and-rotation.html b/third_party/WebKit/LayoutTests/css3/motion-path/combine-offset-translation-and-rotation.html
|
| index eb474159093fa7f6907675e0d1a6d4f0991f3ad7..e315b301e11cb7e478c43dcf95ccb26640555a6c 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/motion-path/combine-offset-translation-and-rotation.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/motion-path/combine-offset-translation-and-rotation.html
|
| @@ -6,10 +6,10 @@
|
| position: absolute;
|
| left: 100;
|
| top: 200;
|
| - transform-origin: 60% 20%;
|
| offset: path('M 20 30 l 100 100') 50% auto -15deg;
|
| transform: translate(80px, 60px) rotate(-90deg);
|
| transform-origin: 0% 0%;
|
| + offset-anchor: 0% 0%;
|
| }
|
| </style>
|
| </head>
|
|
|