diff --git a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html.ini b/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html.ini index 89452732e0b2..93d9b1978603 100644 --- a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html.ini +++ b/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html.ini @@ -1,5 +1,5 @@ [context-attributes-alpha-depth-stencil-antialias.html] type: testharness - [WebGL test #95: pixel_1[0\] != 255 && pixel_1[0\] != 0 || pixel_1[0\] == 0 && pixel_2[0\] != 255 && pixel_2[0\] != 0 should be true. Was false.] + [WebGL test #96: redChannels[0\] != 255 && redChannels[0\] != 0 should be true. Was false.] expected: FAIL diff --git a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/more/functions/drawElementsBadArgs.html.ini b/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/more/functions/drawElementsBadArgs.html.ini deleted file mode 100644 index 8eef26d287d9..000000000000 --- a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/more/functions/drawElementsBadArgs.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[drawElementsBadArgs.html] - type: testharness - [WebGL test #0: testDrawElementsVBO] - expected: FAIL - diff --git a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/programs/get-active-test.html.ini b/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/programs/get-active-test.html.ini index 328d70f260c8..5fbfe345024e 100644 --- a/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/programs/get-active-test.html.ini +++ b/tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/programs/get-active-test.html.ini @@ -1,14 +1,14 @@ [get-active-test.html] type: testharness - [WebGL test #33: context2.getActiveAttrib(program, 0) should be null. Was [object WebGLActiveInfo\].] + [WebGL test #31: context2.getActiveAttrib(program, 0) should be null. Was [object WebGLActiveInfo\].] expected: FAIL - [WebGL test #34: getError expected: INVALID_OPERATION. Was NO_ERROR : ] + [WebGL test #32: getError expected: INVALID_OPERATION. Was NO_ERROR : ] expected: FAIL - [WebGL test #35: context2.getActiveUniform(program, 0) should be null. Was [object WebGLActiveInfo\].] + [WebGL test #33: context2.getActiveUniform(program, 0) should be null. Was [object WebGLActiveInfo\].] expected: FAIL - [WebGL test #36: getError expected: INVALID_OPERATION. Was NO_ERROR : ] + [WebGL test #34: getError expected: INVALID_OPERATION. Was NO_ERROR : ] expected: FAIL