| Index: LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html
|
| diff --git a/LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html b/LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html
|
| index 03a96fb28e6a37a1f5aef33fa83dd687b75f57b9..6fdde36cb2781e51f0312252bbd68c6b3d300087 100644
|
| --- a/LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html
|
| +++ b/LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html
|
| @@ -12,8 +12,8 @@
|
| <script>
|
| runAsRefTest();
|
| testInterpolationAt([-0.3, 0, 0.3, 0.6, 1, 1.5], {
|
| - property: '-webkit-transform',
|
| - from: 'rotate(0deg)',
|
| - to: 'rotate(180deg)'
|
| + property: 'color',
|
| + from: 'red',
|
| + to: 'green'
|
| });
|
| </script>
|
|
|