From 260381fb61864be99e97365c36a2018bb1cbae40 Mon Sep 17 00:00:00 2001 From: zleoyu Date: Wed, 29 Jun 2022 17:16:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A6=86=E7=9B=96=E7=94=A8=E4=BE=8BWebGLContex?= =?UTF-8?q?tAttributes=20alpha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zleoyu Change-Id: I04dd0446a874aabcd2d35b0b825c545e2481fd24 --- graphic/webGL/src/main/js/default/test/WebGL.test01.js | 1 + 1 file changed, 1 insertion(+) diff --git a/graphic/webGL/src/main/js/default/test/WebGL.test01.js b/graphic/webGL/src/main/js/default/test/WebGL.test01.js index 4bbad1f9a..3909a7b82 100644 --- a/graphic/webGL/src/main/js/default/test/WebGL.test01.js +++ b/graphic/webGL/src/main/js/default/test/WebGL.test01.js @@ -300,6 +300,7 @@ describe('webgl1Test_webgl1', function() { it('webgl_test_getContextAttributes', 0, async function(done) { console.info("webgltest into getContextAttributes"); const getContextAttributesValue = gl.getContextAttributes(); + const alphaValue = getContextAttributesValue.alpha(); console.info("webgltest getContextAttributes: " + getContextAttributesValue); expect(typeof(getContextAttributesValue)).assertEqual("object" || null); done(); -- GitLab