| Index: third_party/WebKit/LayoutTests/external/wpt/svg/interfaces.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/svg/interfaces.html b/third_party/WebKit/LayoutTests/external/wpt/svg/interfaces.html
|
| index a9bf2bd6bb5219288a315f234f17a609658483bf..5a946c76d534b03c6c13ea54da1b3ab97ec64b9b 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/svg/interfaces.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/svg/interfaces.html
|
| @@ -1432,7 +1432,7 @@ idlArray.add_idls(idls);
|
| idlArray.add_objects({
|
| SVGAnimatedBoolean: ['feConvolveMatrix.preserveAlpha'],
|
| SVGAnimatedString: ['a.target'],
|
| - SVGStringList: ['a.requiredFeatures'],
|
| + SVGStringList: ['a.requiredExtensions'],
|
| SVGAnimatedEnumeration: ['text.lengthAdjust'],
|
| SVGAnimatedInteger: ['feConvolveMatrix.orderX'],
|
| SVGNumber: ['svg.createSVGNumber()'],
|
|
|