mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb: Add {,de}serialization steps for ImageData
This commit is contained in:
committed by
Shannon Booth
parent
5b4644d198
commit
6941b63890
Notes:
github-actions[bot]
2025-05-08 14:13:01 +00:00
Author: https://github.com/kennethmyhra Commit: https://github.com/LadybirdBrowser/ladybird/commit/6941b638903 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4596 Reviewed-by: https://github.com/shannonbooth ✅
@@ -2,8 +2,8 @@ Harness status: OK
|
||||
|
||||
Found 150 tests
|
||||
|
||||
134 Pass
|
||||
15 Fail
|
||||
140 Pass
|
||||
9 Fail
|
||||
1 Optional Feature Unsupported
|
||||
Pass primitive undefined
|
||||
Pass primitive null
|
||||
@@ -109,12 +109,12 @@ Pass File basic
|
||||
Pass FileList empty
|
||||
Pass Array FileList object, FileList empty
|
||||
Pass Object FileList object, FileList empty
|
||||
Fail ImageData 1x1 transparent black
|
||||
Fail ImageData 1x1 non-transparent non-black
|
||||
Fail Array ImageData object, ImageData 1x1 transparent black
|
||||
Fail Array ImageData object, ImageData 1x1 non-transparent non-black
|
||||
Fail Object ImageData object, ImageData 1x1 transparent black
|
||||
Fail Object ImageData object, ImageData 1x1 non-transparent non-black
|
||||
Pass ImageData 1x1 transparent black
|
||||
Pass ImageData 1x1 non-transparent non-black
|
||||
Pass Array ImageData object, ImageData 1x1 transparent black
|
||||
Pass Array ImageData object, ImageData 1x1 non-transparent non-black
|
||||
Pass Object ImageData object, ImageData 1x1 transparent black
|
||||
Pass Object ImageData object, ImageData 1x1 non-transparent non-black
|
||||
Pass Array sparse
|
||||
Pass Array with non-index property
|
||||
Pass Object with index property and length
|
||||
|
||||
Reference in New Issue
Block a user