ladybird/Userland
Cory Virok 560c3824b9 LibWeb: Implemented the CanvasRenderingContext2D::createImageData() spec
The only real change here is to use the absolute magnitude of the
width/height when creating the ImageData.

This fixes the crash on this WPT test:
https://wpt.fyi/results/html/canvas/element/pixel-manipulation/2d.imageData.create2.double.html?label=master&product=ladybird
2024-10-14 08:25:19 +02:00
..
Libraries LibWeb: Implemented the CanvasRenderingContext2D::createImageData() spec 2024-10-14 08:25:19 +02:00
Services LibWeb: Update (not replace) timeout values in WebDriver's Set Timeouts 2024-10-12 15:02:41 +02:00
Utilities LibWeb+LibXML: Cache the result of parsing the XHTML DTD and reuse it 2024-10-13 00:24:44 +02:00