LibWeb: Fix CRC2D.getImageData() when width != height

We were mistakenly using the width as both width and height when getting
ImageData from a 2D canvas.
This commit is contained in:
Andreas Kling 2024-04-15 09:36:57 +02:00
commit 134c4b6335
Notes: sideshowbarker 2024-07-17 07:16:27 +09:00
3 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,2 @@
[object ImageData]
PASS: Didn't crash