[webkit-changes] [WebKit/WebKit] 138bf2: Debug build WebGL tests are slow because they outp...

Kimmo Kinnunen noreply at github.com
Thu Mar 30 23:27:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 138bf2852e8ab88f3a4bcd6418dab1807fa11091
      https://github.com/WebKit/WebKit/commit/138bf2852e8ab88f3a4bcd6418dab1807fa11091
  Author: Kimmo Kinnunen <kkinnunen at apple.com>
  Date:   2023-03-30 (Thu, 30 Mar 2023)

  Changed paths:
    M LayoutTests/http/tests/webgl/1.0.x/conformance/more/functions/readPixelsBadArgs.html
    M LayoutTests/http/tests/webgl/1.0.x/conformance/more/functions/texImage2DHTML.html
    M LayoutTests/http/tests/webgl/1.0.x/conformance/more/functions/texSubImage2DHTML.html
    M LayoutTests/http/tests/webgl/1.0.x/conformance/textures/misc/origin-clean-conformance-offscreencanvas.html
    M LayoutTests/http/tests/webgl/1.0.x/conformance/textures/misc/origin-clean-conformance.html
    M LayoutTests/http/tests/webgl/2.0.y/conformance/more/functions/readPixelsBadArgs.html
    M LayoutTests/http/tests/webgl/2.0.y/conformance/more/functions/texImage2DHTML.html
    M LayoutTests/http/tests/webgl/2.0.y/conformance/more/functions/texSubImage2DHTML.html
    M LayoutTests/http/tests/webgl/2.0.y/conformance/textures/misc/origin-clean-conformance-offscreencanvas.html
    M LayoutTests/http/tests/webgl/2.0.y/conformance/textures/misc/origin-clean-conformance.html
    M LayoutTests/http/tests/webgl/2.0.y/conformance2/textures/misc/origin-clean-conformance-offscreencanvas.html
    M LayoutTests/http/tests/webgl/resources/webkit-webgl-test-harness.js
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-aliasing.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-matrix.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-nonexistent-attribute.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-repeated.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-disabled-vertex-attrib-update.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-disabled-vertex-attrib.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-enable-vertex-attrib.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-matrix-attributes.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-vertex-attrib-context-switch.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-vertex-attrib-render.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-vertex-attrib-unconsumed-out-of-bounds.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-vertex-attrib-zero-issues.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-vertex-attrib.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-vertexattribpointer-offsets.html
    M LayoutTests/webgl/1.0.x/conformance/attribs/gl-vertexattribpointer.html
    M LayoutTests/webgl/1.0.x/conformance/buffers/buffer-bind-test.html
    M LayoutTests/webgl/1.0.x/conformance/buffers/buffer-data-and-buffer-sub-data.html
    M LayoutTests/webgl/1.0.x/conformance/buffers/buffer-data-array-buffer-delete.html
    M LayoutTests/webgl/1.0.x/conformance/buffers/buffer-data-dynamic-delay.html
    M LayoutTests/webgl/1.0.x/conformance/buffers/buffer-uninitialized.html
    M LayoutTests/webgl/1.0.x/conformance/buffers/element-array-buffer-delete-recreate.html
    M LayoutTests/webgl/1.0.x/conformance/buffers/index-validation-copies-indices.html
    M LayoutTests/webgl/1.0.x/conformance/buffers/index-validation-crash-with-buffer-sub-data.html
    M LayoutTests/webgl/1.0.x/conformance/buffers/index-validation-large-buffer.html
    M LayoutTests/webgl/1.0.x/conformance/buffers/index-validation-verifies-too-many-indices.html
    M LayoutTests/webgl/1.0.x/conformance/buffers/index-validation-with-resized-buffer.html
    M LayoutTests/webgl/1.0.x/conformance/buffers/index-validation.html
    M LayoutTests/webgl/1.0.x/conformance/buffers/vertex-buffer-updated-after-draw.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/buffer-offscreen-test.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/buffer-preserve-test.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/canvas-test.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/canvas-zero-size.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/draw-static-webgl-to-multiple-canvas-test.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/draw-webgl-to-canvas-test.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/drawingbuffer-hd-dpi-test.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/drawingbuffer-static-canvas-test.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/drawingbuffer-test.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/framebuffer-bindings-affected-by-to-data-url.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/rapid-resizing.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/render-after-resize-test.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/texture-bindings-unaffected-on-resize.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/to-data-url-after-composite.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/to-data-url-test.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/viewport-unchanged-upon-resize.html
    M LayoutTests/webgl/1.0.x/conformance/canvas/webgl-to-2d-canvas.html
    M LayoutTests/webgl/1.0.x/conformance/context/constants-and-properties.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-attribute-preserve-drawing-buffer-antialias.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-attribute-preserve-drawing-buffer.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-attributes-alpha-depth-stencil-antialias.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-creation-and-destruction.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-creation.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-eviction-with-garbage-collection.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-hidden-alpha.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-lost-restored.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-lost.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-no-alpha-fbo-with-alpha.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-release-upon-reload.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-release-with-workers.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-size-change.html
    M LayoutTests/webgl/1.0.x/conformance/context/context-type-test.html
    M LayoutTests/webgl/1.0.x/conformance/context/deleted-object-behavior.html
    M LayoutTests/webgl/1.0.x/conformance/context/incorrect-context-object-behaviour.html
    M LayoutTests/webgl/1.0.x/conformance/context/methods.html
    M LayoutTests/webgl/1.0.x/conformance/context/premultiplyalpha-test.html
    M LayoutTests/webgl/1.0.x/conformance/context/user-defined-properties-on-context.html
    M LayoutTests/webgl/1.0.x/conformance/context/zero-sized-canvas.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/angle-instanced-arrays-out-of-bounds.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/angle-instanced-arrays.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/ext-blend-minmax.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/ext-color-buffer-half-float.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/ext-disjoint-timer-query.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/ext-float-blend.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/ext-frag-depth.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/ext-polygon-offset-clamp.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/ext-sRGB.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/ext-shader-texture-lod.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/ext-texture-compression-bptc.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/ext-texture-compression-rgtc.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/ext-texture-filter-anisotropic.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/get-extension.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/khr-parallel-shader-compile.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-element-index-uint.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-fbo-render-mipmap.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-standard-derivatives.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-texture-float-linear.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-texture-float-with-canvas.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-texture-float-with-image-data.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-texture-float-with-image.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-texture-float-with-video.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-texture-float.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-texture-half-float-linear.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-texture-half-float-with-canvas.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-texture-half-float-with-image-data.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-texture-half-float-with-image.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-texture-half-float-with-video.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-texture-half-float.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-vertex-array-object-bufferData.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/oes-vertex-array-object.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/s3tc-and-rgtc.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-compressed-texture-astc.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-compressed-texture-etc.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-compressed-texture-etc1.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-compressed-texture-pvrtc.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-compressed-texture-s3tc-srgb.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-compressed-texture-size-limit.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-debug-renderer-info.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-debug-shaders.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-depth-texture.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-draw-buffers-broadcast-return.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-draw-buffers-framebuffer-unsupported.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-draw-buffers-max-draw-buffers.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-draw-buffers.html
    M LayoutTests/webgl/1.0.x/conformance/extensions/webgl-multi-draw.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/angle-ambiguous-function-call.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/angle-constructor-invalid-parameters.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/angle-d3d11-compiler-error.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/angle-dx-variable-bug.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/array-of-struct-with-int-first-position.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/assign-to-swizzled-twice-in-function.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/bool-type-cast-bug-int-float.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/character-set.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/compare-loop-index-to-uniform.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/complex-glsl-does-not-crash.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/compound-assignment-type-combination.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/conditional-discard-in-loop.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/conditional-discard-optimization.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/conditional-texture-fetch.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/constant-precision-qualifier.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/essl3-shaders-with-webgl1.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/floor-div-cos-should-not-truncate.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/floored-division-accuracy.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/fragcoord-linking-bug.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/global-invariant-does-not-leak-across-shaders.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/if-return-and-elseif.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/in-parameter-passed-as-inout-argument-and-global.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/init-array-with-loop.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/invariant-does-not-leak-across-shaders.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/logic-inside-block-without-braces.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/long-expressions-should-not-crash.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/loop-if-loop-gradient.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/modulo-arithmetic-accuracy.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/multiplication-assignment.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/nested-functions-should-not-crash.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/nested-loops-with-break-and-continue.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/nested-sequence-operator.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/pow-of-small-constant-in-user-defined-function.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/pow-with-constant-exponent-should-not-crash.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/qualcomm-crash.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/qualcomm-loop-with-continue-crash.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/sampler-array-struct-function-arg.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/sampler-array-using-loop-index.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/sampler-struct-function-arg.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/sequence-operator-evaluation-order.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/sketchfab-lighting-shader-crash.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/struct-constructor-highp-bug.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/struct-with-single-member-constructor.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/temp-expressions-should-not-crash.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/unary-minus-operator-float-bug.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/undefined-index-should-not-crash.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/uniforms-should-not-lose-values.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/varying-arrays-should-not-be-reversed.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/vector-matrix-constructor-scalarization.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/vector-scalar-arithmetic-inside-loop-complex.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/bugs/vector-scalar-arithmetic-inside-loop.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-bvec2.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-bvec3.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-bvec4.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-ivec2.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-ivec3.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-ivec4.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-mat2.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-mat3.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-mat4.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec-mat-corner-cases.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec-mat-index.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec2.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec3.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec4.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-abs.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-acos.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-asin.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-atan-xy.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-atan.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-ceil.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-clamp-float.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-clamp-gentype.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-cos.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-cross.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-distance.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-dot.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-faceforward.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-floor.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-fract.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-length.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-max-float.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-max-gentype.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-min-float.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-min-gentype.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-mix-float.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-mix-gentype.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-mod-float.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-mod-gentype.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-normalize.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-reflect.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-sign.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-sin.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-smoothstep-float.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-smoothstep-gentype.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-step-float.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function-step-gentype.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/functions/glsl-function.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/add_int_float.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/add_int_mat2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/add_int_mat3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/add_int_mat4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/add_int_vec2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/add_int_vec3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/add_int_vec4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/add_ivec2_vec2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/add_ivec3_vec3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/add_ivec4_vec4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/assign_int_to_float.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/construct_struct.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/divide_int_float.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/divide_int_mat2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/divide_int_mat3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/divide_int_mat4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/divide_int_vec2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/divide_int_vec3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/divide_int_vec4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/divide_ivec2_vec2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/divide_ivec3_vec3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/divide_ivec4_vec4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/equal_int_float.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/equal_ivec2_vec2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/equal_ivec3_vec3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/equal_ivec4_vec4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/function_int_float.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/function_ivec2_vec2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/function_ivec3_vec3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/function_ivec4_vec4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/greater_than.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/greater_than_equal.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/less_than.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/less_than_equal.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/multiply_int_float.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/multiply_int_mat2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/multiply_int_mat3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/multiply_int_mat4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/multiply_int_vec2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/multiply_int_vec3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/multiply_int_vec4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/not_equal_int_float.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/subtract_int_float.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/subtract_int_mat2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/subtract_int_mat3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/subtract_int_mat4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/subtract_int_vec2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/subtract_int_vec3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/subtract_int_vec4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/ternary_int_float.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/literals/float_literal.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/literals/literal_precision.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/literals/overflow_leak.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/matrices/glsl-mat3-construction.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/matrices/glsl-mat4-to-mat3.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/matrices/matrix-compound-multiply.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/attrib-location-length-limits.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/boolean_precision.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/const-variable-initialization.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/embedded-struct-definitions-forbidden.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/empty-declaration.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/empty_main.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/expression-list-in-declarator-initializer.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/fragcolor-fragdata-invariant.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/gl_position_unset.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/global-variable-init.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/glsl-function-nodes.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/glsl-long-variable-names.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/glsl-vertex-branch.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/large-loop-compile.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/local-variable-shadowing-outer-function.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/non-ascii-comments.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/non-ascii.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/re-compile-re-link.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/sampler-operand.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/sequence-operator-returns-constant.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-precision-format-obeyed.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-struct-scope.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-uniform-packing-restrictions.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-varying-packing-restrictions.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-256-character-define.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-256-character-identifier.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-257-character-define.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-257-character-identifier.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-array-of-structs-uniform.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-attrib-array.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-attrib-struct.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-clipvertex.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-comma-assignment.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-comma-conditional-assignment.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-comma-separated-variable-declarations.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-conditional-scoping-negative.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-conditional-scoping.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-default-precision.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-default-precision.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-dfdx.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-do-loop.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-error-directive.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-float-return-value.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-for-loop.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-for-scoping.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-frag-depth.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-function-recursion.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-function-scoped-struct.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-functional-scoping.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-glcolor.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-gles-1.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-gles-symbol.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-hex-int-constant-macro.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-include.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-int-return-value.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-invalid-identifier.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-limited-indexing.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-long-line.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-non-ascii-error.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-non-reserved-words-1-of-8.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-non-reserved-words-2-of-8.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-non-reserved-words-3-of-8.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-non-reserved-words-4-of-8.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-non-reserved-words-5-of-8.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-non-reserved-words-6-of-8.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-non-reserved-words-7-of-8.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-non-reserved-words-8-of-8.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-precision.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-preprocessor-whitespace.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-quoted-error.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-reserved-words.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-short-circuiting-operators.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-similar-uniform-array-names.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-too-many-uniforms.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-two-initializer-types.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-vec2-return-value.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-vec3-return-value.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-vec4-return-value.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-version-100.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-version-100.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-version-120.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-version-130.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-webgl-identifier.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-with-while-loop.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shader-without-precision.frag.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shaders-with-constant-expression-loop-conditions.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shaders-with-invariance.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shaders-with-mis-matching-varyings.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shaders-with-missing-varyings.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shaders-with-name-conflicts.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shaders-with-uniform-structs.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shaders-with-varyings.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/shared.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/struct-as-inout-parameter.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/struct-as-out-parameter.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/struct-assign.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/struct-equals.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/struct-mixed-array-declarators.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/struct-nesting-exceeds-maximum.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/struct-nesting-of-variable-names.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/struct-nesting-under-maximum.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/struct-specifiers-in-uniforms.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/struct-unary-operators.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/ternary-operator-on-arrays.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/ternary-operators-in-global-initializers.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/ternary-operators-in-initializers.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/uniform-location-length-limits.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/misc/uninitialized-local-global-variables.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/preprocessor/comments.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/preprocessor/macro-expansion-tricky.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/reserved/_webgl_field.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/reserved/_webgl_function.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/reserved/_webgl_struct.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/reserved/_webgl_variable.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/reserved/webgl_field.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/reserved/webgl_function.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/reserved/webgl_struct.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/reserved/webgl_variable.vert.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/samplers/glsl-function-texture2d-bias.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/samplers/glsl-function-texture2dlod.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/samplers/glsl-function-texture2dproj.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/samplers/glsl-function-texture2dprojlod.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/variables/gl-fragcoord-xy-values.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/variables/gl-fragcoord.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/variables/gl-fragdata-and-fragcolor.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/variables/gl-frontfacing.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/variables/gl-pointcoord.html
    M LayoutTests/webgl/1.0.x/conformance/glsl/variables/glsl-built-ins.html
    M LayoutTests/webgl/1.0.x/conformance/limits/gl-line-width.html
    M LayoutTests/webgl/1.0.x/conformance/limits/gl-max-texture-dimensions.html
    M LayoutTests/webgl/1.0.x/conformance/limits/gl-min-attribs.html
    M LayoutTests/webgl/1.0.x/conformance/limits/gl-min-textures.html
    M LayoutTests/webgl/1.0.x/conformance/limits/gl-min-uniforms.html
    M LayoutTests/webgl/1.0.x/conformance/misc/bad-arguments-test.html
    M LayoutTests/webgl/1.0.x/conformance/misc/boolean-argument-conversion.html
    M LayoutTests/webgl/1.0.x/conformance/misc/delayed-drawing.html
    M LayoutTests/webgl/1.0.x/conformance/misc/error-reporting.html
    M LayoutTests/webgl/1.0.x/conformance/misc/expando-loss.html
    M LayoutTests/webgl/1.0.x/conformance/misc/functions-returning-strings.html
    M LayoutTests/webgl/1.0.x/conformance/misc/hint.html
    M LayoutTests/webgl/1.0.x/conformance/misc/instanceof-test.html
    M LayoutTests/webgl/1.0.x/conformance/misc/invalid-passed-params.html
    M LayoutTests/webgl/1.0.x/conformance/misc/is-object.html
    M LayoutTests/webgl/1.0.x/conformance/misc/null-object-behaviour.html
    M LayoutTests/webgl/1.0.x/conformance/misc/object-deletion-behaviour.html
    M LayoutTests/webgl/1.0.x/conformance/misc/shader-precision-format.html
    M LayoutTests/webgl/1.0.x/conformance/misc/type-conversion-test.html
    M LayoutTests/webgl/1.0.x/conformance/misc/uninitialized-test.html
    M LayoutTests/webgl/1.0.x/conformance/misc/webgl-specific-stencil-settings.html
    M LayoutTests/webgl/1.0.x/conformance/misc/webgl-specific.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/constants.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/getContext.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/methods.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/quickCheckAPI-A.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/quickCheckAPI-B1.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/quickCheckAPI-B2.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/quickCheckAPI-B3.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/quickCheckAPI-B4.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/quickCheckAPI-C.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/quickCheckAPI-D_G.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/quickCheckAPI-G_I.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/quickCheckAPI-L_S.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/quickCheckAPI-S_V.html
    M LayoutTests/webgl/1.0.x/conformance/more/conformance/webGLArrays.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/bindBuffer.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/bindBufferBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/bindFramebufferLeaveNonZero.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/bufferData.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/bufferDataBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/bufferSubData.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/bufferSubDataBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/copyTexImage2D.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/copyTexImage2DBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/copyTexSubImage2D.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/copyTexSubImage2DBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/deleteBufferBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/drawArrays.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/drawElements.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/isTests.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/isTestsBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/readPixels.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/texImage2D.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/texImage2DBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/texImage2DHTMLBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/texSubImage2D.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/texSubImage2DBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/texSubImage2DHTMLBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/uniformMatrix.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/uniformMatrixBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/uniformf.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/uniformfArrayLen1.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/uniformfBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/uniformi.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/uniformiBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/vertexAttrib.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/vertexAttribBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/vertexAttribPointer.html
    M LayoutTests/webgl/1.0.x/conformance/more/functions/vertexAttribPointerBadArgs.html
    M LayoutTests/webgl/1.0.x/conformance/more/glsl/arrayOutOfBounds.html
    M LayoutTests/webgl/1.0.x/conformance/more/glsl/uniformOutOfBounds.html
    M LayoutTests/webgl/1.0.x/conformance/offscreencanvas/context-attribute-preserve-drawing-buffer.html
    M LayoutTests/webgl/1.0.x/conformance/offscreencanvas/context-creation-worker.html
    M LayoutTests/webgl/1.0.x/conformance/offscreencanvas/context-creation.html
    M LayoutTests/webgl/1.0.x/conformance/offscreencanvas/context-lost-restored-worker.html
    M LayoutTests/webgl/1.0.x/conformance/offscreencanvas/context-lost-restored.html
    M LayoutTests/webgl/1.0.x/conformance/offscreencanvas/context-lost-worker.html
    M LayoutTests/webgl/1.0.x/conformance/offscreencanvas/context-lost.html
    M LayoutTests/webgl/1.0.x/conformance/offscreencanvas/methods-worker.html
    M LayoutTests/webgl/1.0.x/conformance/offscreencanvas/methods.html
    M LayoutTests/webgl/1.0.x/conformance/offscreencanvas/offscreencanvas-resize.html
    M LayoutTests/webgl/1.0.x/conformance/offscreencanvas/offscreencanvas-timer-query.html
    M LayoutTests/webgl/1.0.x/conformance/offscreencanvas/offscreencanvas-transfer-image-bitmap.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/abs/abs_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/acos/acos_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/all/all_001_to_004.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/any/any_001_to_004.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/array/array_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/asin/asin_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/atan/atan_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/atan/atan_009_to_012.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/biConstants/biConstants_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/biConstants/biConstants_009_to_016.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_009_to_016.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_017_to_024.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_025_to_032.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_033_to_040.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_041_to_048.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_049_to_056.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_057_to_064.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_065_to_072.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_073_to_080.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_081_to_088.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_089_to_096.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_097_to_104.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_105_to_112.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_113_to_120.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_121_to_128.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_129_to_136.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_137_to_144.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_145_to_152.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_153_to_160.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_161_to_168.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_169_to_176.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/build/build_177_to_178.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/ceil/ceil_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/clamp/clamp_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/control_flow/control_flow_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/control_flow/control_flow_009_to_010.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/cos/cos_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/cross/cross_001_to_002.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/default/default_001_to_001.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/degrees/degrees_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/discard/discard_001_to_002.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/distance/distance_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/dot/dot_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/equal/equal_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/equal/equal_009_to_012.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/exp/exp_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/exp/exp_009_to_012.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/exp2/exp2_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/exp2/exp2_009_to_012.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/faceforward/faceforward_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/floor/floor_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/fract/fract_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_009_to_016.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_017_to_024.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_025_to_032.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_033_to_040.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_041_to_048.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_049_to_056.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_057_to_064.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_065_to_072.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_073_to_080.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_081_to_088.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_089_to_096.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_097_to_104.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_105_to_112.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_113_to_120.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/functions/functions_121_to_126.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/length/length_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/lessThan/lessThan_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/log/log_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/log/log_009_to_012.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/log2/log2_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/log2/log2_009_to_012.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/mat/mat_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/mat/mat_009_to_016.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/mat/mat_017_to_024.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/mat/mat_025_to_032.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/mat/mat_033_to_040.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/mat/mat_041_to_046.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/mat3/mat3_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/max/max_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/min/min_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/mix/mix_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/mod/mod_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/normalize/normalize_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/not/not_001_to_004.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/notEqual/notEqual_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/notEqual/notEqual_009_to_012.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/operators/operators_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/operators/operators_009_to_016.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/operators/operators_017_to_024.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/operators/operators_025_to_026.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/pow/pow_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/pow/pow_009_to_016.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/pow/pow_017_to_024.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/radians/radians_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/reflect/reflect_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/refract/refract_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/sign/sign_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/sin/sin_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/sqrt/sqrt_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/step/step_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/struct/struct_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/struct/struct_009_to_016.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/struct/struct_017_to_024.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/struct/struct_025_to_032.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/struct/struct_033_to_040.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/struct/struct_041_to_048.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/struct/struct_049_to_056.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/tan/tan_001_to_006.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/vec/vec_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/vec/vec_009_to_016.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/vec/vec_017_to_018.html
    M LayoutTests/webgl/1.0.x/conformance/ogles/GL/vec3/vec3_001_to_008.html
    M LayoutTests/webgl/1.0.x/conformance/programs/get-active-test.html
    M LayoutTests/webgl/1.0.x/conformance/programs/gl-bind-attrib-location-long-names-test.html
    M LayoutTests/webgl/1.0.x/conformance/programs/gl-bind-attrib-location-test.html
    M LayoutTests/webgl/1.0.x/conformance/programs/gl-get-active-attribute.html
    M LayoutTests/webgl/1.0.x/conformance/programs/gl-get-active-uniform.html
    M LayoutTests/webgl/1.0.x/conformance/programs/gl-getshadersource.html
    M LayoutTests/webgl/1.0.x/conformance/programs/gl-shader-test.html
    M LayoutTests/webgl/1.0.x/conformance/programs/invalid-UTF-16.html
    M LayoutTests/webgl/1.0.x/conformance/programs/program-handling.html
    M LayoutTests/webgl/1.0.x/conformance/programs/program-infolog.html
    M LayoutTests/webgl/1.0.x/conformance/programs/program-test.html
    M LayoutTests/webgl/1.0.x/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html
    M LayoutTests/webgl/1.0.x/conformance/reading/fbo-remains-unchanged-after-read-pixels.html
    M LayoutTests/webgl/1.0.x/conformance/reading/read-pixels-pack-alignment.html
    M LayoutTests/webgl/1.0.x/conformance/reading/read-pixels-test.html
    M LayoutTests/webgl/1.0.x/conformance/renderbuffers/depth-renderbuffer-initialization.html
    M LayoutTests/webgl/1.0.x/conformance/renderbuffers/feedback-loop.html
    M LayoutTests/webgl/1.0.x/conformance/renderbuffers/framebuffer-object-attachment.html
    M LayoutTests/webgl/1.0.x/conformance/renderbuffers/framebuffer-state-restoration.html
    M LayoutTests/webgl/1.0.x/conformance/renderbuffers/framebuffer-test.html
    M LayoutTests/webgl/1.0.x/conformance/renderbuffers/renderbuffer-initialization.html
    M LayoutTests/webgl/1.0.x/conformance/renderbuffers/stencil-renderbuffer-initialization.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/bind-framebuffer-flush-bug.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/blending.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/canvas-alpha-bug.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/clear-after-copyTexImage2D.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/clear-default-framebuffer-with-scissor-test.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/clipping-wide-points.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/color-mask-preserved-during-implicit-clears.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/color-mask-should-not-affect-antialiased-framebuffer-resolution.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/culling.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/default-texture-draw-bug.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/draw-arrays-out-of-bounds.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/draw-elements-out-of-bounds.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/draw-webgl-to-canvas-2d-repeatedly.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/draw-with-changing-start-vertex-bug.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/framebuffer-switch.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/framebuffer-texture-clear.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/framebuffer-texture-switch.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/gl-clear.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/gl-drawarrays.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/gl-drawelements.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/gl-scissor-canvas-dimensions.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/gl-scissor-fbo-test.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/gl-scissor-test.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/gl-viewport-test.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/line-loop-tri-fan.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/line-rendering-quality.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/many-draw-calls.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/more-than-65536-indices.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/multisample-corruption.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/negative-one-index.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/out-of-bounds-array-buffers.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/out-of-bounds-index-buffers.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/point-no-attributes.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/point-size.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/point-specific-shader-variables.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/point-with-gl-pointcoord-in-fragment-shader.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/polygon-offset.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/preservedrawingbuffer-leak.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/rendering-sampling-feedback-loop.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/rendering-stencil-large-viewport.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/scissor-rect-repeated-rendering.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/simple.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/texture-switch-performance.html
    M LayoutTests/webgl/1.0.x/conformance/rendering/triangle.html
    M LayoutTests/webgl/1.0.x/conformance/state/fb-attach-implicit-target-assignment.html
    M LayoutTests/webgl/1.0.x/conformance/state/gl-enable-enum-test.html
    M LayoutTests/webgl/1.0.x/conformance/state/gl-enum-tests.html
    M LayoutTests/webgl/1.0.x/conformance/state/gl-get-calls.html
    M LayoutTests/webgl/1.0.x/conformance/state/gl-geterror.html
    M LayoutTests/webgl/1.0.x/conformance/state/gl-getstring.html
    M LayoutTests/webgl/1.0.x/conformance/state/gl-initial-state.html
    M LayoutTests/webgl/1.0.x/conformance/state/gl-object-get-calls.html
    M LayoutTests/webgl/1.0.x/conformance/state/state-uneffected-after-compositing.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_data/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_data/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_data/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_data/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/1.0.x/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/canvas-teximage-after-multiple-drawimages.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/compressed-tex-image.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/copy-tex-image-2d-formats.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/copy-tex-image-and-sub-image-2d.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/copy-tex-image-crash.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/copytexsubimage2d-large-partial-copy-corruption.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/copytexsubimage2d-subrects.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/cube-incomplete-fbo.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/cube-map-uploads-out-of-order.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/default-texture.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/exif-orientation.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/format-filterable-renderable.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/gl-get-tex-parameter.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/gl-pixelstorei.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/gl-teximage.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/mipmap-fbo.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/png-image-types.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/tex-image-and-sub-image-2d-with-array-buffer-view.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/tex-image-and-uniform-binding-bugs.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/tex-image-canvas-corruption.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/tex-image-webgl.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/tex-image-with-format-and-type.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/tex-image-with-invalid-data.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/tex-input-validation.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/tex-sub-image-2d-bad-args.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/tex-sub-image-2d.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/tex-video-using-tex-unit-non-zero.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texparameter-test.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-active-bind-2.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-active-bind.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-attachment-formats.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-clear.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-complete.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-copying-and-deletion.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-copying-feedback-loops.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-corner-case-videos.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-cube-as-fbo-attachment.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-draw-with-2d-and-cube.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-fakeblack.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-formats-test.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-hd-dpi.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-mips.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-npot-video.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-npot.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-size-cube-maps.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-size-limit.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-size.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-srgb-upload.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-sub-image-cube-maps.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-transparent-pixels-initialized.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-upload-cube-maps.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-upload-size.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-video-transparent.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/texture-with-flip-y-and-premultiply-alpha.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/upload-from-srcset-with-empty-data.html
    M LayoutTests/webgl/1.0.x/conformance/textures/misc/video-rotation.html
    M LayoutTests/webgl/1.0.x/conformance/textures/svg_image/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/svg_image/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/svg_image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/1.0.x/conformance/textures/video/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/video/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/video/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/1.0.x/conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/1.0.x/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/1.0.x/conformance/typedarrays/array-buffer-crash.html
    M LayoutTests/webgl/1.0.x/conformance/typedarrays/array-buffer-view-crash.html
    M LayoutTests/webgl/1.0.x/conformance/typedarrays/array-large-array-tests.html
    M LayoutTests/webgl/1.0.x/conformance/typedarrays/array-unit-tests.html
    M LayoutTests/webgl/1.0.x/conformance/typedarrays/data-view-crash.html
    M LayoutTests/webgl/1.0.x/conformance/typedarrays/data-view-test.html
    M LayoutTests/webgl/1.0.x/conformance/typedarrays/typed-arrays-in-workers.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/gl-get-uniform-non-current-program.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/gl-uniform-arrays.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/gl-uniform-bool.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/gl-uniformmatrix4fv.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/gl-unknown-uniform.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-00.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-01.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-02.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-03.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-04.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-05.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-06.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-07.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-08.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-09.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-10.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-11.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-12.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-13.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-14.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-15.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-16.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-17.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/null-uniform-location.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/out-of-bounds-uniform-array-access.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/uniform-default-values.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/uniform-location.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/uniform-samplers-test.html
    M LayoutTests/webgl/1.0.x/conformance/uniforms/uniform-values-per-program.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/conditionals.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/constant_expressions.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/constants.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/conversions_matrix_combine.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/conversions_matrix_to_matrix.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/conversions_scalar_to_matrix.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/conversions_scalar_to_scalar.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/conversions_scalar_to_vector.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/conversions_vector_combine.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/conversions_vector_illegal.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/conversions_vector_to_scalar.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/conversions_vector_to_vector.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/declarations.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/fragdata.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/functions.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/invalid_texture_functions.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/keywords.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/linkage.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/preprocessor.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/qualification_order.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/reserved_operators.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/scoping.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/swizzles_bvec2.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/swizzles_bvec3.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/swizzles_bvec4.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/swizzles_ivec2.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/swizzles_ivec3.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/swizzles_ivec4.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/swizzles_vec2.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/swizzles_vec3.html
    M LayoutTests/webgl/1.0.x/deqp/data/gles2/shaders/swizzles_vec4.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-bindAttribLocation-aliasing.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-bindAttribLocation-matrix.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-bindAttribLocation-nonexistent-attribute.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-bindAttribLocation-repeated.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-disabled-vertex-attrib-update.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-disabled-vertex-attrib.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-enable-vertex-attrib.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-matrix-attributes.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-vertex-attrib-context-switch.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-vertex-attrib-render.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-vertex-attrib-unconsumed-out-of-bounds.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-vertex-attrib-zero-issues.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-vertexattribpointer-offsets.html
    M LayoutTests/webgl/2.0.y/conformance/attribs/gl-vertexattribpointer.html
    M LayoutTests/webgl/2.0.y/conformance/buffers/buffer-bind-test.html
    M LayoutTests/webgl/2.0.y/conformance/buffers/buffer-data-and-buffer-sub-data.html
    M LayoutTests/webgl/2.0.y/conformance/buffers/buffer-data-array-buffer-delete.html
    M LayoutTests/webgl/2.0.y/conformance/buffers/buffer-data-dynamic-delay.html
    M LayoutTests/webgl/2.0.y/conformance/buffers/buffer-uninitialized.html
    M LayoutTests/webgl/2.0.y/conformance/buffers/element-array-buffer-delete-recreate.html
    M LayoutTests/webgl/2.0.y/conformance/buffers/index-validation-copies-indices.html
    M LayoutTests/webgl/2.0.y/conformance/buffers/index-validation-crash-with-buffer-sub-data.html
    M LayoutTests/webgl/2.0.y/conformance/buffers/index-validation-large-buffer.html
    M LayoutTests/webgl/2.0.y/conformance/buffers/index-validation-verifies-too-many-indices.html
    M LayoutTests/webgl/2.0.y/conformance/buffers/index-validation-with-resized-buffer.html
    M LayoutTests/webgl/2.0.y/conformance/buffers/index-validation.html
    M LayoutTests/webgl/2.0.y/conformance/buffers/vertex-buffer-updated-after-draw.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/buffer-offscreen-test.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/buffer-preserve-test.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/canvas-test.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/canvas-zero-size.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/draw-static-webgl-to-multiple-canvas-test.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/draw-webgl-to-canvas-test.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/drawingbuffer-hd-dpi-test.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/drawingbuffer-static-canvas-test.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/drawingbuffer-test.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/framebuffer-bindings-affected-by-to-data-url.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/rapid-resizing.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/render-after-resize-test.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/texture-bindings-unaffected-on-resize.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/to-data-url-after-composite.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/to-data-url-test.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/viewport-unchanged-upon-resize.html
    M LayoutTests/webgl/2.0.y/conformance/canvas/webgl-to-2d-canvas.html
    M LayoutTests/webgl/2.0.y/conformance/context/context-attribute-preserve-drawing-buffer-antialias.html
    M LayoutTests/webgl/2.0.y/conformance/context/context-attribute-preserve-drawing-buffer.html
    M LayoutTests/webgl/2.0.y/conformance/context/context-attributes-alpha-depth-stencil-antialias.html
    M LayoutTests/webgl/2.0.y/conformance/context/context-creation-and-destruction.html
    M LayoutTests/webgl/2.0.y/conformance/context/context-creation.html
    M LayoutTests/webgl/2.0.y/conformance/context/context-eviction-with-garbage-collection.html
    M LayoutTests/webgl/2.0.y/conformance/context/context-hidden-alpha.html
    M LayoutTests/webgl/2.0.y/conformance/context/context-lost-restored.html
    M LayoutTests/webgl/2.0.y/conformance/context/context-lost.html
    M LayoutTests/webgl/2.0.y/conformance/context/context-no-alpha-fbo-with-alpha.html
    M LayoutTests/webgl/2.0.y/conformance/context/context-release-upon-reload.html
    M LayoutTests/webgl/2.0.y/conformance/context/context-release-with-workers.html
    M LayoutTests/webgl/2.0.y/conformance/context/context-size-change.html
    M LayoutTests/webgl/2.0.y/conformance/context/deleted-object-behavior.html
    M LayoutTests/webgl/2.0.y/conformance/context/incorrect-context-object-behaviour.html
    M LayoutTests/webgl/2.0.y/conformance/context/premultiplyalpha-test.html
    M LayoutTests/webgl/2.0.y/conformance/context/user-defined-properties-on-context.html
    M LayoutTests/webgl/2.0.y/conformance/context/zero-sized-canvas.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/ext-color-buffer-half-float.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/ext-disjoint-timer-query.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/ext-float-blend.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/ext-polygon-offset-clamp.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/ext-texture-compression-bptc.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/ext-texture-compression-rgtc.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/ext-texture-filter-anisotropic.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/get-extension.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/khr-parallel-shader-compile.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/oes-texture-float-linear.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/s3tc-and-rgtc.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/webgl-compressed-texture-astc.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/webgl-compressed-texture-etc.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/webgl-compressed-texture-etc1.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/webgl-compressed-texture-pvrtc.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/webgl-compressed-texture-s3tc-srgb.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/webgl-compressed-texture-size-limit.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/webgl-debug-renderer-info.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/webgl-debug-shaders.html
    M LayoutTests/webgl/2.0.y/conformance/extensions/webgl-multi-draw.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/angle-ambiguous-function-call.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/angle-constructor-invalid-parameters.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/angle-d3d11-compiler-error.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/angle-dx-variable-bug.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/array-of-struct-with-int-first-position.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/assign-to-swizzled-twice-in-function.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/bool-type-cast-bug-int-float.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/character-set.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/compare-loop-index-to-uniform.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/complex-glsl-does-not-crash.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/compound-assignment-type-combination.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/conditional-discard-in-loop.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/conditional-discard-optimization.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/conditional-texture-fetch.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/constant-precision-qualifier.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/floor-div-cos-should-not-truncate.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/floored-division-accuracy.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/fragcoord-linking-bug.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/global-invariant-does-not-leak-across-shaders.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/if-return-and-elseif.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/in-parameter-passed-as-inout-argument-and-global.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/init-array-with-loop.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/invariant-does-not-leak-across-shaders.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/logic-inside-block-without-braces.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/long-expressions-should-not-crash.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/loop-if-loop-gradient.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/modulo-arithmetic-accuracy.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/multiplication-assignment.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/nested-functions-should-not-crash.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/nested-loops-with-break-and-continue.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/nested-sequence-operator.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/pow-of-small-constant-in-user-defined-function.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/pow-with-constant-exponent-should-not-crash.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/qualcomm-crash.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/qualcomm-loop-with-continue-crash.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/sampler-array-struct-function-arg.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/sampler-array-using-loop-index.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/sampler-struct-function-arg.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/sequence-operator-evaluation-order.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/sketchfab-lighting-shader-crash.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/struct-constructor-highp-bug.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/struct-with-single-member-constructor.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/temp-expressions-should-not-crash.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/unary-minus-operator-float-bug.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/undefined-index-should-not-crash.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/uniforms-should-not-lose-values.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/varying-arrays-should-not-be-reversed.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/vector-matrix-constructor-scalarization.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/vector-scalar-arithmetic-inside-loop-complex.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/bugs/vector-scalar-arithmetic-inside-loop.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-bvec2.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-bvec3.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-bvec4.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-ivec2.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-ivec3.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-ivec4.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-mat2.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-mat3.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-mat4.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec-mat-corner-cases.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec-mat-index.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec2.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec3.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec4.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-abs.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-acos.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-asin.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-atan-xy.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-atan.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-ceil.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-clamp-float.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-clamp-gentype.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-cos.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-cross.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-distance.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-dot.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-faceforward.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-floor.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-fract.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-length.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-max-float.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-max-gentype.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-min-float.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-min-gentype.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-mix-float.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-mix-gentype.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-mod-float.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-mod-gentype.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-normalize.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-reflect.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-sign.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-sin.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-smoothstep-float.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-smoothstep-gentype.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-step-float.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function-step-gentype.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/functions/glsl-function.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/add_int_float.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/add_int_mat2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/add_int_mat3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/add_int_mat4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/add_int_vec2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/add_int_vec3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/add_int_vec4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/add_ivec2_vec2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/add_ivec3_vec3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/add_ivec4_vec4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/assign_int_to_float.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/construct_struct.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/divide_int_float.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/divide_int_mat2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/divide_int_mat3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/divide_int_mat4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/divide_int_vec2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/divide_int_vec3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/divide_int_vec4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/divide_ivec2_vec2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/divide_ivec3_vec3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/divide_ivec4_vec4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/equal_int_float.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/equal_ivec2_vec2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/equal_ivec3_vec3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/equal_ivec4_vec4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/function_int_float.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/function_ivec2_vec2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/function_ivec3_vec3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/function_ivec4_vec4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/greater_than.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/greater_than_equal.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/less_than.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/less_than_equal.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/multiply_int_float.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/multiply_int_mat2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/multiply_int_mat3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/multiply_int_mat4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/multiply_int_vec2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/multiply_int_vec3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/multiply_int_vec4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/not_equal_int_float.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/subtract_int_float.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/subtract_int_mat2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/subtract_int_mat3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/subtract_int_mat4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/subtract_int_vec2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/subtract_int_vec3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/subtract_int_vec4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/ternary_int_float.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/literals/float_literal.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/literals/literal_precision.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/literals/overflow_leak.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/matrices/glsl-mat3-construction.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/matrices/glsl-mat4-to-mat3.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/matrices/matrix-compound-multiply.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/boolean_precision.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/const-variable-initialization.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/embedded-struct-definitions-forbidden.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/empty-declaration.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/empty_main.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/expression-list-in-declarator-initializer.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/fragcolor-fragdata-invariant.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/gl_position_unset.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/global-variable-init.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/glsl-function-nodes.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/glsl-long-variable-names.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/glsl-vertex-branch.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/large-loop-compile.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/local-variable-shadowing-outer-function.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/non-ascii-comments.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/non-ascii.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/re-compile-re-link.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/sampler-operand.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/sequence-operator-returns-constant.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-precision-format-obeyed.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-struct-scope.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-uniform-packing-restrictions.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-varying-packing-restrictions.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-256-character-define.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-256-character-identifier.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-array-of-structs-uniform.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-attrib-array.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-attrib-struct.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-clipvertex.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-comma-assignment.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-comma-conditional-assignment.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-comma-separated-variable-declarations.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-conditional-scoping-negative.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-conditional-scoping.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-default-precision.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-default-precision.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-dfdx.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-do-loop.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-error-directive.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-float-return-value.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-for-loop.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-for-scoping.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-frag-depth.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-function-recursion.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-function-scoped-struct.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-functional-scoping.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-glcolor.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-gles-1.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-gles-symbol.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-hex-int-constant-macro.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-include.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-int-return-value.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-invalid-identifier.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-limited-indexing.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-long-line.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-non-ascii-error.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-non-reserved-words-1-of-8.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-non-reserved-words-2-of-8.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-non-reserved-words-3-of-8.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-non-reserved-words-4-of-8.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-non-reserved-words-5-of-8.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-non-reserved-words-6-of-8.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-non-reserved-words-7-of-8.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-non-reserved-words-8-of-8.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-precision.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-preprocessor-whitespace.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-quoted-error.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-reserved-words.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-short-circuiting-operators.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-similar-uniform-array-names.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-too-many-uniforms.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-two-initializer-types.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-vec2-return-value.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-vec3-return-value.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-vec4-return-value.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-version-100.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-version-100.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-version-120.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-version-130.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-webgl-identifier.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-with-while-loop.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shader-without-precision.frag.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shaders-with-constant-expression-loop-conditions.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shaders-with-invariance.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shaders-with-mis-matching-varyings.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shaders-with-missing-varyings.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shaders-with-name-conflicts.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shaders-with-uniform-structs.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shaders-with-varyings.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/shared.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/struct-as-inout-parameter.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/struct-as-out-parameter.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/struct-assign.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/struct-equals.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/struct-mixed-array-declarators.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/struct-nesting-exceeds-maximum.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/struct-nesting-of-variable-names.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/struct-nesting-under-maximum.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/struct-specifiers-in-uniforms.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/struct-unary-operators.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/ternary-operator-on-arrays.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/ternary-operators-in-global-initializers.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/ternary-operators-in-initializers.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/misc/uninitialized-local-global-variables.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/preprocessor/comments.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/preprocessor/macro-expansion-tricky.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/reserved/_webgl_field.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/reserved/_webgl_function.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/reserved/_webgl_struct.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/reserved/_webgl_variable.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/reserved/webgl_field.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/reserved/webgl_function.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/reserved/webgl_struct.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/reserved/webgl_variable.vert.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/samplers/glsl-function-texture2d-bias.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/samplers/glsl-function-texture2dlod.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/samplers/glsl-function-texture2dproj.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/samplers/glsl-function-texture2dprojlod.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/variables/gl-fragcoord-xy-values.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/variables/gl-fragcoord.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/variables/gl-fragdata-and-fragcolor.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/variables/gl-frontfacing.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/variables/gl-pointcoord.html
    M LayoutTests/webgl/2.0.y/conformance/glsl/variables/glsl-built-ins.html
    M LayoutTests/webgl/2.0.y/conformance/limits/gl-line-width.html
    M LayoutTests/webgl/2.0.y/conformance/limits/gl-max-texture-dimensions.html
    M LayoutTests/webgl/2.0.y/conformance/limits/gl-min-attribs.html
    M LayoutTests/webgl/2.0.y/conformance/limits/gl-min-textures.html
    M LayoutTests/webgl/2.0.y/conformance/limits/gl-min-uniforms.html
    M LayoutTests/webgl/2.0.y/conformance/misc/bad-arguments-test.html
    M LayoutTests/webgl/2.0.y/conformance/misc/boolean-argument-conversion.html
    M LayoutTests/webgl/2.0.y/conformance/misc/delayed-drawing.html
    M LayoutTests/webgl/2.0.y/conformance/misc/error-reporting.html
    M LayoutTests/webgl/2.0.y/conformance/misc/expando-loss.html
    M LayoutTests/webgl/2.0.y/conformance/misc/functions-returning-strings.html
    M LayoutTests/webgl/2.0.y/conformance/misc/hint.html
    M LayoutTests/webgl/2.0.y/conformance/misc/invalid-passed-params.html
    M LayoutTests/webgl/2.0.y/conformance/misc/is-object.html
    M LayoutTests/webgl/2.0.y/conformance/misc/null-object-behaviour.html
    M LayoutTests/webgl/2.0.y/conformance/misc/object-deletion-behaviour.html
    M LayoutTests/webgl/2.0.y/conformance/misc/shader-precision-format.html
    M LayoutTests/webgl/2.0.y/conformance/misc/type-conversion-test.html
    M LayoutTests/webgl/2.0.y/conformance/misc/uninitialized-test.html
    M LayoutTests/webgl/2.0.y/conformance/misc/webgl-specific-stencil-settings.html
    M LayoutTests/webgl/2.0.y/conformance/misc/webgl-specific.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/constants.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/getContext.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/methods.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/quickCheckAPI-A.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/quickCheckAPI-B1.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/quickCheckAPI-B2.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/quickCheckAPI-B3.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/quickCheckAPI-B4.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/quickCheckAPI-C.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/quickCheckAPI-D_G.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/quickCheckAPI-G_I.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/quickCheckAPI-L_S.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/quickCheckAPI-S_V.html
    M LayoutTests/webgl/2.0.y/conformance/more/conformance/webGLArrays.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/bindBuffer.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/bindBufferBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/bindFramebufferLeaveNonZero.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/bufferData.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/bufferDataBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/bufferSubData.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/bufferSubDataBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/copyTexImage2D.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/copyTexImage2DBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/copyTexSubImage2D.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/copyTexSubImage2DBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/deleteBufferBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/drawArrays.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/drawElements.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/isTests.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/isTestsBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/readPixels.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/texImage2D.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/texImage2DBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/texImage2DHTMLBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/texSubImage2D.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/texSubImage2DBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/texSubImage2DHTMLBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/uniformMatrix.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/uniformMatrixBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/uniformf.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/uniformfArrayLen1.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/uniformfBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/uniformi.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/uniformiBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/vertexAttrib.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/vertexAttribBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/vertexAttribPointer.html
    M LayoutTests/webgl/2.0.y/conformance/more/functions/vertexAttribPointerBadArgs.html
    M LayoutTests/webgl/2.0.y/conformance/more/glsl/arrayOutOfBounds.html
    M LayoutTests/webgl/2.0.y/conformance/more/glsl/uniformOutOfBounds.html
    M LayoutTests/webgl/2.0.y/conformance/offscreencanvas/context-attribute-preserve-drawing-buffer.html
    M LayoutTests/webgl/2.0.y/conformance/offscreencanvas/context-creation-worker.html
    M LayoutTests/webgl/2.0.y/conformance/offscreencanvas/context-creation.html
    M LayoutTests/webgl/2.0.y/conformance/offscreencanvas/context-lost-restored-worker.html
    M LayoutTests/webgl/2.0.y/conformance/offscreencanvas/context-lost-restored.html
    M LayoutTests/webgl/2.0.y/conformance/offscreencanvas/context-lost-worker.html
    M LayoutTests/webgl/2.0.y/conformance/offscreencanvas/context-lost.html
    M LayoutTests/webgl/2.0.y/conformance/offscreencanvas/methods-worker.html
    M LayoutTests/webgl/2.0.y/conformance/offscreencanvas/methods.html
    M LayoutTests/webgl/2.0.y/conformance/offscreencanvas/offscreencanvas-resize.html
    M LayoutTests/webgl/2.0.y/conformance/offscreencanvas/offscreencanvas-timer-query.html
    M LayoutTests/webgl/2.0.y/conformance/offscreencanvas/offscreencanvas-transfer-image-bitmap.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/abs/abs_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/acos/acos_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/all/all_001_to_004.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/any/any_001_to_004.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/array/array_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/asin/asin_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/atan/atan_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/atan/atan_009_to_012.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/biConstants/biConstants_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/biConstants/biConstants_009_to_016.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_009_to_016.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_017_to_024.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_025_to_032.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_033_to_040.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_041_to_048.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_049_to_056.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_057_to_064.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_065_to_072.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_073_to_080.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_081_to_088.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_089_to_096.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_097_to_104.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_105_to_112.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_113_to_120.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_121_to_128.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_129_to_136.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_137_to_144.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_145_to_152.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_153_to_160.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_161_to_168.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_169_to_176.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/build/build_177_to_178.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/ceil/ceil_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/clamp/clamp_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/control_flow/control_flow_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/control_flow/control_flow_009_to_010.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/cos/cos_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/cross/cross_001_to_002.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/default/default_001_to_001.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/degrees/degrees_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/discard/discard_001_to_002.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/distance/distance_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/dot/dot_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/equal/equal_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/equal/equal_009_to_012.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/exp/exp_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/exp/exp_009_to_012.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/exp2/exp2_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/exp2/exp2_009_to_012.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/faceforward/faceforward_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/floor/floor_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/fract/fract_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_009_to_016.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_017_to_024.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_025_to_032.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_033_to_040.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_041_to_048.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_049_to_056.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_057_to_064.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_065_to_072.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_073_to_080.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_081_to_088.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_089_to_096.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_097_to_104.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_105_to_112.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_113_to_120.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/functions/functions_121_to_126.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/length/length_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/lessThan/lessThan_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/log/log_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/log/log_009_to_012.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/log2/log2_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/log2/log2_009_to_012.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/mat/mat_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/mat/mat_009_to_016.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/mat/mat_017_to_024.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/mat/mat_025_to_032.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/mat/mat_033_to_040.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/mat/mat_041_to_046.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/mat3/mat3_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/max/max_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/min/min_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/mix/mix_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/mod/mod_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/normalize/normalize_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/not/not_001_to_004.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/notEqual/notEqual_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/notEqual/notEqual_009_to_012.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/operators/operators_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/operators/operators_009_to_016.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/operators/operators_017_to_024.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/operators/operators_025_to_026.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/pow/pow_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/pow/pow_009_to_016.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/pow/pow_017_to_024.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/radians/radians_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/reflect/reflect_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/refract/refract_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/sign/sign_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/sin/sin_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/sqrt/sqrt_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/step/step_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/struct/struct_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/struct/struct_009_to_016.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/struct/struct_017_to_024.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/struct/struct_025_to_032.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/struct/struct_033_to_040.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/struct/struct_041_to_048.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/struct/struct_049_to_056.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/tan/tan_001_to_006.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/vec/vec_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/vec/vec_009_to_016.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/vec/vec_017_to_018.html
    M LayoutTests/webgl/2.0.y/conformance/ogles/GL/vec3/vec3_001_to_008.html
    M LayoutTests/webgl/2.0.y/conformance/programs/get-active-test.html
    M LayoutTests/webgl/2.0.y/conformance/programs/gl-bind-attrib-location-long-names-test.html
    M LayoutTests/webgl/2.0.y/conformance/programs/gl-bind-attrib-location-test.html
    M LayoutTests/webgl/2.0.y/conformance/programs/gl-get-active-attribute.html
    M LayoutTests/webgl/2.0.y/conformance/programs/gl-get-active-uniform.html
    M LayoutTests/webgl/2.0.y/conformance/programs/gl-getshadersource.html
    M LayoutTests/webgl/2.0.y/conformance/programs/gl-shader-test.html
    M LayoutTests/webgl/2.0.y/conformance/programs/invalid-UTF-16.html
    M LayoutTests/webgl/2.0.y/conformance/programs/program-handling.html
    M LayoutTests/webgl/2.0.y/conformance/programs/program-infolog.html
    M LayoutTests/webgl/2.0.y/conformance/programs/program-test.html
    M LayoutTests/webgl/2.0.y/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html
    M LayoutTests/webgl/2.0.y/conformance/reading/fbo-remains-unchanged-after-read-pixels.html
    M LayoutTests/webgl/2.0.y/conformance/reading/read-pixels-pack-alignment.html
    M LayoutTests/webgl/2.0.y/conformance/reading/read-pixels-test.html
    M LayoutTests/webgl/2.0.y/conformance/renderbuffers/depth-renderbuffer-initialization.html
    M LayoutTests/webgl/2.0.y/conformance/renderbuffers/feedback-loop.html
    M LayoutTests/webgl/2.0.y/conformance/renderbuffers/framebuffer-state-restoration.html
    M LayoutTests/webgl/2.0.y/conformance/renderbuffers/renderbuffer-initialization.html
    M LayoutTests/webgl/2.0.y/conformance/renderbuffers/stencil-renderbuffer-initialization.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/bind-framebuffer-flush-bug.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/blending.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/canvas-alpha-bug.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/clear-after-copyTexImage2D.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/clear-default-framebuffer-with-scissor-test.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/color-mask-preserved-during-implicit-clears.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/color-mask-should-not-affect-antialiased-framebuffer-resolution.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/culling.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/default-texture-draw-bug.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/draw-arrays-out-of-bounds.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/draw-elements-out-of-bounds.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/draw-webgl-to-canvas-2d-repeatedly.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/draw-with-changing-start-vertex-bug.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/framebuffer-switch.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/framebuffer-texture-clear.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/framebuffer-texture-switch.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/gl-clear.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/gl-drawarrays.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/gl-drawelements.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/gl-scissor-canvas-dimensions.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/gl-scissor-fbo-test.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/gl-scissor-test.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/gl-viewport-test.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/line-loop-tri-fan.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/line-rendering-quality.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/many-draw-calls.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/more-than-65536-indices.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/multisample-corruption.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/negative-one-index.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/out-of-bounds-array-buffers.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/out-of-bounds-index-buffers.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/point-no-attributes.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/point-size.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/point-specific-shader-variables.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/point-with-gl-pointcoord-in-fragment-shader.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/polygon-offset.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/preservedrawingbuffer-leak.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/rendering-sampling-feedback-loop.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/rendering-stencil-large-viewport.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/scissor-rect-repeated-rendering.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/simple.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/texture-switch-performance.html
    M LayoutTests/webgl/2.0.y/conformance/rendering/triangle.html
    M LayoutTests/webgl/2.0.y/conformance/state/fb-attach-implicit-target-assignment.html
    M LayoutTests/webgl/2.0.y/conformance/state/gl-enable-enum-test.html
    M LayoutTests/webgl/2.0.y/conformance/state/gl-get-calls.html
    M LayoutTests/webgl/2.0.y/conformance/state/gl-geterror.html
    M LayoutTests/webgl/2.0.y/conformance/state/gl-initial-state.html
    M LayoutTests/webgl/2.0.y/conformance/state/state-uneffected-after-compositing.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_data/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_data/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_data/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_data/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/canvas-teximage-after-multiple-drawimages.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/copy-tex-image-2d-formats.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/copy-tex-image-and-sub-image-2d.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/copy-tex-image-crash.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/copytexsubimage2d-large-partial-copy-corruption.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/copytexsubimage2d-subrects.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/cube-incomplete-fbo.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/cube-map-uploads-out-of-order.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/default-texture.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/exif-orientation.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/format-filterable-renderable.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/gl-pixelstorei.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/gl-teximage.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/mipmap-fbo.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/png-image-types.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/tex-image-and-sub-image-2d-with-array-buffer-view.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/tex-image-and-uniform-binding-bugs.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/tex-image-canvas-corruption.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/tex-image-webgl.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/tex-image-with-format-and-type.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/tex-image-with-invalid-data.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/tex-sub-image-2d-bad-args.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/tex-sub-image-2d.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/tex-video-using-tex-unit-non-zero.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texparameter-test.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-active-bind-2.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-active-bind.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-attachment-formats.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-clear.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-complete.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-copying-and-deletion.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-copying-feedback-loops.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-corner-case-videos.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-cube-as-fbo-attachment.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-draw-with-2d-and-cube.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-hd-dpi.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-mips.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-size-cube-maps.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-size-limit.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-size.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-srgb-upload.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-sub-image-cube-maps.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-transparent-pixels-initialized.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-upload-cube-maps.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-upload-size.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-video-transparent.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/texture-with-flip-y-and-premultiply-alpha.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/upload-from-srcset-with-empty-data.html
    M LayoutTests/webgl/2.0.y/conformance/textures/misc/video-rotation.html
    M LayoutTests/webgl/2.0.y/conformance/textures/svg_image/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/svg_image/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/svg_image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance/textures/video/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/video/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/video/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-alpha-alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-luminance-luminance-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance/typedarrays/array-buffer-crash.html
    M LayoutTests/webgl/2.0.y/conformance/typedarrays/array-buffer-view-crash.html
    M LayoutTests/webgl/2.0.y/conformance/typedarrays/array-large-array-tests.html
    M LayoutTests/webgl/2.0.y/conformance/typedarrays/array-unit-tests.html
    M LayoutTests/webgl/2.0.y/conformance/typedarrays/data-view-crash.html
    M LayoutTests/webgl/2.0.y/conformance/typedarrays/data-view-test.html
    M LayoutTests/webgl/2.0.y/conformance/typedarrays/typed-arrays-in-workers.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/gl-get-uniform-non-current-program.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/gl-uniform-arrays.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/gl-uniform-bool.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/gl-uniformmatrix4fv.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/gl-unknown-uniform.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-00.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-01.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-02.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-03.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-04.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-05.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-06.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-07.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-08.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-09.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-10.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-11.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-12.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-13.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-14.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-15.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-16.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-17.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/null-uniform-location.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/out-of-bounds-uniform-array-access.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/uniform-default-values.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/uniform-location.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/uniform-samplers-test.html
    M LayoutTests/webgl/2.0.y/conformance/uniforms/uniform-values-per-program.html
    M LayoutTests/webgl/2.0.y/conformance2/attribs/gl-bindAttribLocation-aliasing-inactive.html
    M LayoutTests/webgl/2.0.y/conformance2/attribs/gl-vertex-attrib-i-render.html
    M LayoutTests/webgl/2.0.y/conformance2/attribs/gl-vertex-attrib-normalized-int.html
    M LayoutTests/webgl/2.0.y/conformance2/attribs/gl-vertex-attrib.html
    M LayoutTests/webgl/2.0.y/conformance2/attribs/gl-vertexattribipointer-offsets.html
    M LayoutTests/webgl/2.0.y/conformance2/attribs/gl-vertexattribipointer.html
    M LayoutTests/webgl/2.0.y/conformance2/attribs/invalid-vertex-attribs.html
    M LayoutTests/webgl/2.0.y/conformance2/attribs/render-no-enabled-attrib-arrays.html
    M LayoutTests/webgl/2.0.y/conformance2/buffers/bound-buffer-size-change-test.html
    M LayoutTests/webgl/2.0.y/conformance2/buffers/buffer-copying-contents.html
    M LayoutTests/webgl/2.0.y/conformance2/buffers/buffer-copying-restrictions.html
    M LayoutTests/webgl/2.0.y/conformance2/buffers/buffer-data-and-buffer-sub-data-sub-source.html
    M LayoutTests/webgl/2.0.y/conformance2/buffers/buffer-overflow-test.html
    M LayoutTests/webgl/2.0.y/conformance2/buffers/buffer-type-restrictions.html
    M LayoutTests/webgl/2.0.y/conformance2/buffers/delete-buffer.html
    M LayoutTests/webgl/2.0.y/conformance2/buffers/get-buffer-sub-data-validity.html
    M LayoutTests/webgl/2.0.y/conformance2/buffers/get-buffer-sub-data.html
    M LayoutTests/webgl/2.0.y/conformance2/buffers/one-large-uniform-buffer.html
    M LayoutTests/webgl/2.0.y/conformance2/buffers/uniform-buffers-second-compile.html
    M LayoutTests/webgl/2.0.y/conformance2/buffers/uniform-buffers-state-restoration.html
    M LayoutTests/webgl/2.0.y/conformance2/buffers/uniform-buffers.html
    M LayoutTests/webgl/2.0.y/conformance2/canvas/to-data-url-with-pack-params.html
    M LayoutTests/webgl/2.0.y/conformance2/context/constants-and-properties-2.html
    M LayoutTests/webgl/2.0.y/conformance2/context/context-attributes-depth-stencil-antialias-obeyed.html
    M LayoutTests/webgl/2.0.y/conformance2/context/context-mode.html
    M LayoutTests/webgl/2.0.y/conformance2/context/context-resize-changes-buffer-binding-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/context/context-sharing-texture2darray-texture3d-data-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/context/context-type-test-2.html
    M LayoutTests/webgl/2.0.y/conformance2/context/incorrect-context-object-behaviour.html
    M LayoutTests/webgl/2.0.y/conformance2/context/methods-2.html
    M LayoutTests/webgl/2.0.y/conformance2/context/no-experimental-webgl2.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ext-color-buffer-float.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ext-color-buffer-half-float.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ext-disjoint-timer-query-webgl2.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ext-texture-filter-anisotropic.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ext-texture-norm16.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/oes-draw-buffers-indexed.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ovr_multiview2.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ovr_multiview2_depth.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ovr_multiview2_draw_buffers.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ovr_multiview2_flat_varying.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ovr_multiview2_instanced_draw.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ovr_multiview2_non_multiview_shaders.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ovr_multiview2_single_view_operations.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ovr_multiview2_timer_query.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/ovr_multiview2_transform_feedback.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/promoted-extensions-in-shaders.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/promoted-extensions.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/required-extensions.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/webgl-clip-cull-distance.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/webgl-multi-draw-instanced-base-vertex-base-instance.html
    M LayoutTests/webgl/2.0.y/conformance2/extensions/webgl-provoking-vertex.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/array-as-return-value.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/array-assign-constructor.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/array-assign.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/array-complex-indexing.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/array-element-increment.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/array-equality.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/array-in-complex-expression.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/array-initialize-with-same-name-array.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/array-length-side-effects.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/attrib-location-length-limits.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/compare-structs-containing-arrays.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/compound-assignment-type-combination.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/const-array-init.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/const-struct-from-array-as-function-parameter.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/float-parsing.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/forbidden-operators.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/forward-declaration.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/frag-depth.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/fragment-shader-loop-crash.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/gradient-in-discontinuous-loop.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/input-with-interpotaion-as-lvalue.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/invalid-default-precision.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/invalid-invariant.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/loops-with-side-effects.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/matrix-row-major-dynamic-indexing.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/matrix-row-major.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/misplaced-version-directive.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/no-attribute-vertex-shader.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/precision-side-effects-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/reciprocal-sqrt-of-sum-of-squares-crash.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/sampler-array-indexing.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/sampler-no-precision.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/sequence-operator-returns-non-constant.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/shader-linking.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/shader-with-1024-character-define.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/shader-with-1024-character-identifier.frag.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/shader-with-1025-character-define.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/shader-with-1025-character-identifier.frag.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/shader-with-invalid-characters.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/shader-with-mis-matching-uniform-block.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/short-circuiting-in-loop-condition.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/switch-case.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/texture-bias.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/texture-offset-non-constant-offset.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/texture-offset-out-of-range.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/texture-offset-uniform-texture-coordinate.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/tricky-loop-conditions.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/uint-int-shift-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/unary-minus-operator-in-dynamic-loop.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/uniform-block-layout-match.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/uniform-block-layouts.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/uniform-location-length-limits.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/uniform-struct-with-non-square-matrix.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/uninitialized-local-global-variables.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/valid-invariant.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/varying-struct-inline-definition.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html
    M LayoutTests/webgl/2.0.y/conformance2/glsl3/vector-dynamic-indexing.html
    M LayoutTests/webgl/2.0.y/conformance2/misc/blend-integer.html
    M LayoutTests/webgl/2.0.y/conformance2/misc/expando-loss-2.html
    M LayoutTests/webgl/2.0.y/conformance2/misc/getextension-while-pbo-bound-stability.html
    M LayoutTests/webgl/2.0.y/conformance2/misc/instanceof-test.html
    M LayoutTests/webgl/2.0.y/conformance2/misc/null-object-behaviour-2.html
    M LayoutTests/webgl/2.0.y/conformance2/misc/object-deletion-behaviour-2.html
    M LayoutTests/webgl/2.0.y/conformance2/misc/uninitialized-test-2.html
    M LayoutTests/webgl/2.0.y/conformance2/misc/views-with-offsets.html
    M LayoutTests/webgl/2.0.y/conformance2/offscreencanvas/context-creation-worker.html
    M LayoutTests/webgl/2.0.y/conformance2/offscreencanvas/context-creation.html
    M LayoutTests/webgl/2.0.y/conformance2/offscreencanvas/methods-2-worker.html
    M LayoutTests/webgl/2.0.y/conformance2/offscreencanvas/methods-2.html
    M LayoutTests/webgl/2.0.y/conformance2/offscreencanvas/offscreencanvas-query.html
    M LayoutTests/webgl/2.0.y/conformance2/offscreencanvas/offscreencanvas-sync.html
    M LayoutTests/webgl/2.0.y/conformance2/offscreencanvas/offscreencanvas-timer-query.html
    M LayoutTests/webgl/2.0.y/conformance2/offscreencanvas/offscreencanvas-transfer-image-bitmap.html
    M LayoutTests/webgl/2.0.y/conformance2/programs/active-built-in-attribs.html
    M LayoutTests/webgl/2.0.y/conformance2/programs/get-uniform-indices.html
    M LayoutTests/webgl/2.0.y/conformance2/programs/gl-get-frag-data-location.html
    M LayoutTests/webgl/2.0.y/conformance2/programs/sampler-uniforms.html
    M LayoutTests/webgl/2.0.y/conformance2/query/occlusion-query.html
    M LayoutTests/webgl/2.0.y/conformance2/query/query.html
    M LayoutTests/webgl/2.0.y/conformance2/reading/format-r11f-g11f-b10f.html
    M LayoutTests/webgl/2.0.y/conformance2/reading/read-pixels-from-fbo-test.html
    M LayoutTests/webgl/2.0.y/conformance2/reading/read-pixels-from-rgb8-into-pbo-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/reading/read-pixels-into-pixel-pack-buffer.html
    M LayoutTests/webgl/2.0.y/conformance2/reading/read-pixels-pack-parameters.html
    M LayoutTests/webgl/2.0.y/conformance2/renderbuffers/framebuffer-object-attachment.html
    M LayoutTests/webgl/2.0.y/conformance2/renderbuffers/framebuffer-test.html
    M LayoutTests/webgl/2.0.y/conformance2/renderbuffers/framebuffer-texture-layer.html
    M LayoutTests/webgl/2.0.y/conformance2/renderbuffers/invalidate-framebuffer.html
    M LayoutTests/webgl/2.0.y/conformance2/renderbuffers/multisample-draws-between-blits.html
    M LayoutTests/webgl/2.0.y/conformance2/renderbuffers/multisample-with-full-sample-counts.html
    M LayoutTests/webgl/2.0.y/conformance2/renderbuffers/multisampled-depth-renderbuffer-initialization.html
    M LayoutTests/webgl/2.0.y/conformance2/renderbuffers/multisampled-renderbuffer-initialization.html
    M LayoutTests/webgl/2.0.y/conformance2/renderbuffers/multisampled-stencil-renderbuffer-initialization.html
    M LayoutTests/webgl/2.0.y/conformance2/renderbuffers/readbuffer.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/attrib-type-match.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/blitframebuffer-filter-outofbounds.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/blitframebuffer-filter-srgb.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/blitframebuffer-multisampled-readbuffer.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/blitframebuffer-outside-readbuffer.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/blitframebuffer-r11f-g11f-b10f.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/blitframebuffer-resolve-to-back-buffer.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/blitframebuffer-scissor-enabled.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/blitframebuffer-size-overflow.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/blitframebuffer-srgb-and-linear-drawbuffers.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/blitframebuffer-stencil-only.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/blitframebuffer-test.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/blitframebuffer-unaffected-by-colormask.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/canvas-resizing-with-pbo-bound.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/clear-func-buffer-type-match.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/clear-srgb-color-buffer.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/clearbuffer-sub-source.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/clearbufferfv-with-alpha-false.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/clipping-wide-points.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/depth-stencil-feedback-loop.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/draw-buffers-dirty-state-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/draw-buffers-driver-hang.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/draw-buffers-sparse-output-locations.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/draw-buffers.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/draw-with-integer-texture-base-level.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/element-index-uint.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/framebuffer-completeness-draw-framebuffer.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/framebuffer-completeness-unaffected.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/framebuffer-mismatched-attachment-targets.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/framebuffer-render-to-layer-angle-issue.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/framebuffer-render-to-layer.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/framebuffer-texture-changing-base-level.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/framebuffer-texture-level1.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/framebuffer-to-texture.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/framebuffer-unsupported.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/fs-color-type-mismatch-color-buffer-type.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/instanced-arrays.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/instanced-rendering-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/instanced-rendering-large-divisor.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/line-rendering-quality.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/multisampling-depth-resolve.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/multisampling-fragment-evaluation.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/out-of-bounds-index-buffers-after-copying.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/rasterizer-discard-and-implicit-clear.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/read-draw-when-missing-image.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/rgb-format-support.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/texture-switch-performance.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/uniform-block-buffer-size.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/vertex-id-large-count.html
    M LayoutTests/webgl/2.0.y/conformance2/rendering/vertex-id.html
    M LayoutTests/webgl/2.0.y/conformance2/samplers/multi-context-sampler-test.html
    M LayoutTests/webgl/2.0.y/conformance2/samplers/sampler-drawing-test.html
    M LayoutTests/webgl/2.0.y/conformance2/samplers/samplers.html
    M LayoutTests/webgl/2.0.y/conformance2/state/gl-enum-tests.html
    M LayoutTests/webgl/2.0.y/conformance2/state/gl-get-calls.html
    M LayoutTests/webgl/2.0.y/conformance2/state/gl-getstring.html
    M LayoutTests/webgl/2.0.y/conformance2/state/gl-object-get-calls.html
    M LayoutTests/webgl/2.0.y/conformance2/sync/sync-webgl-specific.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/image_data/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/active-3d-texture-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/angle-stuck-depth-textures.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/canvas-remains-unchanged-after-used-in-webgl-texture.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/compressed-tex-from-pbo-crash.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/compressed-tex-image.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/copy-texture-cube-map-AMD-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/copy-texture-cube-map-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/copy-texture-image-luma-format.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/copy-texture-image-same-texture.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/copy-texture-image-webgl-specific.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/copy-texture-image.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/generate-mipmap-with-large-base-level.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/gl-get-tex-parameter.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/immutable-tex-render-feedback.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/integer-cubemap-specification-order-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/integer-cubemap-texture-sampling.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/mipmap-fbo.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/npot-video-sizing.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-3d-mipmap-levels-intel-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-3d-size-limit.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-base-level-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-image-and-sub-image-with-array-buffer-view-sub-source.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-image-with-bad-args-from-dom-elements.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-image-with-bad-args.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-image-with-different-data-source.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-input-validation.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-mipmap-levels.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-new-formats.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-srgb-mipmap.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-storage-2d.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-storage-and-subimage-3d.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-storage-compressed-formats.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-subimage3d-canvas-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-subimage3d-pixel-buffer-bug.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-unpack-params-imagedata.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-unpack-params-with-flip-y-and-premultiply-alpha.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/tex-unpack-params.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/texel-fetch-undefined.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/misc/texture-npot.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/svg_image/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/video/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r11f_g11f_b10f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r11f_g11f_b10f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r16f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r16f-red-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r32f-red-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r8-red-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r8ui-red_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg16f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg16f-rg-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg32f-rg-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg8-rg-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg8ui-rg_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb16f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb16f-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb32f-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb565-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb5_a1-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba16f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba16f-rgba-half_float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba32f-rgba-float.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba4-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-srgb8-rgb-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html
    M LayoutTests/webgl/2.0.y/conformance2/transform_feedback/default_transform_feedback.html
    M LayoutTests/webgl/2.0.y/conformance2/transform_feedback/non-existent-varying.html
    M LayoutTests/webgl/2.0.y/conformance2/transform_feedback/same-buffer-two-binding-points.html
    M LayoutTests/webgl/2.0.y/conformance2/transform_feedback/simultaneous_binding.html
    M LayoutTests/webgl/2.0.y/conformance2/transform_feedback/switching-objects.html
    M LayoutTests/webgl/2.0.y/conformance2/transform_feedback/too-small-buffers.html
    M LayoutTests/webgl/2.0.y/conformance2/transform_feedback/transform_feedback.html
    M LayoutTests/webgl/2.0.y/conformance2/transform_feedback/two-unreferenced-varyings.html
    M LayoutTests/webgl/2.0.y/conformance2/transform_feedback/unwritten-output-defaults-to-zero.html
    M LayoutTests/webgl/2.0.y/conformance2/uniforms/dependent-buffer-change.html
    M LayoutTests/webgl/2.0.y/conformance2/uniforms/draw-with-uniform-blocks.html
    M LayoutTests/webgl/2.0.y/conformance2/uniforms/gl-uniform-arrays-sub-source.html
    M LayoutTests/webgl/2.0.y/conformance2/uniforms/incompatible-texture-type-for-sampler.html
    M LayoutTests/webgl/2.0.y/conformance2/uniforms/large-uniform-buffers.html
    M LayoutTests/webgl/2.0.y/conformance2/uniforms/query-uniform-blocks-after-shader-detach.html
    M LayoutTests/webgl/2.0.y/conformance2/uniforms/simple-buffer-change.html
    M LayoutTests/webgl/2.0.y/conformance2/uniforms/uniform-blocks-with-arrays.html
    M LayoutTests/webgl/2.0.y/conformance2/vertex_arrays/vertex-array-object-and-disabled-attributes.html
    M LayoutTests/webgl/2.0.y/conformance2/vertex_arrays/vertex-array-object.html
    M LayoutTests/webgl/2.0.y/deqp/data/gles3/shaders/arrays.html
    M LayoutTests/webgl/2.0.y/deqp/data/gles3/shaders/conditionals.html
    M LayoutTests/webgl/2.0.y/deqp/data/gles3/shaders/constant_expressions.html
    M LayoutTests/webgl/2.0.y/deqp/data/gles3/shaders/constants.html
    M LayoutTests/webgl/2.0.y/deqp/data/gles3/shaders/conversions_matrix_combine.html
    M LayoutTests/webgl/2.0.y/deqp/data/gles3/shaders/conversions_matrix_to_matrix.html
    M LayoutTests/webgl/2.0.y/deqp/data/gles3/shaders/conversions_scalar_to_matrix.html
    M LayoutTests/webgl/2.0.y/deqp/data/gles3/shaders/conversions_scalar_to_scalar.html
    M LayoutTests/webgl/2.0.y/deqp/data/gles3/shaders/conversions_scalar_to_vector.html
    M LayoutTests/webgl/2.0.y/deqp/data/gles3/shaders/conversions_vector_combine.html

  Log Message:
  -----------
  Debug build WebGL tests are slow because they output a lot of result text
https://bugs.webkit.org/show_bug.cgi?id=254736
rdar://107415745

Reviewed by Alexey Proskuryakov.

Load the WebGL conformance tests in quiet mode. This avoids adding the results
to the DOM inside the iframe. WebKit StringView implementation is slowing the tests
with large amount of result prints on Debug. This causes excessive timeouts.

The results are shown for tests that complete via the wrapping test harness.
The results are not shown if the test has a syntax error. These should be debuggable
simply without test result lines in the bot results. In mysterious cases, the quiet
parameter can be removed from individual test runner wrappers temporarily.

* LayoutTests/http/tests/webgl/1.0.x/conformance/more/functions/readPixelsBadArgs.html:
* LayoutTests/http/tests/webgl/1.0.x/conformance/more/functions/texImage2DHTML.html:
* LayoutTests/http/tests/webgl/1.0.x/conformance/more/functions/texSubImage2DHTML.html:
* LayoutTests/http/tests/webgl/1.0.x/conformance/textures/misc/origin-clean-conformance-offscreencanvas.html:
* LayoutTests/http/tests/webgl/1.0.x/conformance/textures/misc/origin-clean-conformance.html:
* LayoutTests/http/tests/webgl/2.0.y/conformance/more/functions/readPixelsBadArgs.html:
* LayoutTests/http/tests/webgl/2.0.y/conformance/more/functions/texImage2DHTML.html:
* LayoutTests/http/tests/webgl/2.0.y/conformance/more/functions/texSubImage2DHTML.html:
* LayoutTests/http/tests/webgl/2.0.y/conformance/textures/misc/origin-clean-conformance-offscreencanvas.html:
* LayoutTests/http/tests/webgl/2.0.y/conformance/textures/misc/origin-clean-conformance.html:
* LayoutTests/http/tests/webgl/2.0.y/conformance2/textures/misc/origin-clean-conformance-offscreencanvas.html:
* LayoutTests/http/tests/webgl/resources/webkit-webgl-test-harness.js:
(window.webglTestHarness.reportResults):
(window.webglTestHarness.notifyFinished):
(list): Deleted.
* LayoutTests/webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-aliasing.html:
* LayoutTests/webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-matrix.html:
* LayoutTests/webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-nonexistent-attribute.html:

... a lot of tests omitted ...

* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.unsigned_byte.html:
* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.unsigned_int.html:
* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.unsigned_int_2_10_10_10.html:
* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.unsigned_short.html:
* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.stride.html:
* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.dynamic_copy.html:
* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.dynamic_draw.html:
* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.dynamic_read.html:
* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.static_copy.html:
* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.static_draw.html:
* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.static_read.html:
* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.stream_copy.html:
* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.stream_draw.html:
* LayoutTests/webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.stream_read.html:
* Tools/Scripts/webkitpy/update_webgl_conformance_tests_lib/main.py:
* Tools/Scripts/webkitpy/update_webgl_conformance_tests_lib/webgl-expectation-template.txt:
* Tools/Scripts/webkitpy/update_webgl_conformance_tests_lib/webgl-test-driver-template.html:
* Tools/Scripts/webkitpy/update_webgl_conformance_tests_lib/webkit-webgl-test-harness-template.js:
(window.webglTestHarness.reportResults):
(window.webglTestHarness.notifyFinished):
(list): Deleted.

Canonical link: https://commits.webkit.org/262387@main




More information about the webkit-changes mailing list