| Index: LayoutTests/resources/js-test.js
|
| diff --git a/LayoutTests/resources/js-test.js b/LayoutTests/resources/js-test.js
|
| index c94f5740c3e55cc54818177f2f847cf71885b207..ec194f503382a04ca38412bea13b9d7a123217d8 100644
|
| --- a/LayoutTests/resources/js-test.js
|
| +++ b/LayoutTests/resources/js-test.js
|
| @@ -160,7 +160,7 @@ function isMinusZero(n)
|
|
|
| function isNewSVGTearOffType(v)
|
| {
|
| - return ['[object SVGLength]', '[object SVGLengthList]'].indexOf(""+v) != -1;
|
| + return ['[object SVGLength]', '[object SVGLengthList]', '[object SVGPoint]', '[object SVGPointList]'].indexOf(""+v) != -1;
|
| }
|
|
|
| function isResultCorrect(actual, expected)
|
|
|