Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-createImageBitmap-invalid-args-in-workers-expected.txt
bloba5f148c4403c9213c855292b699b2711d10c800b
1 [Worker] Test createImageBitmap with invalid arguments in workers.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Starting worker: ./resources/canvas-createImageBitmap-invalid-args-in-workers.js
7 PASS [Worker] Rejected as expected: null
8 PASS [Worker] reason instanceof Error is true
9 [Worker] TypeError: Failed to execute 'createImageBitmap' on 'WorkerGlobalScope': No function was found that matched the signature provided.
10 PASS [Worker] Rejected as expected: invalid area
11 PASS [Worker] reason instanceof Error is true
12 [Worker] IndexSizeError: Failed to execute 'createImageBitmap' on 'WorkerGlobalScope': The source height provided is 0.
13 PASS [Worker] Rejected as expected: invalid area
14 PASS [Worker] reason instanceof Error is true
15 [Worker] IndexSizeError: Failed to execute 'createImageBitmap' on 'WorkerGlobalScope': The source width provided is 0.
16 PASS successfullyParsed is true
18 TEST COMPLETE