提交 9988bb01 编写于 作者: Z zleoyu

修改用例WebGLContextAttributes alpha

Signed-off-by: Nzleoyu <zhangleiyu1@huawei.com>
Change-Id: I8cf98fb9dd1b6985bae06585783b0c75f4a7d414
上级 147fa84c
......@@ -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.
先完成此消息的编辑!
想要评论请 注册