| 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
|
|
|