webgl: Update test results for newly-exposed missing checks.

This commit is contained in:
Josh Matthews 2018-08-31 12:31:15 -04:00
parent 8ede221a83
commit b8ee62e67b
4 changed files with 112 additions and 5 deletions

View file

@ -29,3 +29,6 @@
[WebGL test #16: gl.getParameter(gl.RED_BITS) + gl.getParameter(gl.GREEN_BITS) + gl.getParameter(gl.BLUE_BITS) + gl.getParameter(gl.ALPHA_BITS) >= 16 should be true. Was false.]
expected: FAIL
[WebGL test #59: getError expected: NO_ERROR. Was INVALID_ENUM : Query should not generate error]
expected: FAIL