Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageBitmap-close-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageBitmap-close-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageBitmap-close-expected.txt |
index 45f865cbd87f97da2627d5533a4c0027c6379ae1..26836ff4e048e252b286b7b1df5ee621b752b6f1 100644 |
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageBitmap-close-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageBitmap-close-expected.txt |
@@ -9,6 +9,7 @@ PASS bitmap.width is imgWidth |
PASS bitmap.height is imgHeight |
PASS bitmap.width is 0 |
PASS bitmap.height is 0 |
+PASS ctx.drawImage(bitmap, 0, 0) threw exception InvalidStateError: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image source is neutered. |
PASS Apply structured clone to an already closed bitmap is rejected as expected: DataCloneError: Failed to execute 'postMessage' on 'Worker': An ImageBitmap is neutered and could not be cloned. |
PASS Apply transfering to an already closed bitmap is rejected as expected: DataCloneError: Failed to execute 'postMessage' on 'Worker': An ImageBitmap is neutered and could not be cloned. |
PASS createImageBitmap from a closed ImageBitmap was rejected. IndexSizeError: Failed to execute 'createImageBitmap' on 'Window': The source width provided is 0. |