ladybird/Tests/LibWeb/Text/expected/canvas
Andreas Kling 4522340416 LibWeb: Preserve implemented overloads with FIXME siblings
Do not emit an unimplemented prototype property for an operation name
when at least one overload with that name is implemented. The overload
resolver already filters FIXME overloads out of the native overload set,
so defining an unimplemented property afterwards replaces the working
function with undefined.

This lets WebGL2RenderingContext.texImage2D keep its implemented WebGL1
and typed-array overloads even though the PBO-offset overload remains
marked FIXME.
2026-06-09 16:08:44 +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
add-color-stop-color-function-should-not-throw.txt LibWeb/HTML: Correct color parsing for CanvasGradient color 2025-10-06 12:13:31 +02:00
basic.txt LibWeb: Serialize CanvasTextDrawingStyles::font correctly 2026-04-08 14:31:43 +01:00
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 LibGfx/JPEGWriter: Fix crash on macOS when csize coefficient is 0 2023-11-09 16:07:28 +01:00
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
filter-relative-lengths.txt LibWeb: Absolutize relative filter lengths using canvas font 2026-05-31 14:09:51 +02:00
invalid-font-property.txt LibWeb: Serialize CanvasTextDrawingStyles::font correctly 2026-04-08 14:31:43 +01:00
letter-spacing.txt LibWeb: Absolutize relative letterSpacing lengths using canvas font 2026-05-31 14:09:51 +02:00
offscreencanvas-basic.txt LibWeb: Serialize CanvasTextDrawingStyles::font correctly 2026-04-08 14:31:43 +01: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
random-function.txt LibWeb: Disallow random() in canvas context value setters 2026-04-08 14:31:43 +01: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
style-up-to-date-before-font-absolutization.txt LibWeb: Ensure canvas style is updated before absolutizing canvas font 2026-04-08 14:31:43 +01:00
textmetrics-actual-bounding-box-accent.txt LibWeb: Preserve non-ASCII characters in canvas text preparation 2026-04-25 14:54:18 +02:00
transform.txt LibWeb: Add missing Canvas Context2D transform functions 2023-09-17 16:48:54 -06:00
tree-counting-function.txt LibWeb: Store computed canvas context font value 2026-04-08 14:31:43 +01:00
webgl-create-canvas.txt LibWeb: Preserve implemented overloads with FIXME siblings 2026-06-09 16:08:44 +02:00
webgl-present-with-bound-offscreen-framebuffer.txt Tests: Add a test for WebGL framebuffers retaining data after present 2025-10-29 22:06:31 -07:00