提交 260381fb 编写于 作者: Z zleoyu

覆盖用例WebGLContextAttributes alpha

Signed-off-by: Nzleoyu <zhangleiyu1@huawei.com>
Change-Id: I04dd0446a874aabcd2d35b0b825c545e2481fd24
上级 f0ecba6a
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册