From e7a2317f5a18751ecc1a63b3464690b125839ecf Mon Sep 17 00:00:00 2001 From: Hajime-san <41257923+Hajime-san@users.noreply.github.com> Date: Tue, 7 May 2024 20:47:42 +0900 Subject: fix(ext/web): properly handle `Blob` case for `createImageBitmap` (#23518) fixes https://github.com/denoland/deno/issues/22649 --- tests/testdata/image/1x1-white.png | Bin 0 -> 109 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/testdata/image/1x1-white.png (limited to 'tests/testdata') diff --git a/tests/testdata/image/1x1-white.png b/tests/testdata/image/1x1-white.png new file mode 100644 index 000000000..dd43faec5 Binary files /dev/null and b/tests/testdata/image/1x1-white.png differ -- cgit v1.2.3