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

Unified Diff: LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments-expected.txt

Issue 927073002: Add tests for SVGPathElement.get{PathSeg,Point}AtLength wrt non-finiteness (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..
« no previous file with comments | « LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698