tenfourfox/dom/canvas/test/_webgl-conformance.ini
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

845 lines
69 KiB
INI

# This is a GENERATED FILE. Do not edit it directly.
# Regenerated it by using `python generate-wrappers-and-manifest.py`.
# Mark skipped tests in mochitest-errata.ini.
# Mark failing tests in mochi-single.html.
[DEFAULT]
subsuite = webgl
skip-if = e10s || os == 'b2g' || ((os == 'linux') && (buildapp == 'b2g')) || ((os == 'linux') && (buildapp == 'mulet'))
support-files = webgl-conformance/../webgl-mochitest/driver-info.js
webgl-conformance/always-fail.html
webgl-conformance/conformance/00_readme.txt
webgl-conformance/conformance/00_test_list.txt
webgl-conformance/conformance/LICENSE_CHROMIUM
webgl-conformance/conformance/attribs/00_test_list.txt
webgl-conformance/conformance/attribs/gl-enable-vertex-attrib.html
webgl-conformance/conformance/attribs/gl-vertex-attrib-zero-issues.html
webgl-conformance/conformance/attribs/gl-vertex-attrib.html
webgl-conformance/conformance/attribs/gl-vertexattribpointer-offsets.html
webgl-conformance/conformance/attribs/gl-vertexattribpointer.html
webgl-conformance/conformance/buffers/00_test_list.txt
webgl-conformance/conformance/buffers/buffer-bind-test.html
webgl-conformance/conformance/buffers/buffer-data-array-buffer.html
webgl-conformance/conformance/buffers/index-validation-copies-indices.html
webgl-conformance/conformance/buffers/index-validation-crash-with-buffer-sub-data.html
webgl-conformance/conformance/buffers/index-validation-verifies-too-many-indices.html
webgl-conformance/conformance/buffers/index-validation-with-resized-buffer.html
webgl-conformance/conformance/buffers/index-validation.html
webgl-conformance/conformance/canvas/00_test_list.txt
webgl-conformance/conformance/canvas/buffer-offscreen-test.html
webgl-conformance/conformance/canvas/buffer-preserve-test.html
webgl-conformance/conformance/canvas/canvas-test.html
webgl-conformance/conformance/canvas/canvas-zero-size.html
webgl-conformance/conformance/canvas/drawingbuffer-static-canvas-test.html
webgl-conformance/conformance/canvas/drawingbuffer-test.html
webgl-conformance/conformance/canvas/viewport-unchanged-upon-resize.html
webgl-conformance/conformance/context/00_test_list.txt
webgl-conformance/conformance/context/constants.html
webgl-conformance/conformance/context/context-attribute-preserve-drawing-buffer.html
webgl-conformance/conformance/context/context-attributes-alpha-depth-stencil-antialias.html
webgl-conformance/conformance/context/context-lost-restored.html
webgl-conformance/conformance/context/context-lost.html
webgl-conformance/conformance/context/context-type-test.html
webgl-conformance/conformance/context/incorrect-context-object-behaviour.html
webgl-conformance/conformance/context/methods.html
webgl-conformance/conformance/context/premultiplyalpha-test.html
webgl-conformance/conformance/context/resource-sharing-test.html
webgl-conformance/conformance/extensions/00_test_list.txt
webgl-conformance/conformance/extensions/ext-sRGB.html
webgl-conformance/conformance/extensions/ext-shader-texture-lod.html
webgl-conformance/conformance/extensions/ext-texture-filter-anisotropic.html
webgl-conformance/conformance/extensions/oes-standard-derivatives.html
webgl-conformance/conformance/extensions/oes-texture-float.html
webgl-conformance/conformance/extensions/oes-vertex-array-object.html
webgl-conformance/conformance/extensions/webgl-compressed-texture-etc1.html
webgl-conformance/conformance/extensions/webgl-compressed-texture-s3tc.html
webgl-conformance/conformance/extensions/webgl-debug-renderer-info.html
webgl-conformance/conformance/extensions/webgl-debug-shaders.html
webgl-conformance/conformance/extensions/webgl-depth-texture.html
webgl-conformance/conformance/glsl/00_test_list.txt
webgl-conformance/conformance/glsl/functions/00_test_list.txt
webgl-conformance/conformance/glsl/functions/glsl-function-abs.html
webgl-conformance/conformance/glsl/functions/glsl-function-acos.html
webgl-conformance/conformance/glsl/functions/glsl-function-asin.html
webgl-conformance/conformance/glsl/functions/glsl-function-atan-xy.html
webgl-conformance/conformance/glsl/functions/glsl-function-atan.html
webgl-conformance/conformance/glsl/functions/glsl-function-ceil.html
webgl-conformance/conformance/glsl/functions/glsl-function-clamp-float.html
webgl-conformance/conformance/glsl/functions/glsl-function-clamp-gentype.html
webgl-conformance/conformance/glsl/functions/glsl-function-cos.html
webgl-conformance/conformance/glsl/functions/glsl-function-cross.html
webgl-conformance/conformance/glsl/functions/glsl-function-distance.html
webgl-conformance/conformance/glsl/functions/glsl-function-dot.html
webgl-conformance/conformance/glsl/functions/glsl-function-faceforward.html
webgl-conformance/conformance/glsl/functions/glsl-function-floor.html
webgl-conformance/conformance/glsl/functions/glsl-function-fract.html
webgl-conformance/conformance/glsl/functions/glsl-function-length.html
webgl-conformance/conformance/glsl/functions/glsl-function-lessThan.html
webgl-conformance/conformance/glsl/functions/glsl-function-max-float.html
webgl-conformance/conformance/glsl/functions/glsl-function-max-gentype.html
webgl-conformance/conformance/glsl/functions/glsl-function-min-float.html
webgl-conformance/conformance/glsl/functions/glsl-function-min-gentype.html
webgl-conformance/conformance/glsl/functions/glsl-function-mix-float.html
webgl-conformance/conformance/glsl/functions/glsl-function-mix-gentype.html
webgl-conformance/conformance/glsl/functions/glsl-function-mod-float.html
webgl-conformance/conformance/glsl/functions/glsl-function-mod-gentype.html
webgl-conformance/conformance/glsl/functions/glsl-function-normalize.html
webgl-conformance/conformance/glsl/functions/glsl-function-reflect.html
webgl-conformance/conformance/glsl/functions/glsl-function-refract.html
webgl-conformance/conformance/glsl/functions/glsl-function-sign.html
webgl-conformance/conformance/glsl/functions/glsl-function-sin.html
webgl-conformance/conformance/glsl/functions/glsl-function-smoothstep-float.html
webgl-conformance/conformance/glsl/functions/glsl-function-smoothstep-gentype.html
webgl-conformance/conformance/glsl/functions/glsl-function-step-float.html
webgl-conformance/conformance/glsl/functions/glsl-function-step-gentype.html
webgl-conformance/conformance/glsl/functions/glsl-function.html
webgl-conformance/conformance/glsl/implicit/00_test_list.txt
webgl-conformance/conformance/glsl/implicit/add_int_float.vert.html
webgl-conformance/conformance/glsl/implicit/add_int_mat2.vert.html
webgl-conformance/conformance/glsl/implicit/add_int_mat3.vert.html
webgl-conformance/conformance/glsl/implicit/add_int_mat4.vert.html
webgl-conformance/conformance/glsl/implicit/add_int_vec2.vert.html
webgl-conformance/conformance/glsl/implicit/add_int_vec3.vert.html
webgl-conformance/conformance/glsl/implicit/add_int_vec4.vert.html
webgl-conformance/conformance/glsl/implicit/add_ivec2_vec2.vert.html
webgl-conformance/conformance/glsl/implicit/add_ivec3_vec3.vert.html
webgl-conformance/conformance/glsl/implicit/add_ivec4_vec4.vert.html
webgl-conformance/conformance/glsl/implicit/assign_int_to_float.vert.html
webgl-conformance/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html
webgl-conformance/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html
webgl-conformance/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html
webgl-conformance/conformance/glsl/implicit/construct_struct.vert.html
webgl-conformance/conformance/glsl/implicit/divide_int_float.vert.html
webgl-conformance/conformance/glsl/implicit/divide_int_mat2.vert.html
webgl-conformance/conformance/glsl/implicit/divide_int_mat3.vert.html
webgl-conformance/conformance/glsl/implicit/divide_int_mat4.vert.html
webgl-conformance/conformance/glsl/implicit/divide_int_vec2.vert.html
webgl-conformance/conformance/glsl/implicit/divide_int_vec3.vert.html
webgl-conformance/conformance/glsl/implicit/divide_int_vec4.vert.html
webgl-conformance/conformance/glsl/implicit/divide_ivec2_vec2.vert.html
webgl-conformance/conformance/glsl/implicit/divide_ivec3_vec3.vert.html
webgl-conformance/conformance/glsl/implicit/divide_ivec4_vec4.vert.html
webgl-conformance/conformance/glsl/implicit/equal_int_float.vert.html
webgl-conformance/conformance/glsl/implicit/equal_ivec2_vec2.vert.html
webgl-conformance/conformance/glsl/implicit/equal_ivec3_vec3.vert.html
webgl-conformance/conformance/glsl/implicit/equal_ivec4_vec4.vert.html
webgl-conformance/conformance/glsl/implicit/function_int_float.vert.html
webgl-conformance/conformance/glsl/implicit/function_ivec2_vec2.vert.html
webgl-conformance/conformance/glsl/implicit/function_ivec3_vec3.vert.html
webgl-conformance/conformance/glsl/implicit/function_ivec4_vec4.vert.html
webgl-conformance/conformance/glsl/implicit/greater_than.vert.html
webgl-conformance/conformance/glsl/implicit/greater_than_equal.vert.html
webgl-conformance/conformance/glsl/implicit/less_than.vert.html
webgl-conformance/conformance/glsl/implicit/less_than_equal.vert.html
webgl-conformance/conformance/glsl/implicit/multiply_int_float.vert.html
webgl-conformance/conformance/glsl/implicit/multiply_int_mat2.vert.html
webgl-conformance/conformance/glsl/implicit/multiply_int_mat3.vert.html
webgl-conformance/conformance/glsl/implicit/multiply_int_mat4.vert.html
webgl-conformance/conformance/glsl/implicit/multiply_int_vec2.vert.html
webgl-conformance/conformance/glsl/implicit/multiply_int_vec3.vert.html
webgl-conformance/conformance/glsl/implicit/multiply_int_vec4.vert.html
webgl-conformance/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html
webgl-conformance/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html
webgl-conformance/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html
webgl-conformance/conformance/glsl/implicit/not_equal_int_float.vert.html
webgl-conformance/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html
webgl-conformance/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html
webgl-conformance/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html
webgl-conformance/conformance/glsl/implicit/subtract_int_float.vert.html
webgl-conformance/conformance/glsl/implicit/subtract_int_mat2.vert.html
webgl-conformance/conformance/glsl/implicit/subtract_int_mat3.vert.html
webgl-conformance/conformance/glsl/implicit/subtract_int_mat4.vert.html
webgl-conformance/conformance/glsl/implicit/subtract_int_vec2.vert.html
webgl-conformance/conformance/glsl/implicit/subtract_int_vec3.vert.html
webgl-conformance/conformance/glsl/implicit/subtract_int_vec4.vert.html
webgl-conformance/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html
webgl-conformance/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html
webgl-conformance/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html
webgl-conformance/conformance/glsl/implicit/ternary_int_float.vert.html
webgl-conformance/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html
webgl-conformance/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html
webgl-conformance/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html
webgl-conformance/conformance/glsl/matrices/00_test_list.txt
webgl-conformance/conformance/glsl/matrices/glsl-mat4-to-mat3.html
webgl-conformance/conformance/glsl/misc/00_test_list.txt
webgl-conformance/conformance/glsl/misc/attrib-location-length-limits.html
webgl-conformance/conformance/glsl/misc/embedded-struct-definitions-forbidden.html
webgl-conformance/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html
webgl-conformance/conformance/glsl/misc/glsl-function-nodes.html
webgl-conformance/conformance/glsl/misc/glsl-long-variable-names.html
webgl-conformance/conformance/glsl/misc/glsl-vertex-branch.html
webgl-conformance/conformance/glsl/misc/include.vs
webgl-conformance/conformance/glsl/misc/non-ascii-comments.vert.html
webgl-conformance/conformance/glsl/misc/non-ascii.vert.html
webgl-conformance/conformance/glsl/misc/re-compile-re-link.html
webgl-conformance/conformance/glsl/misc/shader-with-256-character-identifier.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-257-character-identifier.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-attrib-array.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-attrib-struct.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-clipvertex.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-comma-assignment.html
webgl-conformance/conformance/glsl/misc/shader-with-comma-conditional-assignment.html
webgl-conformance/conformance/glsl/misc/shader-with-conditional-scoping.html
webgl-conformance/conformance/glsl/misc/shader-with-default-precision.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-default-precision.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-define-line-continuation.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-dfdx.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-do-scoping.html
webgl-conformance/conformance/glsl/misc/shader-with-error-directive.html
webgl-conformance/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-float-return-value.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-for-loop.html
webgl-conformance/conformance/glsl/misc/shader-with-for-scoping.html
webgl-conformance/conformance/glsl/misc/shader-with-frag-depth.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-function-recursion.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-function-scoped-struct.html
webgl-conformance/conformance/glsl/misc/shader-with-functional-scoping.html
webgl-conformance/conformance/glsl/misc/shader-with-glcolor.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-gles-1.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-gles-symbol.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-hex-int-constant-macro.html
webgl-conformance/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-include.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-int-return-value.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-invalid-identifier.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-limited-indexing.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-line-directive.html
webgl-conformance/conformance/glsl/misc/shader-with-long-line.html
webgl-conformance/conformance/glsl/misc/shader-with-non-ascii-error.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-precision.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-quoted-error.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-vec2-return-value.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-vec3-return-value.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-vec4-return-value.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html
webgl-conformance/conformance/glsl/misc/shader-with-version-100.frag.html
webgl-conformance/conformance/glsl/misc/shader-with-version-100.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-version-120.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-version-130.vert.html
webgl-conformance/conformance/glsl/misc/shader-with-webgl-identifier.vert.html
webgl-conformance/conformance/glsl/misc/shader-without-precision.frag.html
webgl-conformance/conformance/glsl/misc/shared.html
webgl-conformance/conformance/glsl/misc/struct-nesting-exceeds-maximum.html
webgl-conformance/conformance/glsl/misc/struct-nesting-under-maximum.html
webgl-conformance/conformance/glsl/misc/uniform-location-length-limits.html
webgl-conformance/conformance/glsl/reserved/00_test_list.txt
webgl-conformance/conformance/glsl/reserved/_webgl_field.vert.html
webgl-conformance/conformance/glsl/reserved/_webgl_function.vert.html
webgl-conformance/conformance/glsl/reserved/_webgl_struct.vert.html
webgl-conformance/conformance/glsl/reserved/_webgl_variable.vert.html
webgl-conformance/conformance/glsl/reserved/webgl_field.vert.html
webgl-conformance/conformance/glsl/reserved/webgl_function.vert.html
webgl-conformance/conformance/glsl/reserved/webgl_struct.vert.html
webgl-conformance/conformance/glsl/reserved/webgl_variable.vert.html
webgl-conformance/conformance/glsl/samplers/00_test_list.txt
webgl-conformance/conformance/glsl/samplers/glsl-function-texture2d-bias.html
webgl-conformance/conformance/glsl/samplers/glsl-function-texture2dlod.html
webgl-conformance/conformance/glsl/samplers/glsl-function-texture2dproj.html
webgl-conformance/conformance/glsl/variables/00_test_list.txt
webgl-conformance/conformance/glsl/variables/gl-fragcoord.html
webgl-conformance/conformance/glsl/variables/gl-frontfacing.html
webgl-conformance/conformance/glsl/variables/gl-pointcoord.html
webgl-conformance/conformance/limits/00_test_list.txt
webgl-conformance/conformance/limits/gl-max-texture-dimensions.html
webgl-conformance/conformance/limits/gl-min-attribs.html
webgl-conformance/conformance/limits/gl-min-textures.html
webgl-conformance/conformance/limits/gl-min-uniforms.html
webgl-conformance/conformance/misc/00_test_list.txt
webgl-conformance/conformance/misc/bad-arguments-test.html
webgl-conformance/conformance/misc/delayed-drawing.html
webgl-conformance/conformance/misc/error-reporting.html
webgl-conformance/conformance/misc/functions-returning-strings.html
webgl-conformance/conformance/misc/instanceof-test.html
webgl-conformance/conformance/misc/invalid-passed-params.html
webgl-conformance/conformance/misc/is-object.html
webgl-conformance/conformance/misc/null-object-behaviour.html
webgl-conformance/conformance/misc/object-deletion-behaviour.html
webgl-conformance/conformance/misc/shader-precision-format.html
webgl-conformance/conformance/misc/type-conversion-test.html
webgl-conformance/conformance/misc/uninitialized-test.html
webgl-conformance/conformance/misc/webgl-specific.html
webgl-conformance/conformance/more/00_test_list.txt
webgl-conformance/conformance/more/README.md
webgl-conformance/conformance/more/all_tests.html
webgl-conformance/conformance/more/all_tests_linkonly.html
webgl-conformance/conformance/more/all_tests_sequential.html
webgl-conformance/conformance/more/conformance/argGenerators-A.js
webgl-conformance/conformance/more/conformance/argGenerators-B1.js
webgl-conformance/conformance/more/conformance/argGenerators-B2.js
webgl-conformance/conformance/more/conformance/argGenerators-B3.js
webgl-conformance/conformance/more/conformance/argGenerators-B4.js
webgl-conformance/conformance/more/conformance/argGenerators-C.js
webgl-conformance/conformance/more/conformance/argGenerators-D_G.js
webgl-conformance/conformance/more/conformance/argGenerators-G_I.js
webgl-conformance/conformance/more/conformance/argGenerators-L_S.js
webgl-conformance/conformance/more/conformance/argGenerators-S_V.js
webgl-conformance/conformance/more/conformance/badArgsArityLessThanArgc.html
webgl-conformance/conformance/more/conformance/constants.html
webgl-conformance/conformance/more/conformance/fuzzTheAPI.html
webgl-conformance/conformance/more/conformance/getContext.html
webgl-conformance/conformance/more/conformance/methods.html
webgl-conformance/conformance/more/conformance/quickCheckAPI-A.html
webgl-conformance/conformance/more/conformance/quickCheckAPI-B1.html
webgl-conformance/conformance/more/conformance/quickCheckAPI-B2.html
webgl-conformance/conformance/more/conformance/quickCheckAPI-B3.html
webgl-conformance/conformance/more/conformance/quickCheckAPI-B4.html
webgl-conformance/conformance/more/conformance/quickCheckAPI-C.html
webgl-conformance/conformance/more/conformance/quickCheckAPI-D_G.html
webgl-conformance/conformance/more/conformance/quickCheckAPI-G_I.html
webgl-conformance/conformance/more/conformance/quickCheckAPI-L_S.html
webgl-conformance/conformance/more/conformance/quickCheckAPI-S_V.html
webgl-conformance/conformance/more/conformance/quickCheckAPI.js
webgl-conformance/conformance/more/conformance/quickCheckAPIBadArgs.html
webgl-conformance/conformance/more/conformance/webGLArrays.html
webgl-conformance/conformance/more/demos/opengl_web.html
webgl-conformance/conformance/more/demos/video.html
webgl-conformance/conformance/more/functions/bindBuffer.html
webgl-conformance/conformance/more/functions/bindBufferBadArgs.html
webgl-conformance/conformance/more/functions/bindFramebufferLeaveNonZero.html
webgl-conformance/conformance/more/functions/bufferData.html
webgl-conformance/conformance/more/functions/bufferDataBadArgs.html
webgl-conformance/conformance/more/functions/bufferSubData.html
webgl-conformance/conformance/more/functions/bufferSubDataBadArgs.html
webgl-conformance/conformance/more/functions/copyTexImage2D.html
webgl-conformance/conformance/more/functions/copyTexImage2DBadArgs.html
webgl-conformance/conformance/more/functions/copyTexSubImage2D.html
webgl-conformance/conformance/more/functions/copyTexSubImage2DBadArgs.html
webgl-conformance/conformance/more/functions/deleteBufferBadArgs.html
webgl-conformance/conformance/more/functions/drawArrays.html
webgl-conformance/conformance/more/functions/drawArraysOutOfBounds.html
webgl-conformance/conformance/more/functions/drawElements.html
webgl-conformance/conformance/more/functions/drawElementsBadArgs.html
webgl-conformance/conformance/more/functions/isTests.html
webgl-conformance/conformance/more/functions/readPixels.html
webgl-conformance/conformance/more/functions/readPixelsBadArgs.html
webgl-conformance/conformance/more/functions/texImage2D.html
webgl-conformance/conformance/more/functions/texImage2DBadArgs.html
webgl-conformance/conformance/more/functions/texImage2DHTML.html
webgl-conformance/conformance/more/functions/texImage2DHTMLBadArgs.html
webgl-conformance/conformance/more/functions/texSubImage2D.html
webgl-conformance/conformance/more/functions/texSubImage2DBadArgs.html
webgl-conformance/conformance/more/functions/texSubImage2DHTML.html
webgl-conformance/conformance/more/functions/texSubImage2DHTMLBadArgs.html
webgl-conformance/conformance/more/functions/uniformMatrix.html
webgl-conformance/conformance/more/functions/uniformMatrixBadArgs.html
webgl-conformance/conformance/more/functions/uniformf.html
webgl-conformance/conformance/more/functions/uniformfArrayLen1.html
webgl-conformance/conformance/more/functions/uniformfBadArgs.html
webgl-conformance/conformance/more/functions/uniformi.html
webgl-conformance/conformance/more/functions/uniformiBadArgs.html
webgl-conformance/conformance/more/functions/vertexAttrib.html
webgl-conformance/conformance/more/functions/vertexAttribBadArgs.html
webgl-conformance/conformance/more/functions/vertexAttribPointer.html
webgl-conformance/conformance/more/functions/vertexAttribPointerBadArgs.html
webgl-conformance/conformance/more/glsl/arrayOutOfBounds.html
webgl-conformance/conformance/more/glsl/longLoops.html
webgl-conformance/conformance/more/glsl/uniformOutOfBounds.html
webgl-conformance/conformance/more/glsl/unusedAttribsUniforms.html
webgl-conformance/conformance/more/index.html
webgl-conformance/conformance/more/performance/CPUvsGPU.html
webgl-conformance/conformance/more/performance/bandwidth.html
webgl-conformance/conformance/more/performance/jsGCPause.html
webgl-conformance/conformance/more/performance/jsMatrixMult.html
webgl-conformance/conformance/more/performance/jsToGLOverhead.html
webgl-conformance/conformance/more/unit.css
webgl-conformance/conformance/more/unit.js
webgl-conformance/conformance/more/util.js
webgl-conformance/conformance/programs/00_test_list.txt
webgl-conformance/conformance/programs/get-active-test.html
webgl-conformance/conformance/programs/gl-bind-attrib-location-test.html
webgl-conformance/conformance/programs/gl-get-active-attribute.html
webgl-conformance/conformance/programs/gl-get-active-uniform.html
webgl-conformance/conformance/programs/gl-getshadersource.html
webgl-conformance/conformance/programs/gl-shader-test.html
webgl-conformance/conformance/programs/invalid-UTF-16.html
webgl-conformance/conformance/programs/program-test.html
webgl-conformance/conformance/reading/00_test_list.txt
webgl-conformance/conformance/reading/read-pixels-pack-alignment.html
webgl-conformance/conformance/reading/read-pixels-test.html
webgl-conformance/conformance/renderbuffers/00_test_list.txt
webgl-conformance/conformance/renderbuffers/framebuffer-object-attachment.html
webgl-conformance/conformance/renderbuffers/framebuffer-test.html
webgl-conformance/conformance/renderbuffers/renderbuffer-initialization.html
webgl-conformance/conformance/rendering/00_test_list.txt
webgl-conformance/conformance/rendering/draw-arrays-out-of-bounds.html
webgl-conformance/conformance/rendering/draw-elements-out-of-bounds.html
webgl-conformance/conformance/rendering/gl-clear.html
webgl-conformance/conformance/rendering/gl-drawelements.html
webgl-conformance/conformance/rendering/gl-scissor-test.html
webgl-conformance/conformance/rendering/line-loop-tri-fan.html
webgl-conformance/conformance/rendering/more-than-65536-indices.html
webgl-conformance/conformance/rendering/point-size.html
webgl-conformance/conformance/rendering/triangle.html
webgl-conformance/conformance/resources/3x3.png
webgl-conformance/conformance/resources/blue-1x1.jpg
webgl-conformance/conformance/resources/boolUniformShader.vert
webgl-conformance/conformance/resources/bug-32888-texture.png
webgl-conformance/conformance/resources/floatUniformShader.vert
webgl-conformance/conformance/resources/fragmentShader.frag
webgl-conformance/conformance/resources/glsl-conformance-test.js
webgl-conformance/conformance/resources/glsl-feature-tests.css
webgl-conformance/conformance/resources/glsl-generator.js
webgl-conformance/conformance/resources/gray-ramp-256-with-128-alpha.png
webgl-conformance/conformance/resources/gray-ramp-256.png
webgl-conformance/conformance/resources/gray-ramp-default-gamma.png
webgl-conformance/conformance/resources/gray-ramp-gamma0.1.png
webgl-conformance/conformance/resources/gray-ramp-gamma1.0.png
webgl-conformance/conformance/resources/gray-ramp-gamma2.0.png
webgl-conformance/conformance/resources/gray-ramp-gamma4.0.png
webgl-conformance/conformance/resources/gray-ramp-gamma9.0.png
webgl-conformance/conformance/resources/gray-ramp.png
webgl-conformance/conformance/resources/green-2x2-16bit.png
webgl-conformance/conformance/resources/intArrayUniformShader.vert
webgl-conformance/conformance/resources/intUniformShader.vert
webgl-conformance/conformance/resources/matUniformShader.vert
webgl-conformance/conformance/resources/noopUniformShader.frag
webgl-conformance/conformance/resources/noopUniformShader.vert
webgl-conformance/conformance/resources/npot-video.mp4
webgl-conformance/conformance/resources/npot-video.theora.ogv
webgl-conformance/conformance/resources/npot-video.webmvp8.webm
webgl-conformance/conformance/resources/pnglib.js
webgl-conformance/conformance/resources/red-green.mp4
webgl-conformance/conformance/resources/red-green.png
webgl-conformance/conformance/resources/red-green.theora.ogv
webgl-conformance/conformance/resources/red-green.webmvp8.webm
webgl-conformance/conformance/resources/red-indexed.png
webgl-conformance/conformance/resources/samplerUniformShader.frag
webgl-conformance/conformance/resources/small-square-with-cie-rgb-profile.png
webgl-conformance/conformance/resources/small-square-with-colormatch-profile.png
webgl-conformance/conformance/resources/small-square-with-colorspin-profile.jpg
webgl-conformance/conformance/resources/small-square-with-colorspin-profile.png
webgl-conformance/conformance/resources/small-square-with-e-srgb-profile.png
webgl-conformance/conformance/resources/small-square-with-smpte-c-profile.png
webgl-conformance/conformance/resources/small-square-with-srgb-iec61966-2.1-profile.png
webgl-conformance/conformance/resources/structUniformShader.vert
webgl-conformance/conformance/resources/vertexShader.vert
webgl-conformance/conformance/resources/webgl-test-utils.js
webgl-conformance/conformance/resources/webgl-test.js
webgl-conformance/conformance/resources/zero-alpha.png
webgl-conformance/conformance/state/00_test_list.txt
webgl-conformance/conformance/state/gl-enable-enum-test.html
webgl-conformance/conformance/state/gl-enum-tests.html
webgl-conformance/conformance/state/gl-get-calls.html
webgl-conformance/conformance/state/gl-geterror.html
webgl-conformance/conformance/state/gl-getstring.html
webgl-conformance/conformance/state/gl-object-get-calls.html
webgl-conformance/conformance/textures/00_test_list.txt
webgl-conformance/conformance/textures/compressed-tex-image.html
webgl-conformance/conformance/textures/copy-tex-image-and-sub-image-2d.html
webgl-conformance/conformance/textures/gl-pixelstorei.html
webgl-conformance/conformance/textures/gl-teximage.html
webgl-conformance/conformance/textures/origin-clean-conformance.html
webgl-conformance/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html
webgl-conformance/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html
webgl-conformance/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html
webgl-conformance/conformance/textures/tex-image-and-sub-image-2d-with-image.html
webgl-conformance/conformance/textures/tex-image-and-sub-image-2d-with-video.html
webgl-conformance/conformance/textures/tex-image-and-uniform-binding-bugs.html
webgl-conformance/conformance/textures/tex-image-with-format-and-type.html
webgl-conformance/conformance/textures/tex-image-with-invalid-data.html
webgl-conformance/conformance/textures/tex-input-validation.html
webgl-conformance/conformance/textures/tex-sub-image-2d-bad-args.html
webgl-conformance/conformance/textures/tex-sub-image-2d.html
webgl-conformance/conformance/textures/texparameter-test.html
webgl-conformance/conformance/textures/texture-active-bind-2.html
webgl-conformance/conformance/textures/texture-active-bind.html
webgl-conformance/conformance/textures/texture-clear.html
webgl-conformance/conformance/textures/texture-complete.html
webgl-conformance/conformance/textures/texture-formats-test.html
webgl-conformance/conformance/textures/texture-mips.html
webgl-conformance/conformance/textures/texture-npot-video.html
webgl-conformance/conformance/textures/texture-npot.html
webgl-conformance/conformance/textures/texture-size-cube-maps.html
webgl-conformance/conformance/textures/texture-size.html
webgl-conformance/conformance/textures/texture-transparent-pixels-initialized.html
webgl-conformance/conformance/typedarrays/00_test_list.txt
webgl-conformance/conformance/typedarrays/array-buffer-crash.html
webgl-conformance/conformance/typedarrays/array-buffer-view-crash.html
webgl-conformance/conformance/typedarrays/array-unit-tests.html
webgl-conformance/conformance/uniforms/00_test_list.txt
webgl-conformance/conformance/uniforms/gl-uniform-arrays.html
webgl-conformance/conformance/uniforms/gl-uniform-bool.html
webgl-conformance/conformance/uniforms/gl-uniformmatrix4fv.html
webgl-conformance/conformance/uniforms/gl-unknown-uniform.html
webgl-conformance/conformance/uniforms/null-uniform-location.html
webgl-conformance/conformance/uniforms/uniform-location.html
webgl-conformance/conformance/uniforms/uniform-samplers-test.html
webgl-conformance/iframe-autoresize.js
webgl-conformance/mochi-single.html
webgl-conformance/resources/cors-util.js
webgl-conformance/resources/desktop-gl-constants.js
webgl-conformance/resources/js-test-pre.js
webgl-conformance/resources/js-test-style.css
webgl-conformance/resources/opengl_logo.jpg
webgl-conformance/resources/thunderbird-logo-64x64.png
webgl-conformance/resources/webgl-logo.png
webgl-conformance/resources/webgl-test-harness.js
[webgl-conformance/_wrappers/test_always-fail.html]
[webgl-conformance/_wrappers/test_conformance__attribs__gl-enable-vertex-attrib.html]
[webgl-conformance/_wrappers/test_conformance__attribs__gl-vertex-attrib-zero-issues.html]
[webgl-conformance/_wrappers/test_conformance__attribs__gl-vertex-attrib.html]
[webgl-conformance/_wrappers/test_conformance__attribs__gl-vertexattribpointer-offsets.html]
[webgl-conformance/_wrappers/test_conformance__attribs__gl-vertexattribpointer.html]
[webgl-conformance/_wrappers/test_conformance__buffers__buffer-bind-test.html]
[webgl-conformance/_wrappers/test_conformance__buffers__buffer-data-array-buffer.html]
[webgl-conformance/_wrappers/test_conformance__buffers__index-validation-copies-indices.html]
[webgl-conformance/_wrappers/test_conformance__buffers__index-validation-crash-with-buffer-sub-data.html]
[webgl-conformance/_wrappers/test_conformance__buffers__index-validation-verifies-too-many-indices.html]
[webgl-conformance/_wrappers/test_conformance__buffers__index-validation-with-resized-buffer.html]
[webgl-conformance/_wrappers/test_conformance__buffers__index-validation.html]
[webgl-conformance/_wrappers/test_conformance__canvas__buffer-offscreen-test.html]
skip-if = os == 'android'
[webgl-conformance/_wrappers/test_conformance__canvas__buffer-preserve-test.html]
[webgl-conformance/_wrappers/test_conformance__canvas__canvas-test.html]
[webgl-conformance/_wrappers/test_conformance__canvas__canvas-zero-size.html]
[webgl-conformance/_wrappers/test_conformance__canvas__drawingbuffer-static-canvas-test.html]
skip-if = os == 'mac'
[webgl-conformance/_wrappers/test_conformance__canvas__drawingbuffer-test.html]
[webgl-conformance/_wrappers/test_conformance__canvas__viewport-unchanged-upon-resize.html]
skip-if = os == 'mac'
[webgl-conformance/_wrappers/test_conformance__context__constants.html]
[webgl-conformance/_wrappers/test_conformance__context__context-attributes-alpha-depth-stencil-antialias.html]
skip-if = (os == 'b2g')
[webgl-conformance/_wrappers/test_conformance__context__context-lost-restored.html]
[webgl-conformance/_wrappers/test_conformance__context__context-lost.html]
[webgl-conformance/_wrappers/test_conformance__context__context-type-test.html]
[webgl-conformance/_wrappers/test_conformance__context__incorrect-context-object-behaviour.html]
[webgl-conformance/_wrappers/test_conformance__context__methods.html]
[webgl-conformance/_wrappers/test_conformance__context__premultiplyalpha-test.html]
[webgl-conformance/_wrappers/test_conformance__context__resource-sharing-test.html]
[webgl-conformance/_wrappers/test_conformance__extensions__oes-standard-derivatives.html]
[webgl-conformance/_wrappers/test_conformance__extensions__ext-texture-filter-anisotropic.html]
[webgl-conformance/_wrappers/test_conformance__extensions__oes-texture-float.html]
[webgl-conformance/_wrappers/test_conformance__extensions__oes-vertex-array-object.html]
[webgl-conformance/_wrappers/test_conformance__extensions__webgl-debug-renderer-info.html]
[webgl-conformance/_wrappers/test_conformance__extensions__webgl-debug-shaders.html]
[webgl-conformance/_wrappers/test_conformance__extensions__webgl-compressed-texture-etc1.html]
[webgl-conformance/_wrappers/test_conformance__extensions__webgl-compressed-texture-s3tc.html]
[webgl-conformance/_wrappers/test_conformance__extensions__ext-sRGB.html]
[webgl-conformance/_wrappers/test_conformance__extensions__ext-shader-texture-lod.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-abs.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-acos.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-asin.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-atan.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-atan-xy.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-ceil.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-clamp-float.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-clamp-gentype.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-cos.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-cross.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-distance.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-dot.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-faceforward.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-floor.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-fract.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-length.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-max-float.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-max-gentype.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-min-float.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-min-gentype.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-mix-float.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-mix-gentype.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-mod-float.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-mod-gentype.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-normalize.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-reflect.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-sign.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-sin.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-step-float.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-step-gentype.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-smoothstep-float.html]
[webgl-conformance/_wrappers/test_conformance__glsl__functions__glsl-function-smoothstep-gentype.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__add_int_float.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__add_int_mat2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__add_int_mat3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__add_int_mat4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__add_int_vec2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__add_int_vec3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__add_int_vec4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__add_ivec2_vec2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__add_ivec3_vec3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__add_ivec4_vec4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__assign_int_to_float.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__assign_ivec2_to_vec2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__assign_ivec3_to_vec3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__assign_ivec4_to_vec4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__construct_struct.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__divide_int_float.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__divide_int_mat2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__divide_int_mat3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__divide_int_mat4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__divide_int_vec2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__divide_int_vec3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__divide_int_vec4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__divide_ivec2_vec2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__divide_ivec3_vec3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__divide_ivec4_vec4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__equal_int_float.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__equal_ivec2_vec2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__equal_ivec3_vec3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__equal_ivec4_vec4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__function_int_float.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__function_ivec2_vec2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__function_ivec3_vec3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__function_ivec4_vec4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__greater_than.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__greater_than_equal.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__less_than.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__less_than_equal.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__multiply_int_float.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__multiply_int_mat2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__multiply_int_mat3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__multiply_int_mat4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__multiply_int_vec2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__multiply_int_vec3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__multiply_int_vec4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__multiply_ivec2_vec2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__multiply_ivec3_vec3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__multiply_ivec4_vec4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__not_equal_int_float.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__not_equal_ivec2_vec2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__not_equal_ivec3_vec3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__not_equal_ivec4_vec4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__subtract_int_float.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__subtract_int_mat2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__subtract_int_mat3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__subtract_int_mat4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__subtract_int_vec2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__subtract_int_vec3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__subtract_int_vec4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__subtract_ivec2_vec2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__subtract_ivec3_vec3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__subtract_ivec4_vec4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__ternary_int_float.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__ternary_ivec2_vec2.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__ternary_ivec3_vec3.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__implicit__ternary_ivec4_vec4.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__attrib-location-length-limits.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__embedded-struct-definitions-forbidden.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__glsl-function-nodes.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__glsl-long-variable-names.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__non-ascii-comments.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__non-ascii.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-256-character-identifier.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-257-character-identifier.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-_webgl-identifier.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-arbitrary-indexing.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-arbitrary-indexing.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-attrib-array.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-attrib-struct.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-clipvertex.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-default-precision.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-default-precision.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-define-line-continuation.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-dfdx-no-ext.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-dfdx.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-error-directive.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-explicit-int-cast.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-float-return-value.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-frag-depth.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-function-recursion.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-glcolor.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-gles-1.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-gles-symbol.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-glprojectionmatrix.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-implicit-vec3-to-vec4-cast.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-include.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-int-return-value.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-invalid-identifier.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-ivec2-return-value.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-ivec3-return-value.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-ivec4-return-value.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-limited-indexing.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-long-line.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-non-ascii-error.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-precision.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-quoted-error.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-undefined-preprocessor-symbol.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-uniform-in-loop-condition.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-vec2-return-value.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-vec3-return-value.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-vec4-return-value.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-version-100.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-version-100.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-version-120.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-version-130.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-with-webgl-identifier.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shader-without-precision.frag.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__shared.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__struct-nesting-exceeds-maximum.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__struct-nesting-under-maximum.html]
[webgl-conformance/_wrappers/test_conformance__glsl__misc__uniform-location-length-limits.html]
[webgl-conformance/_wrappers/test_conformance__glsl__reserved___webgl_field.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__reserved___webgl_function.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__reserved___webgl_struct.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__reserved___webgl_variable.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__reserved__webgl_field.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__reserved__webgl_function.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__reserved__webgl_struct.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__reserved__webgl_variable.vert.html]
[webgl-conformance/_wrappers/test_conformance__glsl__variables__gl-fragcoord.html]
[webgl-conformance/_wrappers/test_conformance__glsl__variables__gl-frontfacing.html]
[webgl-conformance/_wrappers/test_conformance__glsl__variables__gl-pointcoord.html]
[webgl-conformance/_wrappers/test_conformance__limits__gl-min-attribs.html]
[webgl-conformance/_wrappers/test_conformance__limits__gl-max-texture-dimensions.html]
[webgl-conformance/_wrappers/test_conformance__limits__gl-min-textures.html]
[webgl-conformance/_wrappers/test_conformance__limits__gl-min-uniforms.html]
[webgl-conformance/_wrappers/test_conformance__misc__bad-arguments-test.html]
[webgl-conformance/_wrappers/test_conformance__misc__error-reporting.html]
[webgl-conformance/_wrappers/test_conformance__misc__instanceof-test.html]
[webgl-conformance/_wrappers/test_conformance__misc__invalid-passed-params.html]
skip-if = (os == 'android') || (os == 'b2g') || (os == 'linux')
[webgl-conformance/_wrappers/test_conformance__misc__is-object.html]
[webgl-conformance/_wrappers/test_conformance__misc__null-object-behaviour.html]
[webgl-conformance/_wrappers/test_conformance__misc__functions-returning-strings.html]
[webgl-conformance/_wrappers/test_conformance__misc__object-deletion-behaviour.html]
[webgl-conformance/_wrappers/test_conformance__misc__shader-precision-format.html]
[webgl-conformance/_wrappers/test_conformance__misc__type-conversion-test.html]
skip-if = (os == 'android') || (os == 'b2g') || (os == 'linux')
[webgl-conformance/_wrappers/test_conformance__misc__uninitialized-test.html]
skip-if = os == 'android'
[webgl-conformance/_wrappers/test_conformance__misc__webgl-specific.html]
[webgl-conformance/_wrappers/test_conformance__programs__get-active-test.html]
[webgl-conformance/_wrappers/test_conformance__programs__gl-bind-attrib-location-test.html]
[webgl-conformance/_wrappers/test_conformance__programs__gl-get-active-attribute.html]
[webgl-conformance/_wrappers/test_conformance__programs__gl-get-active-uniform.html]
[webgl-conformance/_wrappers/test_conformance__programs__gl-getshadersource.html]
[webgl-conformance/_wrappers/test_conformance__programs__gl-shader-test.html]
[webgl-conformance/_wrappers/test_conformance__programs__invalid-UTF-16.html]
[webgl-conformance/_wrappers/test_conformance__programs__program-test.html]
[webgl-conformance/_wrappers/test_conformance__reading__read-pixels-pack-alignment.html]
[webgl-conformance/_wrappers/test_conformance__reading__read-pixels-test.html]
skip-if = (os == 'android') || (os == 'b2g') || (os == 'linux')
[webgl-conformance/_wrappers/test_conformance__renderbuffers__framebuffer-object-attachment.html]
skip-if = os == 'android'
[webgl-conformance/_wrappers/test_conformance__renderbuffers__framebuffer-test.html]
[webgl-conformance/_wrappers/test_conformance__renderbuffers__renderbuffer-initialization.html]
[webgl-conformance/_wrappers/test_conformance__rendering__draw-arrays-out-of-bounds.html]
[webgl-conformance/_wrappers/test_conformance__rendering__draw-elements-out-of-bounds.html]
[webgl-conformance/_wrappers/test_conformance__rendering__gl-clear.html]
[webgl-conformance/_wrappers/test_conformance__rendering__gl-drawelements.html]
[webgl-conformance/_wrappers/test_conformance__rendering__gl-scissor-test.html]
[webgl-conformance/_wrappers/test_conformance__rendering__more-than-65536-indices.html]
[webgl-conformance/_wrappers/test_conformance__rendering__point-size.html]
[webgl-conformance/_wrappers/test_conformance__rendering__triangle.html]
[webgl-conformance/_wrappers/test_conformance__rendering__line-loop-tri-fan.html]
[webgl-conformance/_wrappers/test_conformance__state__gl-enable-enum-test.html]
[webgl-conformance/_wrappers/test_conformance__state__gl-enum-tests.html]
[webgl-conformance/_wrappers/test_conformance__state__gl-get-calls.html]
[webgl-conformance/_wrappers/test_conformance__state__gl-geterror.html]
[webgl-conformance/_wrappers/test_conformance__state__gl-getstring.html]
[webgl-conformance/_wrappers/test_conformance__state__gl-object-get-calls.html]
[webgl-conformance/_wrappers/test_conformance__textures__compressed-tex-image.html]
[webgl-conformance/_wrappers/test_conformance__textures__copy-tex-image-and-sub-image-2d.html]
[webgl-conformance/_wrappers/test_conformance__textures__gl-pixelstorei.html]
[webgl-conformance/_wrappers/test_conformance__textures__gl-teximage.html]
skip-if = (os == 'android') || (os == 'b2g') || (os == 'linux')
[webgl-conformance/_wrappers/test_conformance__textures__origin-clean-conformance.html]
[webgl-conformance/_wrappers/test_conformance__textures__tex-image-and-sub-image-2d-with-array-buffer-view.html]
[webgl-conformance/_wrappers/test_conformance__textures__tex-image-and-sub-image-2d-with-canvas.html]
[webgl-conformance/_wrappers/test_conformance__textures__tex-image-and-sub-image-2d-with-image-data.html]
[webgl-conformance/_wrappers/test_conformance__textures__tex-image-and-sub-image-2d-with-image.html]
[webgl-conformance/_wrappers/test_conformance__textures__tex-image-and-sub-image-2d-with-video.html]
skip-if = (os == 'android') || (os == 'b2g') || (os == 'linux') || (os == 'win')
[webgl-conformance/_wrappers/test_conformance__textures__tex-image-and-uniform-binding-bugs.html]
skip-if = (os == 'b2g')
[webgl-conformance/_wrappers/test_conformance__textures__tex-image-with-format-and-type.html]
skip-if = (os == 'android') || (os == 'b2g') || (os == 'linux')
[webgl-conformance/_wrappers/test_conformance__textures__tex-image-with-invalid-data.html]
[webgl-conformance/_wrappers/test_conformance__textures__tex-input-validation.html]
skip-if = (os == 'android') || (os == 'b2g') || (os == 'linux')
[webgl-conformance/_wrappers/test_conformance__textures__tex-sub-image-2d-bad-args.html]
[webgl-conformance/_wrappers/test_conformance__textures__tex-sub-image-2d.html]
[webgl-conformance/_wrappers/test_conformance__textures__texparameter-test.html]
[webgl-conformance/_wrappers/test_conformance__textures__texture-active-bind-2.html]
[webgl-conformance/_wrappers/test_conformance__textures__texture-active-bind.html]
[webgl-conformance/_wrappers/test_conformance__textures__texture-complete.html]
[webgl-conformance/_wrappers/test_conformance__textures__texture-formats-test.html]
[webgl-conformance/_wrappers/test_conformance__textures__texture-mips.html]
[webgl-conformance/_wrappers/test_conformance__textures__texture-npot-video.html]
skip-if = (os == 'android') || (os == 'win')
[webgl-conformance/_wrappers/test_conformance__textures__texture-npot.html]
skip-if = os == 'android'
[webgl-conformance/_wrappers/test_conformance__textures__texture-size.html]
skip-if = os == 'android'
[webgl-conformance/_wrappers/test_conformance__textures__texture-size-cube-maps.html]
skip-if = os == 'android'
[webgl-conformance/_wrappers/test_conformance__textures__texture-transparent-pixels-initialized.html]
[webgl-conformance/_wrappers/test_conformance__typedarrays__array-buffer-crash.html]
[webgl-conformance/_wrappers/test_conformance__typedarrays__array-buffer-view-crash.html]
[webgl-conformance/_wrappers/test_conformance__typedarrays__array-unit-tests.html]
[webgl-conformance/_wrappers/test_conformance__uniforms__gl-uniform-arrays.html]
[webgl-conformance/_wrappers/test_conformance__uniforms__gl-uniform-bool.html]
[webgl-conformance/_wrappers/test_conformance__uniforms__gl-uniformmatrix4fv.html]
[webgl-conformance/_wrappers/test_conformance__uniforms__gl-unknown-uniform.html]
[webgl-conformance/_wrappers/test_conformance__uniforms__null-uniform-location.html]
[webgl-conformance/_wrappers/test_conformance__uniforms__uniform-location.html]
[webgl-conformance/_wrappers/test_conformance__uniforms__uniform-samplers-test.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__constants.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__getContext.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__methods.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__quickCheckAPI-A.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__quickCheckAPI-B1.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__quickCheckAPI-B2.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__quickCheckAPI-B3.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__quickCheckAPI-B4.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__quickCheckAPI-C.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__quickCheckAPI-D_G.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__quickCheckAPI-G_I.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__quickCheckAPI-L_S.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__quickCheckAPI-S_V.html]
[webgl-conformance/_wrappers/test_conformance__more__conformance__webGLArrays.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__bindBuffer.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__bindBufferBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__bindFramebufferLeaveNonZero.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__bufferData.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__bufferDataBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__bufferSubData.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__bufferSubDataBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__copyTexImage2D.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__copyTexImage2DBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__copyTexSubImage2D.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__copyTexSubImage2DBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__deleteBufferBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__drawArrays.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__drawArraysOutOfBounds.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__drawElements.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__drawElementsBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__isTests.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__readPixels.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__readPixelsBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__texImage2D.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__texImage2DBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__texImage2DHTML.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__texImage2DHTMLBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__texSubImage2D.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__texSubImage2DBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__texSubImage2DHTML.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__texSubImage2DHTMLBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__uniformf.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__uniformfBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__uniformfArrayLen1.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__uniformi.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__uniformiBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__uniformMatrix.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__uniformMatrixBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__vertexAttrib.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__vertexAttribBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__vertexAttribPointer.html]
[webgl-conformance/_wrappers/test_conformance__more__functions__vertexAttribPointerBadArgs.html]
[webgl-conformance/_wrappers/test_conformance__more__glsl__arrayOutOfBounds.html]
[webgl-conformance/_wrappers/test_conformance__more__glsl__uniformOutOfBounds.html]