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

Unified Diff: LayoutTests/svg/dom/SVGPoint-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
« no previous file with comments | « LayoutTests/svg/dom/SVGPaint-expected.txt ('k') | LayoutTests/svg/dom/SVGPointList-basics-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/SVGPoint-expected.txt
diff --git a/LayoutTests/svg/dom/SVGPoint-expected.txt b/LayoutTests/svg/dom/SVGPoint-expected.txt
index b5266608802b865ac0cc6ecd5593c45a7e3bdc8a..a351b0316b48d7e5bd4eec5f6193f4f028d13da7 100644
--- a/LayoutTests/svg/dom/SVGPoint-expected.txt
+++ b/LayoutTests/svg/dom/SVGPoint-expected.txt
@@ -28,7 +28,7 @@ PASS newPoint.x is 60
PASS newPoint.y is 210
Check invalid arguments for 'matrixTransform'
-PASS point.matrixTransform() threw exception TypeError: Not enough arguments.
+PASS point.matrixTransform() threw exception TypeError: Failed to execute 'matrixTransform' on 'SVGPoint': 1 argument required, but only 0 present..
PASS point.matrixTransform(-1) threw exception TypeError: Type error.
PASS point.matrixTransform(5) threw exception TypeError: Type error.
PASS point.matrixTransform('aString') threw exception TypeError: Type error.
« no previous file with comments | « LayoutTests/svg/dom/SVGPaint-expected.txt ('k') | LayoutTests/svg/dom/SVGPointList-basics-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698