未验证 提交 dfbd163e 编写于 作者: O openharmony_ci 提交者: Gitee

!4180 修改用例WebGLContextAttributes alpha

Merge pull request !4180 from zleoyu/master-napi
......@@ -299,7 +299,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();
const alphaValue = getContextAttributesValue.alpha;
console.info("webgltest getContextAttributes: " + getContextAttributesValue);
expect(typeof(getContextAttributesValue)).assertEqual("object" || null);
done();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册