diff --git a/sdk/tests/conformance/extensions/oes-element-index-uint.html b/sdk/tests/conformance/extensions/oes-element-index-uint.html index d2f0111a88..1bca54cb97 100644 --- a/sdk/tests/conformance/extensions/oes-element-index-uint.html +++ b/sdk/tests/conformance/extensions/oes-element-index-uint.html @@ -133,7 +133,7 @@ canvas.width = 50; canvas.height = 50; gl.viewport(0, 0, canvas.width, canvas.height); - var program = wtu.setupNoTexCoordTextureProgram(gl); + var program = wtu.setupSimpleColorProgram(gl); function setupDraw(s) { // Create a vertex buffer that cannot be fully indexed via shorts @@ -197,6 +197,7 @@ function verifyDraw(s) { gl.clearColor(1.0, 1.0, 1.0, 1.0); gl.clear(gl.COLOR_BUFFER_BIT | gl.DEPTH_BUFFER_BIT); + wtu.setFloatDrawColor(gl, [0.0, 0.0, 0.0, 1.0]); gl.drawElements(gl.TRIANGLES, 6, gl.UNSIGNED_INT, 0); var blackList = [];