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..d339d724294867c1e7aa2b13041ae5e463350829 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 Drawing a closed ImageBitmap throws: 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. |