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

Unified Diff: LayoutTests/fast/canvas/canvas-putImageData-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/fast/canvas/canvas-putImageData-expected.txt
diff --git a/LayoutTests/fast/canvas/canvas-putImageData-expected.txt b/LayoutTests/fast/canvas/canvas-putImageData-expected.txt
index 8d444820be331d2a3ae36d40ae6c46e9757928c0..f86c2cabfb684d8d2cc1789e7125972b24c02982 100644
--- a/LayoutTests/fast/canvas/canvas-putImageData-expected.txt
+++ b/LayoutTests/fast/canvas/canvas-putImageData-expected.txt
@@ -145,24 +145,24 @@ PASS getPixel(9,9) is [0,128,0,255]
PASS getPixel(1,1) is [0,128,0,255]
PASS getPixel(9,9) is [0,128,0,255]
PASS context.putImageData({}, 0, 0) threw exception TypeError: Type error.
-PASS context.putImageData(buffer, NaN, 0, 0, 0, 0, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, NaN, 0, 0, 0, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, 0, NaN, 0, 0, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, 0, 0, NaN, 0, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, 0, 0, 0, NaN, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, 0, 0, 0, 0, NaN) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, Infinity, 0, 0, 0, 0, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, Infinity, 0, 0, 0, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, 0, Infinity, 0, 0, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, 0, 0, Infinity, 0, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, 0, 0, 0, Infinity, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, 0, 0, 0, 0, Infinity) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, undefined, 0, 0, 0, 0, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, undefined, 0, 0, 0, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, 0, undefined, 0, 0, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, 0, 0, undefined, 0, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, 0, 0, 0, undefined, 0) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS context.putImageData(buffer, 0, 0, 0, 0, 0, undefined) threw exception Error: NotSupportedError: DOM Exception 9.
+PASS context.putImageData(buffer, NaN, 0, 0, 0, 0, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, NaN, 0, 0, 0, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, 0, NaN, 0, 0, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, 0, 0, NaN, 0, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, 0, 0, 0, NaN, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, 0, 0, 0, 0, NaN) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, Infinity, 0, 0, 0, 0, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, Infinity, 0, 0, 0, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, 0, Infinity, 0, 0, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, 0, 0, Infinity, 0, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, 0, 0, 0, Infinity, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, 0, 0, 0, 0, Infinity) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, undefined, 0, 0, 0, 0, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, undefined, 0, 0, 0, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, 0, undefined, 0, 0, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, 0, 0, undefined, 0, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, 0, 0, 0, undefined, 0) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS context.putImageData(buffer, 0, 0, 0, 0, 0, undefined) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698