LibWeb: Make new ImageData() use unpremultiplied color data

This was already the case for `context.createImageData()`, but I forgot
to do the same for `new ImageData()`. Add a regression test for both
cases.
This commit is contained in:
Jelle Raaijmakers 2024-08-20 13:23:20 +02:00 committed by Andreas Kling
commit e926b4cbfb
Notes: github-actions[bot] 2024-08-20 18:39:59 +00:00
3 changed files with 32 additions and 1 deletions

View file

@ -0,0 +1,2 @@
PASS
PASS