Index: LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args-in-workers-expected.txt |
diff --git a/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args-in-workers-expected.txt b/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args-in-workers-expected.txt |
index 7b21f52716308c55b98beb50d08ee9341a4acafb..6d121de335ec9949bd71f10b564490d18b81c849 100644 |
--- a/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args-in-workers-expected.txt |
+++ b/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args-in-workers-expected.txt |
@@ -4,6 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
Starting worker: ./resources/canvas-createImageBitmap-invalid-args-in-workers.js |
+PASS [Worker] createImageBitmap(null, 0, 0, 10, 10) threw exception TypeError: Failed to execute 'createImageBitmap' on 'WorkerGlobalScope': No function was found that matched the signature provided.. |
PASS [Worker] createImageBitmap(data, 0, 0, 10, 0) threw exception IndexSizeError: Failed to execute 'createImageBitmap' on 'WorkerGlobalScope': The source height provided is 0.. |
PASS [Worker] createImageBitmap(data, 0, 0, 0, 10) threw exception IndexSizeError: Failed to execute 'createImageBitmap' on 'WorkerGlobalScope': The source width provided is 0.. |
PASS successfullyParsed is true |