| OLD | NEW |
| 1 CONSOLE WARNING: line 911: Synchronous XMLHttpRequest on the main thread is depr
ecated because of its detrimental effects to the end user's experience. For more
help, check https://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: line 911: Synchronous XMLHttpRequest on the main thread is depr
ecated because of its detrimental effects to the end user's experience. For more
help, check https://xhr.spec.whatwg.org/. |
| 2 This test ensures WebGL implementations allow proper GLES2 shaders compile and i
mproper ones fail. | 2 This test ensures WebGL implementations allow proper GLES2 shaders compile and i
mproper ones fail. |
| 3 | 3 |
| 4 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
". |
| 5 | 5 |
| 6 | 6 |
| 7 Canvas.getContext | 7 Canvas.getContext |
| 8 PASS context exists | 8 PASS context exists |
| 9 | 9 |
| 10 Checking various GLSL programs. | 10 Checking various GLSL programs. |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 PASS [shaders/implicit/divide_int_float.vert/fshader]: implicit cast of float di
vided by int should fail | 47 PASS [shaders/implicit/divide_int_float.vert/fshader]: implicit cast of float di
vided by int should fail |
| 48 PASS [shaders/implicit/divide_int_mat2.vert/fshader]: implicit cast of mat2 divi
ded by int should fail | 48 PASS [shaders/implicit/divide_int_mat2.vert/fshader]: implicit cast of mat2 divi
ded by int should fail |
| 49 PASS [shaders/implicit/divide_int_mat3.vert/fshader]: implicit cast of mat3 divi
ded by int should fail | 49 PASS [shaders/implicit/divide_int_mat3.vert/fshader]: implicit cast of mat3 divi
ded by int should fail |
| 50 PASS [shaders/implicit/divide_int_mat4.vert/fshader]: implicit cast of mat4 divi
ded by int should fail | 50 PASS [shaders/implicit/divide_int_mat4.vert/fshader]: implicit cast of mat4 divi
ded by int should fail |
| 51 PASS [shaders/implicit/divide_int_vec2.vert/fshader]: implicit cast of vec2 divi
ded by int should fail | 51 PASS [shaders/implicit/divide_int_vec2.vert/fshader]: implicit cast of vec2 divi
ded by int should fail |
| 52 PASS [shaders/implicit/divide_int_vec3.vert/fshader]: implicit cast of vec3 divi
ded by int should fail | 52 PASS [shaders/implicit/divide_int_vec3.vert/fshader]: implicit cast of vec3 divi
ded by int should fail |
| 53 PASS [shaders/implicit/divide_int_vec4.vert/fshader]: implicit cast of vec4 divi
ded by int should fail | 53 PASS [shaders/implicit/divide_int_vec4.vert/fshader]: implicit cast of vec4 divi
ded by int should fail |
| 54 PASS [shaders/implicit/divide_ivec2_vec2.vert/fshader]: implicit cast of vec2 di
vided by ivec2 should fail | 54 PASS [shaders/implicit/divide_ivec2_vec2.vert/fshader]: implicit cast of vec2 di
vided by ivec2 should fail |
| 55 PASS [shaders/implicit/divide_ivec3_vec3.vert/fshader]: implicit cast of vec3 di
vided by ivec3 should fail | 55 PASS [shaders/implicit/divide_ivec3_vec3.vert/fshader]: implicit cast of vec3 di
vided by ivec3 should fail |
| 56 PASS [shaders/implicit/divide_ivec4_vec4.vert/fshader]: implicit cast of vec4 di
vided by ivec4 should fail | 56 PASS [shaders/implicit/divide_ivec4_vec4.vert/fshader]: implicit cast of vec4 di
vided by ivec4 should fail |
| 57 PASS [shaders/implicit/equal_int_float.vert/fshader]: implicit cast of int to fl
oat in comparision should fail | 57 PASS [shaders/implicit/equal_int_float.vert/fshader]: implicit cast of int to fl
oat in comparison should fail |
| 58 PASS [shaders/implicit/equal_ivec2_vec2.vert/fshader]: implicit cast of ivec2 to
vec2 in comparision should fail | 58 PASS [shaders/implicit/equal_ivec2_vec2.vert/fshader]: implicit cast of ivec2 to
vec2 in comparison should fail |
| 59 PASS [shaders/implicit/equal_ivec3_vec3.vert/fshader]: implicit cast of ivec3 to
vec3 in comparision should fail | 59 PASS [shaders/implicit/equal_ivec3_vec3.vert/fshader]: implicit cast of ivec3 to
vec3 in comparison should fail |
| 60 PASS [shaders/implicit/equal_ivec4_vec4.vert/fshader]: implicit cast of ivec4 to
vec4 in comparision should fail | 60 PASS [shaders/implicit/equal_ivec4_vec4.vert/fshader]: implicit cast of ivec4 to
vec4 in comparison should fail |
| 61 PASS [shaders/implicit/function_int_float.vert/fshader]: implicit cast of int to
float in function argument should fail | 61 PASS [shaders/implicit/function_int_float.vert/fshader]: implicit cast of int to
float in function argument should fail |
| 62 PASS [shaders/implicit/function_ivec2_vec2.vert/fshader]: implicit cast of ivec2
to vec2 in function argument should fail | 62 PASS [shaders/implicit/function_ivec2_vec2.vert/fshader]: implicit cast of ivec2
to vec2 in function argument should fail |
| 63 PASS [shaders/implicit/function_ivec3_vec3.vert/fshader]: implicit cast of ivec3
to vec3 in function argument should fail | 63 PASS [shaders/implicit/function_ivec3_vec3.vert/fshader]: implicit cast of ivec3
to vec3 in function argument should fail |
| 64 PASS [shaders/implicit/function_ivec4_vec4.vert/fshader]: implicit cast of ivec4
to vec4 in function argument should fail | 64 PASS [shaders/implicit/function_ivec4_vec4.vert/fshader]: implicit cast of ivec4
to vec4 in function argument should fail |
| 65 PASS [shaders/implicit/greater_than.vert/fshader]: implicit cast of int to float
with greater than should fail | 65 PASS [shaders/implicit/greater_than.vert/fshader]: implicit cast of int to float
with greater than should fail |
| 66 PASS [shaders/implicit/greater_than_equal.vert/fshader]: implicit cast of int to
float with greater than or equal to should fail | 66 PASS [shaders/implicit/greater_than_equal.vert/fshader]: implicit cast of int to
float with greater than or equal to should fail |
| 67 PASS [shaders/implicit/less_than.vert/fshader]: implicit cast of int to float wi
th less than should fail | 67 PASS [shaders/implicit/less_than.vert/fshader]: implicit cast of int to float wi
th less than should fail |
| 68 PASS [shaders/implicit/less_than_equal.vert/fshader]: implicit cast of int to fl
oat with less than or equal to should fail | 68 PASS [shaders/implicit/less_than_equal.vert/fshader]: implicit cast of int to fl
oat with less than or equal to should fail |
| 69 PASS [shaders/implicit/multiply_int_float.vert/fshader]: implicit cast of int to
float in multiply should fail | 69 PASS [shaders/implicit/multiply_int_float.vert/fshader]: implicit cast of int to
float in multiply should fail |
| 70 PASS [shaders/implicit/multiply_int_mat2.vert/fshader]: implicit cast of int to
mat2 in multiply should fail | 70 PASS [shaders/implicit/multiply_int_mat2.vert/fshader]: implicit cast of int to
mat2 in multiply should fail |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 PASS [shaders/reserved/_webgl_variable.vert/fshader]: use of reserved _webgl pre
fix as structure field should fail | 102 PASS [shaders/reserved/_webgl_variable.vert/fshader]: use of reserved _webgl pre
fix as structure field should fail |
| 103 PASS [shaders/reserved/webgl_field.vert/fshader]: use of reserved webgl_ prefix
as structure field should fail | 103 PASS [shaders/reserved/webgl_field.vert/fshader]: use of reserved webgl_ prefix
as structure field should fail |
| 104 PASS [shaders/reserved/webgl_function.vert/fshader]: use of reserved webgl_ pref
ix as function name should fail | 104 PASS [shaders/reserved/webgl_function.vert/fshader]: use of reserved webgl_ pref
ix as function name should fail |
| 105 PASS [shaders/reserved/webgl_struct.vert/fshader]: use of reserved webgl_ prefix
as structure name should fail | 105 PASS [shaders/reserved/webgl_struct.vert/fshader]: use of reserved webgl_ prefix
as structure name should fail |
| 106 PASS [shaders/reserved/webgl_variable.vert/fshader]: use of reserved webgl_ pref
ix as variable should fail | 106 PASS [shaders/reserved/webgl_variable.vert/fshader]: use of reserved webgl_ pref
ix as variable should fail |
| 107 | 107 |
| 108 PASS successfullyParsed is true | 108 PASS successfullyParsed is true |
| 109 | 109 |
| 110 TEST COMPLETE | 110 TEST COMPLETE |
| 111 | 111 |
| OLD | NEW |