Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js

Issue 1153403003: Remove SVGFilterElement's filterRes* attributes and setFilterRes() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase + updated smallFonts.svg and textFeatures.svg Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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')
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/animations/svg-attribute-interpolation/svg-filterRes-interpolation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698