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 |