This is a testharness.js-based test.
FAIL createImageData() throws TypeError if arguments are not finite assert_throws: function "function () { ctx.createImageData(Infinity, 10); }" threw object "IndexSizeError: Failed to execute 'createImageData' on 'OffscreenCanvasRenderingContext2D': The source width is 0." ("IndexSizeError") expected object "TypeError" ("TypeError")
Harness: the test ran to completion.

