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

Unified Diff: LayoutTests/canvas/philip/tests/2d.missingargs-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
« no previous file with comments | « no previous file | LayoutTests/crypto/random-values-limits-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/canvas/philip/tests/2d.missingargs-expected.txt
diff --git a/LayoutTests/canvas/philip/tests/2d.missingargs-expected.txt b/LayoutTests/canvas/philip/tests/2d.missingargs-expected.txt
index 561bc1084273a2b2b933499edbe67578689c5b83..a18937562355f925479339dd8d1fc357aaf95bef 100644
--- a/LayoutTests/canvas/philip/tests/2d.missingargs-expected.txt
+++ b/LayoutTests/canvas/philip/tests/2d.missingargs-expected.txt
@@ -1,2 +1,2 @@
-Failed assertion: expected exception of type TypeError, got: Error: IndexSizeError: DOM Exception 1
-Failed assertion: expected exception of type TypeError, got: Error: SyntaxError: DOM Exception 12
+Failed assertion: expected exception of type TypeError, got: IndexSizeError: Index or size was negative, or greater than the allowed value.
+Failed assertion: expected exception of type TypeError, got: SyntaxError: An invalid or illegal string was specified.
« no previous file with comments | « no previous file | LayoutTests/crypto/random-values-limits-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698