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 |