| OLD | NEW |
| (Empty) |
| 1 This test ensures WebGL implementations allow OpenGL ES 2.0 features to be turne
d on but not non OpenGL ES 2.0 features. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 Canvas.getContext | |
| 7 PASS context exists | |
| 8 | |
| 9 Checking gl.ENABLE enums. | |
| 10 PASS gl.enable must set INVALID_ENUM when passed GL_ALPHA_TEST | |
| 11 PASS gl.enable must set INVALID_ENUM when passed GL_AUTO_NORMAL | |
| 12 PASS gl.enable must set INVALID_ENUM when passed GL_CLIP_PLANE0 | |
| 13 PASS gl.enable must set INVALID_ENUM when passed GL_CLIP_PLANE1 | |
| 14 PASS gl.enable must set INVALID_ENUM when passed GL_COLOR_LOGIC_OP | |
| 15 PASS gl.enable must set INVALID_ENUM when passed GL_COLOR_MATERIAL | |
| 16 PASS gl.enable must set INVALID_ENUM when passed GL_COLOR_SUM | |
| 17 PASS gl.enable must set INVALID_ENUM when passed GL_COLOR_TABLE | |
| 18 PASS gl.enable must set INVALID_ENUM when passed GL_FOG | |
| 19 PASS gl.enable must set INVALID_ENUM when passed GL_HISTOGRAM | |
| 20 PASS gl.enable must set INVALID_ENUM when passed GL_INDEX_LOGIC_OP | |
| 21 PASS gl.enable must set INVALID_ENUM when passed GL_LIGHT0 | |
| 22 PASS gl.enable must set INVALID_ENUM when passed GL_LIGHT1 | |
| 23 PASS gl.enable must set INVALID_ENUM when passed GL_LIGHTING | |
| 24 PASS gl.enable must set INVALID_ENUM when passed GL_LINE_SMOOTH | |
| 25 PASS gl.enable must set INVALID_ENUM when passed GL_LINE_STIPPLE | |
| 26 PASS gl.enable must set INVALID_ENUM when passed GL_MAP1_COLOR_4 | |
| 27 PASS gl.enable must set INVALID_ENUM when passed GL_MAP1_INDEX | |
| 28 PASS gl.enable must set INVALID_ENUM when passed GL_MAP1_NORMAL | |
| 29 PASS gl.enable must set INVALID_ENUM when passed GL_MAP1_TEXTURE_COORD_1 | |
| 30 PASS gl.enable must set INVALID_ENUM when passed GL_MAP1_TEXTURE_COORD_2 | |
| 31 PASS gl.enable must set INVALID_ENUM when passed GL_MAP1_TEXTURE_COORD_3 | |
| 32 PASS gl.enable must set INVALID_ENUM when passed GL_MAP1_TEXTURE_COORD_4 | |
| 33 PASS gl.enable must set INVALID_ENUM when passed GL_MAP1_VERTEX_3 | |
| 34 PASS gl.enable must set INVALID_ENUM when passed GL_MAP1_VERTEX_4 | |
| 35 PASS gl.enable must set INVALID_ENUM when passed GL_MAP2_COLOR_4 | |
| 36 PASS gl.enable must set INVALID_ENUM when passed GL_MAP2_INDEX | |
| 37 PASS gl.enable must set INVALID_ENUM when passed GL_MAP2_NORMAL | |
| 38 PASS gl.enable must set INVALID_ENUM when passed GL_MAP2_TEXTURE_COORD_1 | |
| 39 PASS gl.enable must set INVALID_ENUM when passed GL_MAP2_TEXTURE_COORD_2 | |
| 40 PASS gl.enable must set INVALID_ENUM when passed GL_MAP2_TEXTURE_COORD_3 | |
| 41 PASS gl.enable must set INVALID_ENUM when passed GL_MAP2_TEXTURE_COORD_4 | |
| 42 PASS gl.enable must set INVALID_ENUM when passed GL_MAP2_VERTEX_3 | |
| 43 PASS gl.enable must set INVALID_ENUM when passed GL_MAP2_VERTEX_4 | |
| 44 PASS gl.enable must set INVALID_ENUM when passed GL_MINMAX | |
| 45 PASS gl.enable must set INVALID_ENUM when passed GL_MULTISAMPLE | |
| 46 PASS gl.enable must set INVALID_ENUM when passed GL_NORMALIZE | |
| 47 PASS gl.enable must set INVALID_ENUM when passed GL_POINT_SMOOTH | |
| 48 PASS gl.enable must set INVALID_ENUM when passed GL_POINT_SPRITE | |
| 49 PASS gl.enable must set INVALID_ENUM when passed GL_POLYGON_OFFSET_LINE | |
| 50 PASS gl.enable must set INVALID_ENUM when passed GL_POLYGON_OFFSET_POINT | |
| 51 PASS gl.enable must set INVALID_ENUM when passed GL_POLYGON_SMOOTH | |
| 52 PASS gl.enable must set INVALID_ENUM when passed GL_POLYGON_STIPPLE | |
| 53 PASS gl.enable must set INVALID_ENUM when passed GL_POST_COLOR_MATRIX_COLOR_TABL
E | |
| 54 PASS gl.enable must set INVALID_ENUM when passed GL_POST_CONVOLUTION_COLOR_TABLE | |
| 55 PASS gl.enable must set INVALID_ENUM when passed GL_RESCALE_NORMAL | |
| 56 PASS gl.enable must set INVALID_ENUM when passed GL_SAMPLE_ALPHA_TO_ONE | |
| 57 PASS gl.enable must set INVALID_ENUM when passed GL_TEXTURE_1D | |
| 58 PASS gl.enable must set INVALID_ENUM when passed GL_TEXTURE_2D | |
| 59 PASS gl.enable must set INVALID_ENUM when passed GL_TEXTURE_3D | |
| 60 PASS gl.enable must set INVALID_ENUM when passed GL_TEXTURE_CUBE_MAP | |
| 61 PASS gl.enable must set INVALID_ENUM when passed GL_TEXTURE_GEN_Q | |
| 62 PASS gl.enable must set INVALID_ENUM when passed GL_TEXTURE_GEN_R | |
| 63 PASS gl.enable must set INVALID_ENUM when passed GL_TEXTURE_GEN_S | |
| 64 PASS gl.enable must set INVALID_ENUM when passed GL_TEXTURE_GEN_T | |
| 65 PASS gl.enable must set INVALID_ENUM when passed GL_VERTEX_PROGRAM_POINT_SIZE | |
| 66 PASS gl.enable must set INVALID_ENUM when passed GL_VERTEX_PROGRAM_TWO_SIDE | |
| 67 PASS gl.enable must succeed when passed gl.BLEND | |
| 68 PASS gl.enable must succeed when passed gl.CULL_FACE | |
| 69 PASS gl.enable must succeed when passed gl.DEPTH_TEST | |
| 70 PASS gl.enable must succeed when passed gl.DITHER | |
| 71 PASS gl.enable must succeed when passed gl.POLYGON_OFFSET_FILL | |
| 72 PASS gl.enable must succeed when passed gl.SAMPLE_ALPHA_TO_COVERAGE | |
| 73 PASS gl.enable must succeed when passed gl.SAMPLE_COVERAGE | |
| 74 PASS gl.enable must succeed when passed gl.SCISSOR_TEST | |
| 75 PASS gl.enable must succeed when passed gl.STENCIL_TEST | |
| 76 | |
| 77 PASS successfullyParsed is true | |
| 78 | |
| 79 TEST COMPLETE | |
| 80 | |
| OLD | NEW |