ladybird/Tests/LibWeb/Text/input/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.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
2d-offscreencanvas-create-imagedata.html LibWeb: Add OffscreenCanvas tests 2025-06-30 09:46:21 -06:00
add-color-stop-color-function-should-not-throw.html LibWeb/HTML: Correct color parsing for CanvasGradient color 2025-10-06 12:13:31 +02:00
basic.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
convert-dims.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
export-offscreencanvas.html LibWeb: Add OffscreenCanvas tests 2025-06-30 09:46:21 -06:00
export.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
fill-0-height-canvas-should-not-crash.html LibWeb: Add missing empty size check before allocating PaintingSurface 2024-12-05 17:21:05 +01:00
fill-0x0-canvas-should-not-crash.html LibWeb: Null-check surface before allocating painter for context2d 2024-12-04 16:58:55 +01:00
fillStyle-bogus-rgba-color.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
fillStyle-serialization.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
fillstyle.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
filter-relative-lengths.html LibWeb: Absolutize relative filter lengths using canvas font 2026-05-31 14:09:51 +02:00
invalid-font-property.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
letter-spacing.html LibWeb: Absolutize relative letterSpacing lengths using canvas font 2026-05-31 14:09:51 +02:00
offscreencanvas-basic.html LibWeb: Add OffscreenCanvas tests 2025-06-30 09:46:21 -06:00
pattern-from-image.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
pattern-from-video.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
random-function.html LibWeb: Disallow random() in canvas context value setters 2026-04-08 14:31:43 +01:00
resize-canvas-and-keep-painting.html 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.html LibWeb: Ensure canvas style is updated before absolutizing canvas font 2026-04-08 14:31:43 +01:00
textmetrics-actual-bounding-box-accent.html Tests: Add explicit UTF-8 charset declarations to existing tests 2026-05-23 11:57:33 +02:00
transform.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
tree-counting-function.html LibWeb: Disallow tree counting functions in most canvas context setters 2026-04-08 14:31:43 +01:00
webgl-create-canvas.html LibWeb: Preserve implemented overloads with FIXME siblings 2026-06-09 16:08:44 +02:00
webgl-present-with-bound-offscreen-framebuffer.html Tests: Add a test for WebGL framebuffers retaining data after present 2025-10-29 22:06:31 -07:00