| OLD | NEW |
| 1 CONSOLE WARNING: Avoid synchronous requests as it hampers user experience due to
unresponsiveness of the web page. Refer https://xhr.spec.whatwg.org/#sync-warni
ng. |
| 1 Tests calling WebGL APIs without providing the necessary objects | 2 Tests calling WebGL APIs without providing the necessary objects |
| 2 | 3 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 5 |
| 5 PASS Program Compiled | 6 PASS Program Compiled |
| 6 PASS Shader Compiled | 7 PASS Shader Compiled |
| 7 PASS context.compileShader(undefined) was expected value: INVALID_VALUE. | 8 PASS context.compileShader(undefined) was expected value: INVALID_VALUE. |
| 8 PASS context.linkProgram(undefined) was expected value: INVALID_VALUE. | 9 PASS context.linkProgram(undefined) was expected value: INVALID_VALUE. |
| 9 PASS context.attachShader(undefined, undefined) was expected value: INVALID_VALU
E. | 10 PASS context.attachShader(undefined, undefined) was expected value: INVALID_VALU
E. |
| 10 PASS context.attachShader(program, undefined) was expected value: INVALID_VALUE. | 11 PASS context.attachShader(program, undefined) was expected value: INVALID_VALUE. |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 check without bindings | 47 check without bindings |
| 47 PASS context.bufferData(context.ARRAY_BUFFER, 1, context.STATIC_DRAW) was expect
ed value: INVALID_OPERATION. | 48 PASS context.bufferData(context.ARRAY_BUFFER, 1, context.STATIC_DRAW) was expect
ed value: INVALID_OPERATION. |
| 48 PASS context.getBufferParameter(context.ARRAY_BUFFER, context.BUFFER_SIZE) was e
xpected value: INVALID_OPERATION. | 49 PASS context.getBufferParameter(context.ARRAY_BUFFER, context.BUFFER_SIZE) was e
xpected value: INVALID_OPERATION. |
| 49 PASS context.texImage2D(context.TEXTURE_2D, 0, context.RGBA, 1, 1, 0, context.RG
BA, context.UNSIGNED_BYTE, new Uint8Array([0,0,0,0])) was expected value: INVALI
D_OPERATION. | 50 PASS context.texImage2D(context.TEXTURE_2D, 0, context.RGBA, 1, 1, 0, context.RG
BA, context.UNSIGNED_BYTE, new Uint8Array([0,0,0,0])) was expected value: INVALI
D_OPERATION. |
| 50 PASS context.texParameteri(context.TEXTURE_2D, context.TEXTURE_MIN_FILTER, conte
xt.NEAREST) was expected value: INVALID_OPERATION. | 51 PASS context.texParameteri(context.TEXTURE_2D, context.TEXTURE_MIN_FILTER, conte
xt.NEAREST) was expected value: INVALID_OPERATION. |
| 51 PASS context.getTexParameter(context.TEXTURE_2D, context.TEXTURE_MIN_FILTER) was
expected value: INVALID_OPERATION. | 52 PASS context.getTexParameter(context.TEXTURE_2D, context.TEXTURE_MIN_FILTER) was
expected value: INVALID_OPERATION. |
| 52 PASS successfullyParsed is true | 53 PASS successfullyParsed is true |
| 53 | 54 |
| 54 TEST COMPLETE | 55 TEST COMPLETE |
| 55 | 56 |
| OLD | NEW |