mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Implement createImageBitmap() with an ImageBitmap source
This commit is contained in:
committed by
Jelle Raaijmakers
parent
d733bf54cc
commit
5abb5d555a
Notes:
github-actions[bot]
2025-10-26 08:02:36 +00:00
Author: https://github.com/ayeteadoe Commit: https://github.com/LadybirdBrowser/ladybird/commit/5abb5d555ac Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6582 Reviewed-by: https://github.com/gmta ✅
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user