1 PASS pathElement.getPointAtLength() threw exception TypeError: Failed to execute 'getPointAtLength' on 'SVGPathElement': 1 argument required, but only 0 present..
2 PASS pathElement.getPointAtLength(NaN) threw exception TypeError: Failed to execute 'getPointAtLength' on 'SVGPathElement': The provided float value is non-finite..
3 PASS pathElement.getPointAtLength(Infinity) threw exception TypeError: Failed to execute 'getPointAtLength' on 'SVGPathElement': The provided float value is non-finite..
4 PASS pathElement.getPathSegAtLength() threw exception TypeError: Failed to execute 'getPathSegAtLength' on 'SVGPathElement': 1 argument required, but only 0 present..
5 PASS pathElement.getPathSegAtLength(NaN) threw exception TypeError: Failed to execute 'getPathSegAtLength' on 'SVGPathElement': The provided float value is non-finite..
6 PASS pathElement.getPathSegAtLength(Infinity) threw exception TypeError: Failed to execute 'getPathSegAtLength' on 'SVGPathElement': The provided float value is non-finite..
7 PASS pathElement.createSVGPathSegMovetoAbs(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegMovetoAbs' on 'SVGPathElement': 2 arguments required, but only 1 present..
8 PASS pathElement.createSVGPathSegMovetoRel(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegMovetoRel' on 'SVGPathElement': 2 arguments required, but only 1 present..
9 PASS pathElement.createSVGPathSegLinetoAbs(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegLinetoAbs' on 'SVGPathElement': 2 arguments required, but only 1 present..
10 PASS pathElement.createSVGPathSegLinetoRel(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegLinetoRel' on 'SVGPathElement': 2 arguments required, but only 1 present..
11 PASS pathElement.createSVGPathSegCurvetoCubicAbs(0.0, 1.0, 2.0, 3.0, 4.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoCubicAbs' on 'SVGPathElement': 6 arguments required, but only 5 present..
12 PASS pathElement.createSVGPathSegCurvetoCubicRel(0.0, 1.0, 2.0, 3.0, 4.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoCubicRel' on 'SVGPathElement': 6 arguments required, but only 5 present..
13 PASS pathElement.createSVGPathSegCurvetoQuadraticAbs(0.0, 1.0, 2.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoQuadraticAbs' on 'SVGPathElement': 4 arguments required, but only 3 present..
14 PASS pathElement.createSVGPathSegCurvetoQuadraticRel(0.0, 1.0, 2.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoQuadraticRel' on 'SVGPathElement': 4 arguments required, but only 3 present..
15 PASS pathElement.createSVGPathSegArcAbs(0.0, 1.0, 2.0, 3.0, 4.0, true) threw exception TypeError: Failed to execute 'createSVGPathSegArcAbs' on 'SVGPathElement': 7 arguments required, but only 6 present..
16 PASS pathElement.createSVGPathSegArcRel(0.0, 1.0, 2.0, 3.0, 4.0, true) threw exception TypeError: Failed to execute 'createSVGPathSegArcRel' on 'SVGPathElement': 7 arguments required, but only 6 present..
17 PASS pathElement.createSVGPathSegLinetoHorizontalAbs() threw exception TypeError: Failed to execute 'createSVGPathSegLinetoHorizontalAbs' on 'SVGPathElement': 1 argument required, but only 0 present..
18 PASS pathElement.createSVGPathSegLinetoHorizontalRel() threw exception TypeError: Failed to execute 'createSVGPathSegLinetoHorizontalRel' on 'SVGPathElement': 1 argument required, but only 0 present..
19 PASS pathElement.createSVGPathSegLinetoVerticalAbs() threw exception TypeError: Failed to execute 'createSVGPathSegLinetoVerticalAbs' on 'SVGPathElement': 1 argument required, but only 0 present..
20 PASS pathElement.createSVGPathSegLinetoVerticalRel() threw exception TypeError: Failed to execute 'createSVGPathSegLinetoVerticalRel' on 'SVGPathElement': 1 argument required, but only 0 present..
21 PASS pathElement.createSVGPathSegCurvetoCubicSmoothAbs(0.0, 1.0, 2.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoCubicSmoothAbs' on 'SVGPathElement': 4 arguments required, but only 3 present..
22 PASS pathElement.createSVGPathSegCurvetoCubicSmoothRel(0.0, 1.0, 2.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoCubicSmoothRel' on 'SVGPathElement': 4 arguments required, but only 3 present..
23 PASS pathElement.createSVGPathSegCurvetoQuadraticSmoothAbs(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoQuadraticSmoothAbs' on 'SVGPathElement': 2 arguments required, but only 1 present..
24 PASS pathElement.createSVGPathSegCurvetoQuadraticSmoothRel(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoQuadraticSmoothRel' on 'SVGPathElement': 2 arguments required, but only 1 present..
25 PASS successfullyParsed is true
28 Test that correct exceptions are thrown from SVGPathElement methods.