mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 13:19:02 +00:00
LibWeb: Add {,de}serialization steps for ImageData
This commit is contained in:
parent
5b4644d198
commit
6941b63890
Notes:
github-actions[bot]
2025-05-08 14:13:01 +00:00
Author: https://github.com/kennethmyhra
Commit: 6941b63890
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4596
Reviewed-by: https://github.com/shannonbooth ✅
7 changed files with 131 additions and 25 deletions
|
@ -29,3 +29,10 @@ CryptoKey.algorithm: {"name":"PBKDF2"}
|
|||
CryptoKey.usages: ["deriveKey","deriveBits"]
|
||||
instanceOf DOMException: true
|
||||
DOMException: Index out of bounds - IndexSizeError
|
||||
instanceOf ImageData: true
|
||||
ImageData.width: 2
|
||||
ImageData.height: 2
|
||||
255, 0, 0, 255
|
||||
0, 255, 0, 255
|
||||
0, 0, 255, 255
|
||||
255, 255, 0, 255
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue