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

Unified Diff: LayoutTests/svg/custom/SVGException-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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/custom/SVGException-expected.txt
diff --git a/LayoutTests/svg/custom/SVGException-expected.txt b/LayoutTests/svg/custom/SVGException-expected.txt
index 7d86e5502c87731d19ff02c5672c657b53700c23..2c03da12fc5a62488ac0a387c8001f9c2962744e 100644
--- a/LayoutTests/svg/custom/SVGException-expected.txt
+++ b/LayoutTests/svg/custom/SVGException-expected.txt
@@ -3,7 +3,7 @@ Tests the properties of the SVGException object.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS e.toString() is "Error: SVG_INVALID_VALUE_ERR: DOM SVG Exception 1"
+PASS e.toString() is "SVG_INVALID_VALUE_ERR: An invalid value was passed to an operation or assigned to an attribute."
PASS Object.prototype.toString.call(e) is "[object SVGException]"
FAIL Object.prototype.toString.call(e.__proto__) should be [object SVGExceptionPrototype]. Was [object Object].
PASS e.constructor.toString() is "function SVGException() { [native code] }"
« no previous file with comments | « LayoutTests/svg/animations/animate-gradient-transform-expected.txt ('k') | LayoutTests/svg/custom/acid3-test-77-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698