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

Unified Diff: LayoutTests/fast/canvas/radialGradient-infinite-values-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/radialGradient-infinite-values-expected.txt
diff --git a/LayoutTests/fast/canvas/radialGradient-infinite-values-expected.txt b/LayoutTests/fast/canvas/radialGradient-infinite-values-expected.txt
index 3f9253ae824a95245b32cef0d43f240ab854c0d3..a899f5f5b237181a5df6275217a00a39c87be50a 100644
--- a/LayoutTests/fast/canvas/radialGradient-infinite-values-expected.txt
+++ b/LayoutTests/fast/canvas/radialGradient-infinite-values-expected.txt
@@ -3,24 +3,24 @@ This test checks createRadialGradient with infinite values
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS ctx.createRadialGradient(0, 0, 100, 0, 0, NaN) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, 0, 100, 0, 0, Infinity) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, 0, 100, 0, 0, -Infinity) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, 0, 100, 0, NaN, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, 0, 100, 0, Infinity, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, 0, 100, 0, -Infinity, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, 0, 100, NaN, 0, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, 0, 100, Infinity, 0, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, 0, 100, -Infinity, 0, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, 0, NaN, 0, 0, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, 0, Infinity, 0, 0, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, 0, -Infinity, 0, 0, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, NaN, 100, 0, 0, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, Infinity, 100, 0, 0, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(0, -Infinity, 100, 0, 0, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(NaN, 0, 100, 0, 0, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(Infinity, 0, 100, 0, 0, 100) threw exception Error: NotSupportedError: DOM Exception 9.
-PASS ctx.createRadialGradient(-Infinity, 0, 100, 0, 0, 100) threw exception Error: NotSupportedError: DOM Exception 9.
+PASS ctx.createRadialGradient(0, 0, 100, 0, 0, NaN) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, 0, 100, 0, 0, Infinity) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, 0, 100, 0, 0, -Infinity) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, 0, 100, 0, NaN, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, 0, 100, 0, Infinity, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, 0, 100, 0, -Infinity, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, 0, 100, NaN, 0, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, 0, 100, Infinity, 0, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, 0, 100, -Infinity, 0, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, 0, NaN, 0, 0, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, 0, Infinity, 0, 0, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, 0, -Infinity, 0, 0, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, NaN, 100, 0, 0, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, Infinity, 100, 0, 0, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(0, -Infinity, 100, 0, 0, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(NaN, 0, 100, 0, 0, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(Infinity, 0, 100, 0, 0, 100) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
+PASS ctx.createRadialGradient(-Infinity, 0, 100, 0, 0, 100) 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