| Index: LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js
|
| diff --git a/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js b/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js
|
| index 9ac2ca34d3616fd451bf0e6e1d46fb5fc534253e..d4078ab3522f69aaacadfc3c482f8593f21f70a6 100644
|
| --- a/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js
|
| +++ b/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js
|
| @@ -369,7 +369,6 @@
|
|
|
| var animatedNumberOptionalNumberAttributes = [
|
| 'baseFrequency',
|
| - 'filterRes',
|
| 'kernelUnitLength',
|
| 'order',
|
| 'radius',
|
| @@ -410,8 +409,6 @@
|
| result = element[attributeName].animVal;
|
|
|
| if (!result) {
|
| - if (attributeName === 'filterResX' || attributeName === 'filterResY')
|
| - return null;
|
| if (attributeName === 'pathLength')
|
| return '0';
|
| if (attributeName === 'preserveAlpha')
|
|
|