ladybird/Tests/LibWeb/Text/expected/canvas
Andreas Kling 79b30e7c9a LibWeb: Create a new painter after resizing canvas element backing store
Otherwise, we just keep painting into the old backing store. This fixes
an issue where the main spreadsheet area in Google Sheets was not
visually updating, despite everything looking good in memory.
2025-08-24 16:36:24 +02:00
..
2d-canvas-create-imagedata.txt LibWeb: Implement CanvasRenderingContext2D.createImageData(ImageData) 2024-10-14 09:33:49 +01:00
2d-offscreencanvas-create-imagedata.txt LibWeb: Add OffscreenCanvas tests 2025-06-30 09:46:21 -06:00
basic.txt
convert-dims.txt LibWeb: Implemented the CanvasRenderingContext2D::createImageData() spec 2024-10-14 08:25:19 +02:00
export-offscreencanvas.txt LibWeb: Add OffscreenCanvas tests 2025-06-30 09:46:21 -06:00
export.txt
fill-0-height-canvas-should-not-crash.txt LibWeb: Add missing empty size check before allocating PaintingSurface 2024-12-05 17:21:05 +01:00
fill-0x0-canvas-should-not-crash.txt LibWeb: Null-check surface before allocating painter for context2d 2024-12-04 16:58:55 +01:00
fillStyle-bogus-rgba-color.txt LibWeb: Fail CSS color parse for "rgba(123, 123, 123, " 2024-10-04 20:01:22 +02:00
fillStyle-serialization.txt LibWeb+LibGfx: Serialize HTML canvas fill/strokeStyle colors correctly 2024-10-04 20:01:22 +02:00
fillstyle.txt LibWeb+LibGfx: Serialize HTML canvas fill/strokeStyle colors correctly 2024-10-04 20:01:22 +02:00
invalid-font-property.txt
offscreencanvas-basic.txt LibWeb: Add OffscreenCanvas tests 2025-06-30 09:46:21 -06:00
pattern-from-image.txt LibWeb: Make SVGImageElement part of CanvasImageSource union 2024-10-04 20:01:22 +02:00
pattern-from-video.txt LibWeb: Make HTMLVideoElement part of CanvasImageSource union 2024-10-05 09:20:58 +02:00
resize-canvas-and-keep-painting.txt LibWeb: Create a new painter after resizing canvas element backing store 2025-08-24 16:36:24 +02:00
transform.txt
webgl-create-canvas.txt LibWeb: Add stubbed-out WebGL2RenderingContext 2024-12-06 15:35:36 +01:00