From 37ac46569584538314ebddc01f7478f31d49adfa Mon Sep 17 00:00:00 2001 From: Halil Durak Date: Thu, 13 Nov 2025 14:36:07 +0300 Subject: [PATCH] add `WebGLRenderingContext` test --- src/tests/html/canvas.html | 57 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/src/tests/html/canvas.html b/src/tests/html/canvas.html index ab076487..a0844b1d 100644 --- a/src/tests/html/canvas.html +++ b/src/tests/html/canvas.html @@ -27,3 +27,60 @@ testing.expectEqual(ctx.fillStyle, "#663399"); } + +