| Index: third_party/WebKit/LayoutTests/animations/interpolation/resources/interpolation-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/resources/interpolation-test.js b/third_party/WebKit/LayoutTests/animations/interpolation/resources/interpolation-test.js
|
| index 4539a679cfcb1dc2b156bd0cc5943a9c76dc7914..07b085363fa84f015281ceb58145fa3ad64126c4 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/interpolation/resources/interpolation-test.js
|
| +++ b/third_party/WebKit/LayoutTests/animations/interpolation/resources/interpolation-test.js
|
| @@ -136,6 +136,8 @@
|
| property = property.substring(0, i) + property[i + 1].toUpperCase() + property.substring(i + 2);
|
| }
|
| }
|
| + if (property === 'offset')
|
| + property = 'cssOffset';
|
| }
|
| var keyframes = [];
|
| if (!isNeutralKeyframe(from)) {
|
|
|