| Index: LayoutTests/animations/interpolation/resources/interpolation-test.js
|
| diff --git a/LayoutTests/animations/interpolation/resources/interpolation-test.js b/LayoutTests/animations/interpolation/resources/interpolation-test.js
|
| index cf0f5023f9f10b248cbe6a71607e1a5e211dc8fd..7989b528e33470b344d52be92f5086c11ba8f570 100644
|
| --- a/LayoutTests/animations/interpolation/resources/interpolation-test.js
|
| +++ b/LayoutTests/animations/interpolation/resources/interpolation-test.js
|
| @@ -197,13 +197,6 @@
|
| }
|
|
|
| function assertInterpolation(params, expectations) {
|
| - // If the prefixed property is not supported, try to unprefix it.
|
| - if (/^-[^-]+-/.test(params.property) && !CSS.supports(params.property, 'initial')) {
|
| - var unprefixed = params.property.replace(/^-[^-]+-/, '');
|
| - if (CSS.supports(unprefixed, 'initial')) {
|
| - params.property = unprefixed;
|
| - }
|
| - }
|
| var testId = defineKeyframes(params);
|
| var nextCaseId = 0;
|
| var cssTestContainer = createTestContainer(describeCSSTest(params), testId);
|
|
|