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

Unified Diff: LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt

Issue 24203002: Improve generated "Not enough arguments." TypeError exceptions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline Created 7 years, 3 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
Index: LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt
diff --git a/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt b/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt
index 3bb36846d73b23a14cef74742be7272ae569ef42..0e09aa9d8dea58d82f4d4f539eaa190cec8d34fd 100644
--- a/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt
+++ b/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt
@@ -3,7 +3,7 @@ Tests that an exception is thrown if we try to get a pathSeg for a length out of
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS path.pathSegList.initialize(); threw exception TypeError: Not enough arguments.
+PASS path.pathSegList.initialize(); threw exception TypeError: Failed to execute 'initialize' on 'SVGPathSegList': 1 argument required, but only 0 present..
PASS path.getPathSegAtLength(0) is 0
PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<SVGPathElement> has no method 'insertItemBefore'.
PASS path.replaceItem(null, 0) threw exception TypeError: Object #<SVGPathElement> has no method 'replaceItem'.
« no previous file with comments | « LayoutTests/svg/dom/SVGTransformList-expected.txt ('k') | LayoutTests/svg/text/svgtextcontentelement-methods-parameters.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698