LibWeb: Implement createImageBitmap() with an ImageBitmap source

This commit is contained in:
ayeteadoe
2025-10-25 18:29:56 -07:00
committed by Jelle Raaijmakers
parent d733bf54cc
commit 5abb5d555a
Notes: github-actions[bot] 2025-10-26 08:02:36 +00:00
3 changed files with 29 additions and 15 deletions

View File

@@ -2,8 +2,8 @@ Harness status: OK
Found 55 tests
35 Pass
20 Fail
40 Pass
15 Fail
Pass createImageBitmap from an HTMLCanvasElement, and drawImage on the created ImageBitmap
Pass createImageBitmap from an HTMLCanvasElement scaled down, and drawImage on the created ImageBitmap
Pass createImageBitmap from an HTMLCanvasElement scaled up, and drawImage on the created ImageBitmap
@@ -49,11 +49,11 @@ Pass createImageBitmap from an ImageData scaled down, and drawImage on the creat
Pass createImageBitmap from an ImageData scaled up, and drawImage on the created ImageBitmap
Pass createImageBitmap from an ImageData resized, and drawImage on the created ImageBitmap
Pass createImageBitmap from an ImageData with negative sw/sh, and drawImage on the created ImageBitmap
Fail createImageBitmap from an ImageBitmap, and drawImage on the created ImageBitmap
Fail createImageBitmap from an ImageBitmap scaled down, and drawImage on the created ImageBitmap
Fail createImageBitmap from an ImageBitmap scaled up, and drawImage on the created ImageBitmap
Fail createImageBitmap from an ImageBitmap resized, and drawImage on the created ImageBitmap
Fail createImageBitmap from an ImageBitmap with negative sw/sh, and drawImage on the created ImageBitmap
Pass createImageBitmap from an ImageBitmap, and drawImage on the created ImageBitmap
Pass createImageBitmap from an ImageBitmap scaled down, and drawImage on the created ImageBitmap
Pass createImageBitmap from an ImageBitmap scaled up, and drawImage on the created ImageBitmap
Pass createImageBitmap from an ImageBitmap resized, and drawImage on the created ImageBitmap
Pass createImageBitmap from an ImageBitmap with negative sw/sh, and drawImage on the created ImageBitmap
Pass createImageBitmap from a Blob, and drawImage on the created ImageBitmap
Pass createImageBitmap from a Blob scaled down, and drawImage on the created ImageBitmap
Pass createImageBitmap from a Blob scaled up, and drawImage on the created ImageBitmap

View File

@@ -2,8 +2,8 @@ Harness status: OK
Found 93 tests
87 Pass
6 Fail
88 Pass
5 Fail
Pass createImageBitmap with an HTMLCanvasElement source and sw set to 0
Pass createImageBitmap with an HTMLCanvasElement source and sh set to 0
Pass createImageBitmap with an HTMLCanvasElement source and oversized (unallocatable) crop region
@@ -69,7 +69,7 @@ Pass createImageBitmap with an ImageData source and a value between 0 and 1 in r
Pass createImageBitmap with an ImageData source and a value between 0 and 1 in resizeHeight
Pass createImageBitmap with an ImageBitmap source and sw set to 0
Pass createImageBitmap with an ImageBitmap source and sh set to 0
Fail createImageBitmap with an ImageBitmap source and oversized (unallocatable) crop region
Pass createImageBitmap with an ImageBitmap source and oversized (unallocatable) crop region
Pass createImageBitmap with an ImageBitmap source and a value of 0 int resizeWidth
Pass createImageBitmap with an ImageBitmap source and a value of 0 in resizeHeight
Pass createImageBitmap with an ImageBitmap source and a value between 0 and 1 in resizeWidth