| Index: third_party/WebKit/LayoutTests/animations/composition/offset-rotation-composition.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/composition/motion-rotation-composition.html b/third_party/WebKit/LayoutTests/animations/composition/offset-rotation-composition.html
|
| similarity index 90%
|
| copy from third_party/WebKit/LayoutTests/animations/composition/motion-rotation-composition.html
|
| copy to third_party/WebKit/LayoutTests/animations/composition/offset-rotation-composition.html
|
| index 5837f512b512709794c6c4e52bf53711f8b595ad..99239449316260486437ad8faf35004db023af26 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/composition/motion-rotation-composition.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/composition/offset-rotation-composition.html
|
| @@ -3,7 +3,7 @@
|
| <script src="../interpolation/resources/interpolation-test.js"></script>
|
| <script>
|
| assertComposition({
|
| - property: 'motion-rotation',
|
| + property: 'offset-rotation',
|
| underlying: '20deg',
|
| addFrom: '10deg',
|
| addTo: '20deg',
|
| @@ -17,7 +17,7 @@ assertComposition({
|
| ]);
|
|
|
| assertComposition({
|
| - property: 'motion-rotation',
|
| + property: 'offset-rotation',
|
| underlying: 'auto 20deg',
|
| addFrom: '10deg',
|
| addTo: '20deg',
|
| @@ -31,7 +31,7 @@ assertComposition({
|
| ]);
|
|
|
| assertComposition({
|
| - property: 'motion-rotation',
|
| + property: 'offset-rotation',
|
| underlying: 'auto 20deg',
|
| addFrom: 'reverse 10deg',
|
| addTo: 'auto 20deg',
|
| @@ -45,7 +45,7 @@ assertComposition({
|
| ]);
|
|
|
| assertComposition({
|
| - property: 'motion-rotation',
|
| + property: 'offset-rotation',
|
| underlying: '20deg',
|
| addFrom: 'reverse 10deg',
|
| addTo: '20deg',
|
| @@ -59,7 +59,7 @@ assertComposition({
|
| ]);
|
|
|
| assertComposition({
|
| - property: 'motion-rotation',
|
| + property: 'offset-rotation',
|
| underlying: '20deg',
|
| replaceFrom: 'reverse 10deg',
|
| addTo: '20deg',
|
| @@ -73,7 +73,7 @@ assertComposition({
|
| ]);
|
|
|
| assertComposition({
|
| - property: 'motion-rotation',
|
| + property: 'offset-rotation',
|
| underlying: '20deg',
|
| addFrom: '10deg',
|
| replaceTo: '10deg',
|
|
|