Index: LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments-expected.txt |
diff --git a/LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments-expected.txt b/LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments-expected.txt |
index f884063f34e25e3ef4c04a2a083fe83215a00cb0..5b6c164339b6950b1c4f075fd7a1d986e16392a0 100644 |
--- a/LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments-expected.txt |
+++ b/LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments-expected.txt |
@@ -1,5 +1,9 @@ |
PASS pathElement.getPointAtLength() threw exception TypeError: Failed to execute 'getPointAtLength' on 'SVGPathElement': 1 argument required, but only 0 present.. |
+PASS pathElement.getPointAtLength(NaN) threw exception TypeError: Failed to execute 'getPointAtLength' on 'SVGPathElement': The provided float value is non-finite.. |
+PASS pathElement.getPointAtLength(Infinity) threw exception TypeError: Failed to execute 'getPointAtLength' on 'SVGPathElement': The provided float value is non-finite.. |
PASS pathElement.getPathSegAtLength() threw exception TypeError: Failed to execute 'getPathSegAtLength' on 'SVGPathElement': 1 argument required, but only 0 present.. |
+PASS pathElement.getPathSegAtLength(NaN) threw exception TypeError: Failed to execute 'getPathSegAtLength' on 'SVGPathElement': The provided float value is non-finite.. |
+PASS pathElement.getPathSegAtLength(Infinity) threw exception TypeError: Failed to execute 'getPathSegAtLength' on 'SVGPathElement': The provided float value is non-finite.. |
PASS pathElement.createSVGPathSegMovetoAbs(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegMovetoAbs' on 'SVGPathElement': 2 arguments required, but only 1 present.. |
PASS pathElement.createSVGPathSegMovetoRel(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegMovetoRel' on 'SVGPathElement': 2 arguments required, but only 1 present.. |
PASS pathElement.createSVGPathSegLinetoAbs(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegLinetoAbs' on 'SVGPathElement': 2 arguments required, but only 1 present.. |