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

Unified Diff: LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite-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-2d-imageData-create-nonfinite-expected.txt
diff --git a/LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite-expected.txt b/LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite-expected.txt
index 7622c0ecbd80da611b9d21eda23780d7ca60d3d8..31984d9fa4a35b43a88894f8728fb7fc6cde6d98 100644
--- a/LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite-expected.txt
+++ b/LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite-expected.txt
@@ -3,13 +3,13 @@ Test the argument bounds of canvas createImageData.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS ctx.createImageData(Infinity, Infinity) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createImageData(Infinity, 10) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createImageData(-Infinity, 10) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createImageData(10, Infinity) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createImageData(10, -Infinity) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createImageData(NaN, 10) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createImageData(10, NaN) threw exception Error: NotSupportedError: DOM Exception 9.
+PASS ctx.createImageData(Infinity, Infinity) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createImageData(Infinity, 10) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createImageData(-Infinity, 10) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createImageData(10, Infinity) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createImageData(10, -Infinity) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createImageData(NaN, 10) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createImageData(10, NaN) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/editing/selection/extend-expected.txt ('k') | LayoutTests/fast/canvas/canvas-createImageData-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698