Index: LayoutTests/fast/canvas/canvas-createImageData-expected.txt |
diff --git a/LayoutTests/fast/canvas/canvas-createImageData-expected.txt b/LayoutTests/fast/canvas/canvas-createImageData-expected.txt |
index 834115734f49a61096d6296158ee8c0afaabd88b..b4dfe3f1415c3d42512845400a59de8871936708 100644 |
--- a/LayoutTests/fast/canvas/canvas-createImageData-expected.txt |
+++ b/LayoutTests/fast/canvas/canvas-createImageData-expected.txt |
@@ -3,7 +3,7 @@ Test canvas createImageData() |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS ctx.createImageData(null) threw exception Error: NotSupportedError: DOM Exception 9. |
+PASS ctx.createImageData(null) threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
PASS imageData.width is 100 |
PASS imageData.height is 50 |
PASS imageData.data[32] is 255 |