mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
webgl: Validate enums for blendEquation.
Improves a conformance test that tried passing in desktop GL enums for blending.
This commit is contained in:
parent
b06f4aec67
commit
daa64bf84f
2 changed files with 8 additions and 18 deletions
|
@ -1,24 +1,6 @@
|
|||
[gl-enum-tests.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[WebGL test #3: getError expected: INVALID_ENUM. Was NO_ERROR : gl.blendEquation(desktopGL['MIN'\]) should return INVALID_ENUM.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #4: getError expected: INVALID_ENUM. Was NO_ERROR : gl.blendEquation(desktopGL['MAX'\]) should return INVALID_ENUM.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #5: getError expected: INVALID_ENUM. Was NO_ERROR : gl.blendEquationSeparate(desktopGL['MIN'\], gl.FUNC_ADD) should return INVALID_ENUM.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #6: getError expected: INVALID_ENUM. Was NO_ERROR : gl.blendEquationSeparate(desktopGL['MAX'\], gl.FUNC_ADD) should return INVALID_ENUM.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #7: getError expected: INVALID_ENUM. Was NO_ERROR : gl.blendEquationSeparate(gl.FUNC_ADD, desktopGL['MIN'\]) should return INVALID_ENUM.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #8: getError expected: INVALID_ENUM. Was NO_ERROR : gl.blendEquationSeparate(gl.FUNC_ADD, desktopGL['MAX'\]) should return INVALID_ENUM.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #9: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue