haikuwebkit/LayoutTests/webgl
Kimmo Kinnunen daa0edd9fa Add WebGL 2.0.1 test drivers and test expectations to the repository
https://bugs.webkit.org/show_bug.cgi?id=223427

Patch by Kimmo Kinnunen <kkinnunen@apple.com> on 2021-03-19
Reviewed by Kenneth Russell.

Add test driver .html files and expecations for WebGL 2.0.1 conformance
test suite. The actual tests were committed before.
Add the tests as Skip until we can swap 2.0.0 with 2.0.1.
The files are added in separate commits as the tooling fails with too big patches.
The test drivers contain the webglVersion=2 parameter currently missing from
2.0.0 tests.
The directory is called 2.0.y to reflect that it is imported always from the
ongoing, most tip-of-the-tree test suite (WebGL/sdk/tests).

* TestExpectations:
* webgl/2.0.y/conformance/attribs/gl-bindAttribLocation-aliasing-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-bindAttribLocation-aliasing.html: Added.
* webgl/2.0.y/conformance/attribs/gl-bindAttribLocation-matrix-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-bindAttribLocation-matrix.html: Added.
* webgl/2.0.y/conformance/attribs/gl-bindAttribLocation-nonexistent-attribute-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-bindAttribLocation-nonexistent-attribute.html: Added.
* webgl/2.0.y/conformance/attribs/gl-bindAttribLocation-repeated-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-bindAttribLocation-repeated.html: Added.
* webgl/2.0.y/conformance/attribs/gl-disabled-vertex-attrib-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-disabled-vertex-attrib-update-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-disabled-vertex-attrib-update.html: Added.
* webgl/2.0.y/conformance/attribs/gl-disabled-vertex-attrib.html: Added.
* webgl/2.0.y/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-enable-vertex-attrib.html: Added.
* webgl/2.0.y/conformance/attribs/gl-matrix-attributes-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-matrix-attributes.html: Added.
* webgl/2.0.y/conformance/attribs/gl-vertex-attrib-context-switch-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-vertex-attrib-context-switch.html: Added.
* webgl/2.0.y/conformance/attribs/gl-vertex-attrib-render-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-vertex-attrib-render.html: Added.
* webgl/2.0.y/conformance/attribs/gl-vertex-attrib-unconsumed-out-of-bounds-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-vertex-attrib-unconsumed-out-of-bounds.html: Added.
* webgl/2.0.y/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added.
* webgl/2.0.y/conformance/attribs/gl-vertexattribpointer-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Added.
* webgl/2.0.y/conformance/attribs/gl-vertexattribpointer-offsets.html: Added.
* webgl/2.0.y/conformance/attribs/gl-vertexattribpointer.html: Added.
* webgl/2.0.y/conformance/buffers/buffer-bind-test-expected.txt: Added.
* webgl/2.0.y/conformance/buffers/buffer-bind-test.html: Added.
* webgl/2.0.y/conformance/buffers/buffer-data-and-buffer-sub-data-expected.txt: Added.
* webgl/2.0.y/conformance/buffers/buffer-data-and-buffer-sub-data.html: Added.
* webgl/2.0.y/conformance/buffers/buffer-data-array-buffer-delete-expected.txt: Added.
* webgl/2.0.y/conformance/buffers/buffer-data-array-buffer-delete.html: Added.
* webgl/2.0.y/conformance/buffers/buffer-data-dynamic-delay-expected.txt: Added.
* webgl/2.0.y/conformance/buffers/buffer-data-dynamic-delay.html: Added.
* webgl/2.0.y/conformance/buffers/buffer-uninitialized-expected.txt: Added.
* webgl/2.0.y/conformance/buffers/buffer-uninitialized.html: Added.
* webgl/2.0.y/conformance/buffers/element-array-buffer-delete-recreate-expected.txt: Added.
* webgl/2.0.y/conformance/buffers/element-array-buffer-delete-recreate.html: Added.
* webgl/2.0.y/conformance/buffers/index-validation-copies-indices-expected.txt: Added.
* webgl/2.0.y/conformance/buffers/index-validation-copies-indices.html: Added.
* webgl/2.0.y/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Added.
* webgl/2.0.y/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added.
* webgl/2.0.y/conformance/buffers/index-validation-expected.txt: Added.
* webgl/2.0.y/conformance/buffers/index-validation-large-buffer-expected.txt: Added.
* webgl/2.0.y/conformance/buffers/index-validation-large-buffer.html: Added.
* webgl/2.0.y/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Added.
* webgl/2.0.y/conformance/buffers/index-validation-verifies-too-many-indices.html: Added.
* webgl/2.0.y/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Added.
* webgl/2.0.y/conformance/buffers/index-validation-with-resized-buffer.html: Added.
* webgl/2.0.y/conformance/buffers/index-validation.html: Added.
* webgl/2.0.y/conformance/buffers/vertex-buffer-updated-after-draw-expected.txt: Added.
* webgl/2.0.y/conformance/buffers/vertex-buffer-updated-after-draw.html: Added.
* webgl/2.0.y/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/buffer-offscreen-test.html: Added.
* webgl/2.0.y/conformance/canvas/buffer-preserve-test-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/buffer-preserve-test.html: Added.
* webgl/2.0.y/conformance/canvas/canvas-test-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/canvas-test.html: Added.
* webgl/2.0.y/conformance/canvas/canvas-zero-size-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/canvas-zero-size.html: Added.
* webgl/2.0.y/conformance/canvas/draw-static-webgl-to-multiple-canvas-test-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/draw-static-webgl-to-multiple-canvas-test.html: Added.
* webgl/2.0.y/conformance/canvas/draw-webgl-to-canvas-test-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/draw-webgl-to-canvas-test.html: Added.
* webgl/2.0.y/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
* webgl/2.0.y/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
* webgl/2.0.y/conformance/canvas/drawingbuffer-test-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/drawingbuffer-test.html: Added.
* webgl/2.0.y/conformance/canvas/framebuffer-bindings-affected-by-to-data-url-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/framebuffer-bindings-affected-by-to-data-url.html: Added.
* webgl/2.0.y/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
* webgl/2.0.y/conformance/canvas/rapid-resizing-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/rapid-resizing.html: Added.
* webgl/2.0.y/conformance/canvas/render-after-resize-test-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/render-after-resize-test.html: Added.
* webgl/2.0.y/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
* webgl/2.0.y/conformance/canvas/to-data-url-test-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/to-data-url-test.html: Added.
* webgl/2.0.y/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
* webgl/2.0.y/conformance/canvas/webgl-to-2d-canvas-expected.txt: Added.
* webgl/2.0.y/conformance/canvas/webgl-to-2d-canvas.html: Added.
* webgl/2.0.y/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
* webgl/2.0.y/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
* webgl/2.0.y/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added.
* webgl/2.0.y/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
* webgl/2.0.y/conformance/context/context-creation-and-destruction-expected.txt: Added.
* webgl/2.0.y/conformance/context/context-creation-and-destruction.html: Added.
* webgl/2.0.y/conformance/context/context-creation-expected.txt: Added.
* webgl/2.0.y/conformance/context/context-creation.html: Added.
* webgl/2.0.y/conformance/context/context-eviction-with-garbage-collection-expected.txt: Added.
* webgl/2.0.y/conformance/context/context-eviction-with-garbage-collection.html: Added.
* webgl/2.0.y/conformance/context/context-hidden-alpha-expected.txt: Added.
* webgl/2.0.y/conformance/context/context-hidden-alpha.html: Added.
* webgl/2.0.y/conformance/context/context-lost-expected.txt: Added.
* webgl/2.0.y/conformance/context/context-lost-restored-expected.txt: Added.
* webgl/2.0.y/conformance/context/context-lost-restored.html: Added.
* webgl/2.0.y/conformance/context/context-lost.html: Added.
* webgl/2.0.y/conformance/context/context-no-alpha-fbo-with-alpha-expected.txt: Added.
* webgl/2.0.y/conformance/context/context-no-alpha-fbo-with-alpha.html: Added.
* webgl/2.0.y/conformance/context/context-release-upon-reload-expected.txt: Added.
* webgl/2.0.y/conformance/context/context-release-upon-reload.html: Added.
* webgl/2.0.y/conformance/context/context-release-with-workers-expected.txt: Added.
* webgl/2.0.y/conformance/context/context-release-with-workers.html: Added.
* webgl/2.0.y/conformance/context/context-size-change-expected.txt: Added.
* webgl/2.0.y/conformance/context/context-size-change.html: Added.
* webgl/2.0.y/conformance/context/deleted-object-behavior-expected.txt: Added.
* webgl/2.0.y/conformance/context/deleted-object-behavior.html: Added.
* webgl/2.0.y/conformance/context/incorrect-context-object-behaviour-expected.txt: Added.
* webgl/2.0.y/conformance/context/incorrect-context-object-behaviour.html: Added.
* webgl/2.0.y/conformance/context/premultiplyalpha-test-expected.txt: Added.
* webgl/2.0.y/conformance/context/premultiplyalpha-test.html: Added.
* webgl/2.0.y/conformance/context/user-defined-properties-on-context-expected.txt: Added.
* webgl/2.0.y/conformance/context/user-defined-properties-on-context.html: Added.
* webgl/2.0.y/conformance/context/zero-sized-canvas-expected.txt: Added.
* webgl/2.0.y/conformance/context/zero-sized-canvas.html: Added.
* webgl/2.0.y/conformance/extensions/ext-color-buffer-half-float-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/ext-color-buffer-half-float.html: Added.
* webgl/2.0.y/conformance/extensions/ext-disjoint-timer-query-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/ext-disjoint-timer-query.html: Added.
* webgl/2.0.y/conformance/extensions/ext-float-blend-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/ext-float-blend.html: Added.
* webgl/2.0.y/conformance/extensions/ext-texture-compression-bptc-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/ext-texture-compression-bptc.html: Added.
* webgl/2.0.y/conformance/extensions/ext-texture-compression-rgtc-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/ext-texture-compression-rgtc.html: Added.
* webgl/2.0.y/conformance/extensions/ext-texture-filter-anisotropic-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/ext-texture-filter-anisotropic.html: Added.
* webgl/2.0.y/conformance/extensions/get-extension-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/get-extension.html: Added.
* webgl/2.0.y/conformance/extensions/khr-parallel-shader-compile-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/khr-parallel-shader-compile.html: Added.
* webgl/2.0.y/conformance/extensions/oes-texture-float-linear-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/oes-texture-float-linear.html: Added.
* webgl/2.0.y/conformance/extensions/s3tc-and-rgtc-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/s3tc-and-rgtc.html: Added.
* webgl/2.0.y/conformance/extensions/webgl-compressed-texture-astc-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/webgl-compressed-texture-astc.html: Added.
* webgl/2.0.y/conformance/extensions/webgl-compressed-texture-etc-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/webgl-compressed-texture-etc.html: Added.
* webgl/2.0.y/conformance/extensions/webgl-compressed-texture-etc1-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/webgl-compressed-texture-etc1.html: Added.
* webgl/2.0.y/conformance/extensions/webgl-compressed-texture-pvrtc-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/webgl-compressed-texture-pvrtc.html: Added.
* webgl/2.0.y/conformance/extensions/webgl-compressed-texture-s3tc-srgb-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/webgl-compressed-texture-s3tc-srgb.html: Added.
* webgl/2.0.y/conformance/extensions/webgl-compressed-texture-size-limit-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/webgl-compressed-texture-size-limit.html: Added.
* webgl/2.0.y/conformance/extensions/webgl-debug-renderer-info-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/webgl-debug-renderer-info.html: Added.
* webgl/2.0.y/conformance/extensions/webgl-debug-shaders-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/webgl-debug-shaders.html: Added.
* webgl/2.0.y/conformance/extensions/webgl-multi-draw-expected.txt: Added.
* webgl/2.0.y/conformance/extensions/webgl-multi-draw.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/angle-ambiguous-function-call-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/angle-ambiguous-function-call.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/angle-constructor-invalid-parameters-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/angle-constructor-invalid-parameters.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/angle-d3d11-compiler-error-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/angle-d3d11-compiler-error.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/angle-dx-variable-bug-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/angle-dx-variable-bug.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/array-of-struct-with-int-first-position-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/array-of-struct-with-int-first-position.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/assign-to-swizzled-twice-in-function-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/assign-to-swizzled-twice-in-function.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/bool-type-cast-bug-int-float-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/bool-type-cast-bug-int-float.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/character-set-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/character-set.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/compare-loop-index-to-uniform-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/compare-loop-index-to-uniform.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/complex-glsl-does-not-crash-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/complex-glsl-does-not-crash.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/compound-assignment-type-combination-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/compound-assignment-type-combination.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/conditional-discard-in-loop-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/conditional-discard-in-loop.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/conditional-discard-optimization-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/conditional-discard-optimization.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/conditional-texture-fetch-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/conditional-texture-fetch.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/constant-precision-qualifier-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/constant-precision-qualifier.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/floor-div-cos-should-not-truncate-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/floor-div-cos-should-not-truncate.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/floored-division-accuracy-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/floored-division-accuracy.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/fragcoord-linking-bug-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/fragcoord-linking-bug.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/gl-fragcoord-multisampling-bug-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/global-invariant-does-not-leak-across-shaders-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/global-invariant-does-not-leak-across-shaders.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/if-return-and-elseif-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/if-return-and-elseif.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/in-parameter-passed-as-inout-argument-and-global-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/in-parameter-passed-as-inout-argument-and-global.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/init-array-with-loop-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/init-array-with-loop.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/invariant-does-not-leak-across-shaders-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/invariant-does-not-leak-across-shaders.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/logic-inside-block-without-braces-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/logic-inside-block-without-braces.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/long-expressions-should-not-crash-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/long-expressions-should-not-crash.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/loop-if-loop-gradient-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/loop-if-loop-gradient.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/modulo-arithmetic-accuracy-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/modulo-arithmetic-accuracy.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/multiplication-assignment-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/multiplication-assignment.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/nested-functions-should-not-crash-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/nested-functions-should-not-crash.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/nested-loops-with-break-and-continue-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/nested-loops-with-break-and-continue.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/nested-sequence-operator-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/nested-sequence-operator.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/pow-of-small-constant-in-user-defined-function-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/pow-of-small-constant-in-user-defined-function.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/pow-with-constant-exponent-should-not-crash-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/pow-with-constant-exponent-should-not-crash.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/qualcomm-crash-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/qualcomm-crash.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/qualcomm-loop-with-continue-crash-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/qualcomm-loop-with-continue-crash.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/sampler-array-struct-function-arg-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/sampler-array-struct-function-arg.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/sampler-array-using-loop-index-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/sampler-array-using-loop-index.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/sampler-struct-function-arg-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/sampler-struct-function-arg.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/sequence-operator-evaluation-order-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/sequence-operator-evaluation-order.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/sketchfab-lighting-shader-crash-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/sketchfab-lighting-shader-crash.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/struct-constructor-highp-bug-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/struct-constructor-highp-bug.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/struct-with-single-member-constructor-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/struct-with-single-member-constructor.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/temp-expressions-should-not-crash-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/temp-expressions-should-not-crash.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/unary-minus-operator-float-bug-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/unary-minus-operator-float-bug.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/undefined-index-should-not-crash-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/undefined-index-should-not-crash.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/uniforms-should-not-lose-values-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/uniforms-should-not-lose-values.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/varying-arrays-should-not-be-reversed-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/varying-arrays-should-not-be-reversed.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/vector-matrix-constructor-scalarization-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/vector-matrix-constructor-scalarization.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/vector-scalar-arithmetic-inside-loop-complex-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/vector-scalar-arithmetic-inside-loop-complex.html: Added.
* webgl/2.0.y/conformance/glsl/bugs/vector-scalar-arithmetic-inside-loop-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/bugs/vector-scalar-arithmetic-inside-loop.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-bvec2-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-bvec2.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-bvec3-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-bvec3.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-bvec4-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-bvec4.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-ivec2-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-ivec2.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-ivec3-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-ivec3.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-ivec4-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-ivec4.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-mat2-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-mat2.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-mat3-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-mat3.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-mat4-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-mat4.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec-mat-corner-cases-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec-mat-corner-cases.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec-mat-index-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec-mat-index.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec2-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec2.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec3-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec3.html: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec4-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/constructors/glsl-construct-vec4.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-abs-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-abs.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-acos-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-acos.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-asin-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-asin.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-atan-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-atan-xy.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-atan.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-ceil-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-ceil.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-clamp-float.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-cos-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-cos.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-cross-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-cross.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-distance-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-distance.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-dot-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-dot.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-faceforward.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-floor-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-floor.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-fract-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-fract.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-length-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-length.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-max-float-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-max-float.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-max-gentype.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-min-float-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-min-float.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-min-gentype.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-mix-float.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-mix-gentype.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-mod-float.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-mod-gentype.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-normalize-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-normalize.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-reflect-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-reflect.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-sign-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-sign.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-sin-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-sin.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-step-float-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-step-float.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function-step-gentype.html: Added.
* webgl/2.0.y/conformance/glsl/functions/glsl-function.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_float.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_float.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_mat2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_mat3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_mat4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_vec2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_vec3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_int_vec4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/assign_int_to_float.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/construct_struct.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/construct_struct.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_float.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_mat2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_mat3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_mat4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_vec2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_vec3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_int_vec4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/equal_int_float.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/function_int_float.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/function_int_float.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/greater_than.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/greater_than.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/greater_than_equal.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/less_than.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/less_than.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/less_than_equal.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_float.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/not_equal_int_float.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_float.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/ternary_int_float.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added.
* webgl/2.0.y/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added.
* webgl/2.0.y/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/literals/float_literal.vert.html: Added.
* webgl/2.0.y/conformance/glsl/literals/literal_precision-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/literals/literal_precision.html: Added.
* webgl/2.0.y/conformance/glsl/literals/overflow_leak.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/literals/overflow_leak.vert.html: Added.
* webgl/2.0.y/conformance/glsl/matrices/glsl-mat3-construction-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/matrices/glsl-mat3-construction.html: Added.
* webgl/2.0.y/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added.
* webgl/2.0.y/conformance/glsl/matrices/matrix-compound-multiply-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/matrices/matrix-compound-multiply.html: Added.
* webgl/2.0.y/conformance/glsl/misc/boolean_precision-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/boolean_precision.html: Added.
* webgl/2.0.y/conformance/glsl/misc/const-variable-initialization-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/const-variable-initialization.html: Added.
* webgl/2.0.y/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added.
* webgl/2.0.y/conformance/glsl/misc/empty-declaration-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/empty-declaration.html: Added.
* webgl/2.0.y/conformance/glsl/misc/empty_main.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/empty_main.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/expression-list-in-declarator-initializer-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/expression-list-in-declarator-initializer.html: Added.
* webgl/2.0.y/conformance/glsl/misc/fragcolor-fragdata-invariant-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/fragcolor-fragdata-invariant.html: Added.
* webgl/2.0.y/conformance/glsl/misc/gl_position_unset.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/gl_position_unset.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/global-variable-init-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/global-variable-init.html: Added.
* webgl/2.0.y/conformance/glsl/misc/glsl-function-nodes-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/glsl-function-nodes.html: Added.
* webgl/2.0.y/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/glsl-long-variable-names.html: Added.
* webgl/2.0.y/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/glsl-vertex-branch.html: Added.
* webgl/2.0.y/conformance/glsl/misc/large-loop-compile-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/large-loop-compile.html: Added.
* webgl/2.0.y/conformance/glsl/misc/local-variable-shadowing-outer-function-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/local-variable-shadowing-outer-function.html: Added.
* webgl/2.0.y/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/non-ascii-comments.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/non-ascii.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/non-ascii.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/re-compile-re-link-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/re-compile-re-link.html: Added.
* webgl/2.0.y/conformance/glsl/misc/sampler-operand-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/sampler-operand.html: Added.
* webgl/2.0.y/conformance/glsl/misc/sequence-operator-returns-constant-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/sequence-operator-returns-constant.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-precision-format-obeyed-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-precision-format-obeyed.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-struct-scope-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-struct-scope.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-256-character-define-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-256-character-define.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-array-of-structs-uniform-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-comma-assignment.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-comma-separated-variable-declarations-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-comma-separated-variable-declarations.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-conditional-scoping-negative-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-conditional-scoping.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-default-precision.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-default-precision.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-dfdx.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-do-loop-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-do-loop.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-error-directive-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-error-directive.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-for-loop-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-for-loop.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-for-scoping.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-functional-scoping.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-glcolor.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-gles-1.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-include.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-include.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-long-line-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-long-line.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-precision.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-preprocessor-whitespace-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-preprocessor-whitespace.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-reserved-words-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-reserved-words.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-too-many-uniforms-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-two-initializer-types-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-two-initializer-types.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-version-100.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-version-100.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-version-120.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-version-130.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-while-loop-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-with-while-loop.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shader-without-precision.frag.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-constant-expression-loop-conditions-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-constant-expression-loop-conditions.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-invariance-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-invariance.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-mis-matching-uniforms-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-mis-matching-varyings-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-missing-varyings-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-missing-varyings.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-name-conflicts-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-name-conflicts.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-uniform-structs-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-uniform-structs.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shaders-with-varyings.html: Added.
* webgl/2.0.y/conformance/glsl/misc/shared-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/shared.html: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-as-inout-parameter-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-as-inout-parameter.html: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-as-out-parameter-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-as-out-parameter.html: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-assign-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-assign.html: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-equals-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-equals.html: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-mixed-array-declarators-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-mixed-array-declarators.html: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-nesting-of-variable-names-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-nesting-of-variable-names.html: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-nesting-under-maximum.html: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-specifiers-in-uniforms-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-specifiers-in-uniforms.html: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-unary-operators-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/struct-unary-operators.html: Added.
* webgl/2.0.y/conformance/glsl/misc/ternary-operator-on-arrays-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/ternary-operator-on-arrays.html: Added.
* webgl/2.0.y/conformance/glsl/misc/ternary-operators-in-global-initializers-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/ternary-operators-in-global-initializers.html: Added.
* webgl/2.0.y/conformance/glsl/misc/ternary-operators-in-initializers-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/ternary-operators-in-initializers.html: Added.
* webgl/2.0.y/conformance/glsl/misc/uninitialized-local-global-variables-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/misc/uninitialized-local-global-variables.html: Added.
* webgl/2.0.y/conformance/glsl/preprocessor/comments-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/preprocessor/comments.html: Added.
* webgl/2.0.y/conformance/glsl/preprocessor/macro-expansion-tricky-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/preprocessor/macro-expansion-tricky.html: Added.
* webgl/2.0.y/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/reserved/_webgl_field.vert.html: Added.
* webgl/2.0.y/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/reserved/_webgl_function.vert.html: Added.
* webgl/2.0.y/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/reserved/_webgl_struct.vert.html: Added.
* webgl/2.0.y/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/reserved/_webgl_variable.vert.html: Added.
* webgl/2.0.y/conformance/glsl/reserved/webgl_field.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/reserved/webgl_field.vert.html: Added.
* webgl/2.0.y/conformance/glsl/reserved/webgl_function.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/reserved/webgl_function.vert.html: Added.
* webgl/2.0.y/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/reserved/webgl_struct.vert.html: Added.
* webgl/2.0.y/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/reserved/webgl_variable.vert.html: Added.
* webgl/2.0.y/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added.
* webgl/2.0.y/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added.
* webgl/2.0.y/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added.
* webgl/2.0.y/conformance/glsl/samplers/glsl-function-texture2dprojlod-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/samplers/glsl-function-texture2dprojlod.html: Added.
* webgl/2.0.y/conformance/glsl/variables/gl-fragcoord-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/variables/gl-fragcoord-xy-values-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/variables/gl-fragcoord-xy-values.html: Added.
* webgl/2.0.y/conformance/glsl/variables/gl-fragcoord.html: Added.
* webgl/2.0.y/conformance/glsl/variables/gl-fragdata-and-fragcolor-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/variables/gl-fragdata-and-fragcolor.html: Added.
* webgl/2.0.y/conformance/glsl/variables/gl-frontfacing-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/variables/gl-frontfacing.html: Added.
* webgl/2.0.y/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/variables/gl-pointcoord.html: Added.
* webgl/2.0.y/conformance/glsl/variables/glsl-built-ins-expected.txt: Added.
* webgl/2.0.y/conformance/glsl/variables/glsl-built-ins.html: Added.
* webgl/2.0.y/conformance/limits/gl-line-width-expected.txt: Added.
* webgl/2.0.y/conformance/limits/gl-line-width.html: Added.
* webgl/2.0.y/conformance/limits/gl-max-texture-dimensions-expected.txt: Added.
* webgl/2.0.y/conformance/limits/gl-max-texture-dimensions.html: Added.
* webgl/2.0.y/conformance/limits/gl-min-attribs-expected.txt: Added.
* webgl/2.0.y/conformance/limits/gl-min-attribs.html: Added.
* webgl/2.0.y/conformance/limits/gl-min-textures-expected.txt: Added.
* webgl/2.0.y/conformance/limits/gl-min-textures.html: Added.
* webgl/2.0.y/conformance/limits/gl-min-uniforms-expected.txt: Added.
* webgl/2.0.y/conformance/limits/gl-min-uniforms.html: Added.
* webgl/2.0.y/conformance/misc/bad-arguments-test-expected.txt: Added.
* webgl/2.0.y/conformance/misc/bad-arguments-test.html: Added.
* webgl/2.0.y/conformance/misc/boolean-argument-conversion-expected.txt: Added.
* webgl/2.0.y/conformance/misc/boolean-argument-conversion.html: Added.
* webgl/2.0.y/conformance/misc/delayed-drawing-expected.txt: Added.
* webgl/2.0.y/conformance/misc/delayed-drawing.html: Added.
* webgl/2.0.y/conformance/misc/error-reporting-expected.txt: Added.
* webgl/2.0.y/conformance/misc/error-reporting.html: Added.
* webgl/2.0.y/conformance/misc/expando-loss-expected.txt: Added.
* webgl/2.0.y/conformance/misc/expando-loss.html: Added.
* webgl/2.0.y/conformance/misc/functions-returning-strings-expected.txt: Added.
* webgl/2.0.y/conformance/misc/functions-returning-strings.html: Added.
* webgl/2.0.y/conformance/misc/invalid-passed-params-expected.txt: Added.
* webgl/2.0.y/conformance/misc/invalid-passed-params.html: Added.
* webgl/2.0.y/conformance/misc/is-object-expected.txt: Added.
* webgl/2.0.y/conformance/misc/is-object.html: Added.
* webgl/2.0.y/conformance/misc/null-object-behaviour-expected.txt: Added.
* webgl/2.0.y/conformance/misc/null-object-behaviour.html: Added.
* webgl/2.0.y/conformance/misc/object-deletion-behaviour-expected.txt: Added.
* webgl/2.0.y/conformance/misc/object-deletion-behaviour.html: Added.
* webgl/2.0.y/conformance/misc/shader-precision-format-expected.txt: Added.
* webgl/2.0.y/conformance/misc/shader-precision-format.html: Added.
* webgl/2.0.y/conformance/misc/type-conversion-test-expected.txt: Added.
* webgl/2.0.y/conformance/misc/type-conversion-test.html: Added.
* webgl/2.0.y/conformance/misc/uninitialized-test-expected.txt: Added.
* webgl/2.0.y/conformance/misc/uninitialized-test.html: Added.
* webgl/2.0.y/conformance/misc/webgl-specific-expected.txt: Added.
* webgl/2.0.y/conformance/misc/webgl-specific-stencil-settings-expected.txt: Added.
* webgl/2.0.y/conformance/misc/webgl-specific-stencil-settings.html: Added.
* webgl/2.0.y/conformance/misc/webgl-specific.html: Added.
* webgl/2.0.y/conformance/more/conformance/constants-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/constants.html: Added.
* webgl/2.0.y/conformance/more/conformance/getContext-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/getContext.html: Added.
* webgl/2.0.y/conformance/more/conformance/methods-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/methods.html: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-A.html: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-B1.html: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-B2.html: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-B3.html: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-B4.html: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-C.html: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
* webgl/2.0.y/conformance/more/conformance/webGLArrays-expected.txt: Added.
* webgl/2.0.y/conformance/more/conformance/webGLArrays.html: Added.
* webgl/2.0.y/conformance/more/functions/bindBuffer-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/bindBuffer.html: Added.
* webgl/2.0.y/conformance/more/functions/bindBufferBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/bindBufferBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added.
* webgl/2.0.y/conformance/more/functions/bufferData-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/bufferData.html: Added.
* webgl/2.0.y/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/bufferDataBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/bufferSubData-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/bufferSubData.html: Added.
* webgl/2.0.y/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/bufferSubDataBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/copyTexImage2D-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/copyTexImage2D.html: Added.
* webgl/2.0.y/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/copyTexSubImage2D.html: Added.
* webgl/2.0.y/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/deleteBufferBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/drawArrays-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/drawArrays.html: Added.
* webgl/2.0.y/conformance/more/functions/drawElements-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/drawElements.html: Added.
* webgl/2.0.y/conformance/more/functions/isTests-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/isTests.html: Added.
* webgl/2.0.y/conformance/more/functions/isTestsBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/isTestsBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/readPixels-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/readPixels.html: Added.
* webgl/2.0.y/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/readPixelsBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/texImage2D-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/texImage2D.html: Added.
* webgl/2.0.y/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/texImage2DBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/texImage2DHTML-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/texImage2DHTML.html: Added.
* webgl/2.0.y/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/texImage2DHTMLBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/texSubImage2D-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/texSubImage2D.html: Added.
* webgl/2.0.y/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/texSubImage2DBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/texSubImage2DHTML.html: Added.
* webgl/2.0.y/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/uniformMatrix-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/uniformMatrix.html: Added.
* webgl/2.0.y/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/uniformMatrixBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/uniformf-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/uniformf.html: Added.
* webgl/2.0.y/conformance/more/functions/uniformfArrayLen1-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/uniformfArrayLen1.html: Added.
* webgl/2.0.y/conformance/more/functions/uniformfBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/uniformfBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/uniformi-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/uniformi.html: Added.
* webgl/2.0.y/conformance/more/functions/uniformiBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/uniformiBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/vertexAttrib-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/vertexAttrib.html: Added.
* webgl/2.0.y/conformance/more/functions/vertexAttribBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/vertexAttribBadArgs.html: Added.
* webgl/2.0.y/conformance/more/functions/vertexAttribPointer-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/vertexAttribPointer.html: Added.
* webgl/2.0.y/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Added.
* webgl/2.0.y/conformance/more/functions/vertexAttribPointerBadArgs.html: Added.
* webgl/2.0.y/conformance/more/glsl/arrayOutOfBounds-expected.txt: Added.
* webgl/2.0.y/conformance/more/glsl/arrayOutOfBounds.html: Added.
* webgl/2.0.y/conformance/more/glsl/uniformOutOfBounds-expected.txt: Added.
* webgl/2.0.y/conformance/more/glsl/uniformOutOfBounds.html: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-attribute-preserve-drawing-buffer-expected.txt: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-attribute-preserve-drawing-buffer.html: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-creation-expected.txt: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-creation-worker-expected.txt: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-creation-worker.html: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-creation.html: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-lost-expected.txt: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-lost-restored-expected.txt: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-lost-restored-worker-expected.txt: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-lost-restored-worker.html: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-lost-restored.html: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-lost-worker-expected.txt: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-lost-worker.html: Added.
* webgl/2.0.y/conformance/offscreencanvas/context-lost.html: Added.
* webgl/2.0.y/conformance/offscreencanvas/methods-expected.txt: Added.
* webgl/2.0.y/conformance/offscreencanvas/methods-worker-expected.txt: Added.
* webgl/2.0.y/conformance/offscreencanvas/methods-worker.html: Added.
* webgl/2.0.y/conformance/offscreencanvas/methods.html: Added.
* webgl/2.0.y/conformance/offscreencanvas/offscreencanvas-resize-expected.txt: Added.
* webgl/2.0.y/conformance/offscreencanvas/offscreencanvas-resize.html: Added.
* webgl/2.0.y/conformance/offscreencanvas/offscreencanvas-timer-query-expected.txt: Added.
* webgl/2.0.y/conformance/offscreencanvas/offscreencanvas-timer-query.html: Added.
* webgl/2.0.y/conformance/offscreencanvas/offscreencanvas-transfer-image-bitmap-expected.txt: Added.
* webgl/2.0.y/conformance/offscreencanvas/offscreencanvas-transfer-image-bitmap.html: Added.
* webgl/2.0.y/conformance/ogles/GL/abs/abs_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/abs/abs_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/all/all_001_to_004-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/all/all_001_to_004.html: Added.
* webgl/2.0.y/conformance/ogles/GL/any/any_001_to_004-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/any/any_001_to_004.html: Added.
* webgl/2.0.y/conformance/ogles/GL/array/array_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/array/array_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/atan/atan_009_to_012-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/atan/atan_009_to_012.html: Added.
* webgl/2.0.y/conformance/ogles/GL/biConstants/biConstants_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/biConstants/biConstants_009_to_016-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added.
* webgl/2.0.y/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added.
* webgl/2.0.y/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001-expected.txt: Added.
* 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: Added.
* webgl/2.0.y/conformance/ogles/GL/ceil/ceil_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/clamp/clamp_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/control_flow/control_flow_009_to_010-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added.
* webgl/2.0.y/conformance/ogles/GL/cos/cos_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/cos/cos_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/cross/cross_001_to_002-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/cross/cross_001_to_002.html: Added.
* webgl/2.0.y/conformance/ogles/GL/default/default_001_to_001-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/default/default_001_to_001.html: Added.
* webgl/2.0.y/conformance/ogles/GL/degrees/degrees_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/discard/discard_001_to_002-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/discard/discard_001_to_002.html: Added.
* webgl/2.0.y/conformance/ogles/GL/distance/distance_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/distance/distance_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/dot/dot_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/dot/dot_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/equal/equal_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/equal/equal_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/equal/equal_009_to_012-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/equal/equal_009_to_012.html: Added.
* webgl/2.0.y/conformance/ogles/GL/exp/exp_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/exp/exp_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/exp/exp_009_to_012-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/exp/exp_009_to_012.html: Added.
* webgl/2.0.y/conformance/ogles/GL/exp2/exp2_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/exp2/exp2_009_to_012-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added.
* webgl/2.0.y/conformance/ogles/GL/faceforward/faceforward_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/floor/floor_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/floor/floor_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/fract/fract_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/fract/fract_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_009_to_016-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_009_to_016.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_017_to_024-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_017_to_024.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_025_to_032-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_025_to_032.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_033_to_040-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_033_to_040.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_041_to_048-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_041_to_048.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_049_to_056-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_049_to_056.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_057_to_064-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_057_to_064.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_065_to_072-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_065_to_072.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_073_to_080-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_073_to_080.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_081_to_088-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_081_to_088.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_089_to_096-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_089_to_096.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_097_to_104-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_097_to_104.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_105_to_112-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_105_to_112.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_113_to_120-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_113_to_120.html: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_121_to_126-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/functions/functions_121_to_126.html: Added.
* webgl/2.0.y/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added.
* webgl/2.0.y/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added.
* webgl/2.0.y/conformance/ogles/GL/greaterThan/greaterThan_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/length/length_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/length/length_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/lessThan/lessThan_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/log/log_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/log/log_009_to_012-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/log/log_009_to_012.html: Added.
* webgl/2.0.y/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/log2/log2_009_to_012-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/log2/log2_009_to_012.html: Added.
* webgl/2.0.y/conformance/ogles/GL/mat/mat_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/mat/mat_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/mat/mat_009_to_016-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/mat/mat_009_to_016.html: Added.
* webgl/2.0.y/conformance/ogles/GL/mat/mat_017_to_024-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/mat/mat_017_to_024.html: Added.
* webgl/2.0.y/conformance/ogles/GL/mat/mat_025_to_032-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/mat/mat_025_to_032.html: Added.
* webgl/2.0.y/conformance/ogles/GL/mat/mat_033_to_040-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/mat/mat_033_to_040.html: Added.
* webgl/2.0.y/conformance/ogles/GL/mat/mat_041_to_046-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/mat/mat_041_to_046.html: Added.
* webgl/2.0.y/conformance/ogles/GL/mat3/mat3_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added.
* webgl/2.0.y/conformance/ogles/GL/max/max_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/max/max_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/min/min_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/min/min_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/mix/mix_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/mix/mix_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/mod/mod_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/mod/mod_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/normalize/normalize_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/not/not_001_to_004-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/not/not_001_to_004.html: Added.
* webgl/2.0.y/conformance/ogles/GL/notEqual/notEqual_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/notEqual/notEqual_009_to_012-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added.
* webgl/2.0.y/conformance/ogles/GL/operators/operators_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/operators/operators_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/operators/operators_009_to_016-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/operators/operators_009_to_016.html: Added.
* webgl/2.0.y/conformance/ogles/GL/operators/operators_017_to_024-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/operators/operators_017_to_024.html: Added.
* webgl/2.0.y/conformance/ogles/GL/operators/operators_025_to_026-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/operators/operators_025_to_026.html: Added.
* webgl/2.0.y/conformance/ogles/GL/pow/pow_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/pow/pow_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/pow/pow_009_to_016-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/pow/pow_009_to_016.html: Added.
* webgl/2.0.y/conformance/ogles/GL/pow/pow_017_to_024-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/pow/pow_017_to_024.html: Added.
* webgl/2.0.y/conformance/ogles/GL/radians/radians_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/radians/radians_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/reflect/reflect_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/refract/refract_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/refract/refract_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/sign/sign_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/sign/sign_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/sin/sin_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/sin/sin_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/sqrt/sqrt_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/step/step_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/step/step_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_009_to_016-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_009_to_016.html: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_017_to_024-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_017_to_024.html: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_025_to_032-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_025_to_032.html: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_033_to_040-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_033_to_040.html: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_041_to_048-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_041_to_048.html: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_049_to_056-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/struct/struct_049_to_056.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_009_to_016-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_017_to_024-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_025_to_032-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_033_to_040-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_041_to_048-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_049_to_056-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_057_to_064-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_065_to_072-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_073_to_080-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_081_to_088-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_089_to_096-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_097_to_104-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_105_to_112-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_113_to_120-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added.
* webgl/2.0.y/conformance/ogles/GL/tan/tan_001_to_006-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/tan/tan_001_to_006.html: Added.
* webgl/2.0.y/conformance/ogles/GL/vec/vec_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/vec/vec_001_to_008.html: Added.
* webgl/2.0.y/conformance/ogles/GL/vec/vec_009_to_016-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/vec/vec_009_to_016.html: Added.
* webgl/2.0.y/conformance/ogles/GL/vec/vec_017_to_018-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/vec/vec_017_to_018.html: Added.
* webgl/2.0.y/conformance/ogles/GL/vec3/vec3_001_to_008-expected.txt: Added.
* webgl/2.0.y/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added.
* webgl/2.0.y/conformance/programs/get-active-test-expected.txt: Added.
* webgl/2.0.y/conformance/programs/get-active-test.html: Added.
* webgl/2.0.y/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
* webgl/2.0.y/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
* webgl/2.0.y/conformance/programs/gl-bind-attrib-location-test-expected.txt: Added.
* webgl/2.0.y/conformance/programs/gl-bind-attrib-location-test.html: Added.
* webgl/2.0.y/conformance/programs/gl-get-active-attribute-expected.txt: Added.
* webgl/2.0.y/conformance/programs/gl-get-active-attribute.html: Added.
* webgl/2.0.y/conformance/programs/gl-get-active-uniform-expected.txt: Added.
* webgl/2.0.y/conformance/programs/gl-get-active-uniform.html: Added.
* webgl/2.0.y/conformance/programs/gl-getshadersource-expected.txt: Added.
* webgl/2.0.y/conformance/programs/gl-getshadersource.html: Added.
* webgl/2.0.y/conformance/programs/gl-shader-test-expected.txt: Added.
* webgl/2.0.y/conformance/programs/gl-shader-test.html: Added.
* webgl/2.0.y/conformance/programs/invalid-UTF-16-expected.txt: Added.
* webgl/2.0.y/conformance/programs/invalid-UTF-16.html: Added.
* webgl/2.0.y/conformance/programs/program-handling-expected.txt: Added.
* webgl/2.0.y/conformance/programs/program-handling.html: Added.
* webgl/2.0.y/conformance/programs/program-infolog-expected.txt: Added.
* webgl/2.0.y/conformance/programs/program-infolog.html: Added.
* webgl/2.0.y/conformance/programs/program-test-expected.txt: Added.
* webgl/2.0.y/conformance/programs/program-test.html: Added.
* webgl/2.0.y/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Added.
* webgl/2.0.y/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
* webgl/2.0.y/conformance/reading/fbo-remains-unchanged-after-read-pixels-expected.txt: Added.
* webgl/2.0.y/conformance/reading/fbo-remains-unchanged-after-read-pixels.html: Added.
* webgl/2.0.y/conformance/reading/read-pixels-pack-alignment-expected.txt: Added.
* webgl/2.0.y/conformance/reading/read-pixels-pack-alignment.html: Added.
* webgl/2.0.y/conformance/reading/read-pixels-test-expected.txt: Added.
* webgl/2.0.y/conformance/reading/read-pixels-test.html: Added.
* webgl/2.0.y/conformance/renderbuffers/depth-renderbuffer-initialization-expected.txt: Added.
* webgl/2.0.y/conformance/renderbuffers/depth-renderbuffer-initialization.html: Added.
* webgl/2.0.y/conformance/renderbuffers/feedback-loop-expected.txt: Added.
* webgl/2.0.y/conformance/renderbuffers/feedback-loop.html: Added.
* webgl/2.0.y/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Added.
* webgl/2.0.y/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
* webgl/2.0.y/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Added.
* webgl/2.0.y/conformance/renderbuffers/renderbuffer-initialization.html: Added.
* webgl/2.0.y/conformance/renderbuffers/stencil-renderbuffer-initialization-expected.txt: Added.
* webgl/2.0.y/conformance/renderbuffers/stencil-renderbuffer-initialization.html: Added.
* webgl/2.0.y/conformance/rendering/bind-framebuffer-flush-bug-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/bind-framebuffer-flush-bug.html: Added.
* webgl/2.0.y/conformance/rendering/blending-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/blending.html: Added.
* webgl/2.0.y/conformance/rendering/canvas-alpha-bug-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/canvas-alpha-bug.html: Added.
* webgl/2.0.y/conformance/rendering/clear-after-copyTexImage2D-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/clear-after-copyTexImage2D.html: Added.
* webgl/2.0.y/conformance/rendering/color-mask-preserved-during-implicit-clears-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/color-mask-preserved-during-implicit-clears.html: Added.
* webgl/2.0.y/conformance/rendering/culling-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/culling.html: Added.
* webgl/2.0.y/conformance/rendering/default-texture-draw-bug-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/default-texture-draw-bug.html: Added.
* webgl/2.0.y/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
* webgl/2.0.y/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/draw-elements-out-of-bounds.html: Added.
* webgl/2.0.y/conformance/rendering/draw-webgl-to-canvas-2d-repeatedly-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/draw-webgl-to-canvas-2d-repeatedly.html: Added.
* webgl/2.0.y/conformance/rendering/draw-with-changing-start-vertex-bug-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/draw-with-changing-start-vertex-bug.html: Added.
* webgl/2.0.y/conformance/rendering/framebuffer-switch-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/framebuffer-switch.html: Added.
* webgl/2.0.y/conformance/rendering/framebuffer-texture-clear-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/framebuffer-texture-clear.html: Added.
* webgl/2.0.y/conformance/rendering/framebuffer-texture-switch-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/framebuffer-texture-switch.html: Added.
* webgl/2.0.y/conformance/rendering/gl-clear-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/gl-clear.html: Added.
* webgl/2.0.y/conformance/rendering/gl-drawarrays-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/gl-drawarrays.html: Added.
* webgl/2.0.y/conformance/rendering/gl-drawelements-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/gl-drawelements.html: Added.
* webgl/2.0.y/conformance/rendering/gl-scissor-canvas-dimensions-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/gl-scissor-canvas-dimensions.html: Added.
* webgl/2.0.y/conformance/rendering/gl-scissor-fbo-test-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/gl-scissor-fbo-test.html: Added.
* webgl/2.0.y/conformance/rendering/gl-scissor-test-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/gl-scissor-test.html: Added.
* webgl/2.0.y/conformance/rendering/gl-viewport-test-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/gl-viewport-test.html: Added.
* webgl/2.0.y/conformance/rendering/line-loop-tri-fan-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/line-loop-tri-fan.html: Added.
* webgl/2.0.y/conformance/rendering/line-rendering-quality-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/line-rendering-quality.html: Added.
* webgl/2.0.y/conformance/rendering/many-draw-calls-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/many-draw-calls.html: Added.
* webgl/2.0.y/conformance/rendering/more-than-65536-indices-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/more-than-65536-indices.html: Added.
* webgl/2.0.y/conformance/rendering/multisample-corruption-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/multisample-corruption.html: Added.
* webgl/2.0.y/conformance/rendering/negative-one-index-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/negative-one-index.html: Added.
* webgl/2.0.y/conformance/rendering/out-of-bounds-array-buffers-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/out-of-bounds-array-buffers.html: Added.
* webgl/2.0.y/conformance/rendering/out-of-bounds-index-buffers-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/out-of-bounds-index-buffers.html: Added.
* webgl/2.0.y/conformance/rendering/point-no-attributes-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/point-no-attributes.html: Added.
* webgl/2.0.y/conformance/rendering/point-size-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/point-size.html: Added.
* webgl/2.0.y/conformance/rendering/point-specific-shader-variables-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/point-specific-shader-variables.html: Added.
* webgl/2.0.y/conformance/rendering/point-with-gl-pointcoord-in-fragment-shader-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/point-with-gl-pointcoord-in-fragment-shader.html: Added.
* webgl/2.0.y/conformance/rendering/polygon-offset-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/polygon-offset.html: Added.
* webgl/2.0.y/conformance/rendering/preservedrawingbuffer-leak-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/preservedrawingbuffer-leak.html: Added.
* webgl/2.0.y/conformance/rendering/rendering-sampling-feedback-loop-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/rendering-sampling-feedback-loop.html: Added.
* webgl/2.0.y/conformance/rendering/rendering-stencil-large-viewport-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/rendering-stencil-large-viewport.html: Added.
* webgl/2.0.y/conformance/rendering/scissor-rect-repeated-rendering-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/scissor-rect-repeated-rendering.html: Added.
* webgl/2.0.y/conformance/rendering/simple-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/simple.html: Added.
* webgl/2.0.y/conformance/rendering/texture-switch-performance-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/texture-switch-performance.html: Added.
* webgl/2.0.y/conformance/rendering/triangle-expected.txt: Added.
* webgl/2.0.y/conformance/rendering/triangle.html: Added.
* webgl/2.0.y/conformance/state/fb-attach-implicit-target-assignment-expected.txt: Added.
* webgl/2.0.y/conformance/state/fb-attach-implicit-target-assignment.html: Added.
* webgl/2.0.y/conformance/state/gl-enable-enum-test-expected.txt: Added.
* webgl/2.0.y/conformance/state/gl-enable-enum-test.html: Added.
* webgl/2.0.y/conformance/state/gl-get-calls-expected.txt: Added.
* webgl/2.0.y/conformance/state/gl-get-calls.html: Added.
* webgl/2.0.y/conformance/state/gl-geterror-expected.txt: Added.
* webgl/2.0.y/conformance/state/gl-geterror.html: Added.
* webgl/2.0.y/conformance/state/gl-initial-state-expected.txt: Added.
* webgl/2.0.y/conformance/state/gl-initial-state.html: Added.
* webgl/2.0.y/conformance/state/state-uneffected-after-compositing-expected.txt: Added.
* webgl/2.0.y/conformance/state/state-uneffected-after-compositing.html: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-alpha-alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-luminance-luminance-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-alpha-alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-luminance-luminance-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgb-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-alpha-alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-luminance-luminance-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-rgb-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-rgba-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-alpha-alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-luminance-luminance-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-alpha-alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance-luminance-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-alpha-alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-luminance-luminance-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-alpha-alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance-luminance-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-alpha-alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance-luminance-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-alpha-alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-luminance-luminance-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-alpha-alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-luminance-luminance-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-rgb-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance/textures/misc/canvas-teximage-after-multiple-drawimages-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/canvas-teximage-after-multiple-drawimages.html: Added.
* webgl/2.0.y/conformance/textures/misc/copy-tex-image-2d-formats-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/copy-tex-image-2d-formats.html: Added.
* webgl/2.0.y/conformance/textures/misc/copy-tex-image-and-sub-image-2d-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/copy-tex-image-and-sub-image-2d.html: Added.
* webgl/2.0.y/conformance/textures/misc/copy-tex-image-crash-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/copy-tex-image-crash.html: Added.
* webgl/2.0.y/conformance/textures/misc/copytexsubimage2d-large-partial-copy-corruption-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/copytexsubimage2d-large-partial-copy-corruption.html: Added.
* webgl/2.0.y/conformance/textures/misc/copytexsubimage2d-subrects-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/copytexsubimage2d-subrects.html: Added.
* webgl/2.0.y/conformance/textures/misc/cube-incomplete-fbo-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/cube-incomplete-fbo.html: Added.
* webgl/2.0.y/conformance/textures/misc/cube-map-uploads-out-of-order-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/cube-map-uploads-out-of-order.html: Added.
* webgl/2.0.y/conformance/textures/misc/default-texture-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/default-texture.html: Added.
* webgl/2.0.y/conformance/textures/misc/exif-orientation-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/exif-orientation.html: Added.
* webgl/2.0.y/conformance/textures/misc/gl-pixelstorei-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/gl-pixelstorei.html: Added.
* webgl/2.0.y/conformance/textures/misc/gl-teximage-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/gl-teximage.html: Added.
* webgl/2.0.y/conformance/textures/misc/mipmap-fbo-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/mipmap-fbo.html: Added.
* webgl/2.0.y/conformance/textures/misc/origin-clean-conformance-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/origin-clean-conformance-offscreencanvas-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/origin-clean-conformance-offscreencanvas.html: Added.
* webgl/2.0.y/conformance/textures/misc/origin-clean-conformance.html: Added.
* webgl/2.0.y/conformance/textures/misc/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
* webgl/2.0.y/conformance/textures/misc/tex-image-and-uniform-binding-bugs-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/tex-image-and-uniform-binding-bugs.html: Added.
* webgl/2.0.y/conformance/textures/misc/tex-image-canvas-corruption-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/tex-image-canvas-corruption.html: Added.
* webgl/2.0.y/conformance/textures/misc/tex-image-webgl-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/tex-image-webgl.html: Added.
* webgl/2.0.y/conformance/textures/misc/tex-image-with-format-and-type-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/tex-image-with-format-and-type.html: Added.
* webgl/2.0.y/conformance/textures/misc/tex-image-with-invalid-data-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/tex-image-with-invalid-data.html: Added.
* webgl/2.0.y/conformance/textures/misc/tex-sub-image-2d-bad-args-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/tex-sub-image-2d-bad-args.html: Added.
* webgl/2.0.y/conformance/textures/misc/tex-sub-image-2d-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/tex-sub-image-2d.html: Added.
* webgl/2.0.y/conformance/textures/misc/tex-video-using-tex-unit-non-zero-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/tex-video-using-tex-unit-non-zero.html: Added.
* webgl/2.0.y/conformance/textures/misc/texparameter-test-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texparameter-test.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-active-bind-2-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-active-bind-2.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-active-bind-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-active-bind.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-attachment-formats-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-attachment-formats.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-clear-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-clear.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-complete-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-complete.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-copying-and-deletion-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-copying-and-deletion.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-copying-feedback-loops-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-copying-feedback-loops.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-corner-case-videos-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-corner-case-videos.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-cube-as-fbo-attachment-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-cube-as-fbo-attachment.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-draw-with-2d-and-cube-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-draw-with-2d-and-cube.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-hd-dpi-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-hd-dpi.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-mips-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-mips.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-size-cube-maps-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-size-cube-maps.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-size-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-size-limit-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-size-limit.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-size.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-sub-image-cube-maps-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-sub-image-cube-maps.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-transparent-pixels-initialized-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-transparent-pixels-initialized.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-upload-cube-maps-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-upload-cube-maps.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-upload-size-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-upload-size.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-video-transparent-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-video-transparent.html: Added.
* webgl/2.0.y/conformance/textures/misc/texture-with-flip-y-and-premultiply-alpha-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/texture-with-flip-y-and-premultiply-alpha.html: Added.
* webgl/2.0.y/conformance/textures/misc/upload-from-srcset-with-empty-data-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/upload-from-srcset-with-empty-data.html: Added.
* webgl/2.0.y/conformance/textures/misc/video-rotation-expected.txt: Added.
* webgl/2.0.y/conformance/textures/misc/video-rotation.html: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-alpha-alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-luminance-luminance-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgb-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-alpha-alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-luminance-luminance-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-rgb-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-alpha-alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-luminance-luminance-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance/typedarrays/array-buffer-crash-expected.txt: Added.
* webgl/2.0.y/conformance/typedarrays/array-buffer-crash.html: Added.
* webgl/2.0.y/conformance/typedarrays/array-buffer-view-crash-expected.txt: Added.
* webgl/2.0.y/conformance/typedarrays/array-buffer-view-crash.html: Added.
* webgl/2.0.y/conformance/typedarrays/array-large-array-tests-expected.txt: Added.
* webgl/2.0.y/conformance/typedarrays/array-large-array-tests.html: Added.
* webgl/2.0.y/conformance/typedarrays/array-unit-tests-expected.txt: Added.
* webgl/2.0.y/conformance/typedarrays/array-unit-tests.html: Added.
* webgl/2.0.y/conformance/typedarrays/data-view-crash-expected.txt: Added.
* webgl/2.0.y/conformance/typedarrays/data-view-crash.html: Added.
* webgl/2.0.y/conformance/typedarrays/data-view-test-expected.txt: Added.
* webgl/2.0.y/conformance/typedarrays/data-view-test.html: Added.
* webgl/2.0.y/conformance/typedarrays/typed-arrays-in-workers-expected.txt: Added.
* webgl/2.0.y/conformance/typedarrays/typed-arrays-in-workers.html: Added.
* webgl/2.0.y/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/gl-uniform-arrays.html: Added.
* webgl/2.0.y/conformance/uniforms/gl-uniform-bool-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/gl-uniform-bool.html: Added.
* webgl/2.0.y/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
* webgl/2.0.y/conformance/uniforms/gl-unknown-uniform-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/gl-unknown-uniform.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-00-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-00.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-01-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-01.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-02-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-02.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-03-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-03.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-04-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-04.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-05-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-05.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-06-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-06.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-07-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-07.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-08-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-08.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-09-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-09.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-10-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-10.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-11-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-11.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-12-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-12.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-13-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-13.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-14-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-14.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-15-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-15.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-16-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-16.html: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-17-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/no-over-optimization-on-uniform-array-17.html: Added.
* webgl/2.0.y/conformance/uniforms/null-uniform-location-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/null-uniform-location.html: Added.
* webgl/2.0.y/conformance/uniforms/out-of-bounds-uniform-array-access-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/out-of-bounds-uniform-array-access.html: Added.
* webgl/2.0.y/conformance/uniforms/uniform-default-values-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/uniform-default-values.html: Added.
* webgl/2.0.y/conformance/uniforms/uniform-location-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/uniform-location.html: Added.
* webgl/2.0.y/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/uniform-samplers-test.html: Added.
* webgl/2.0.y/conformance/uniforms/uniform-values-per-program-expected.txt: Added.
* webgl/2.0.y/conformance/uniforms/uniform-values-per-program.html: Added.
* webgl/2.0.y/conformance2/attribs/gl-bindAttribLocation-aliasing-inactive-expected.txt: Added.
* webgl/2.0.y/conformance2/attribs/gl-bindAttribLocation-aliasing-inactive.html: Added.
* webgl/2.0.y/conformance2/attribs/gl-vertex-attrib-expected.txt: Added.
* webgl/2.0.y/conformance2/attribs/gl-vertex-attrib-i-render-expected.txt: Added.
* webgl/2.0.y/conformance2/attribs/gl-vertex-attrib-i-render.html: Added.
* webgl/2.0.y/conformance2/attribs/gl-vertex-attrib-normalized-int-expected.txt: Added.
* webgl/2.0.y/conformance2/attribs/gl-vertex-attrib-normalized-int.html: Added.
* webgl/2.0.y/conformance2/attribs/gl-vertex-attrib.html: Added.
* webgl/2.0.y/conformance2/attribs/gl-vertexattribipointer-expected.txt: Added.
* webgl/2.0.y/conformance2/attribs/gl-vertexattribipointer-offsets-expected.txt: Added.
* webgl/2.0.y/conformance2/attribs/gl-vertexattribipointer-offsets.html: Added.
* webgl/2.0.y/conformance2/attribs/gl-vertexattribipointer.html: Added.
* webgl/2.0.y/conformance2/attribs/render-no-enabled-attrib-arrays-expected.txt: Added.
* webgl/2.0.y/conformance2/attribs/render-no-enabled-attrib-arrays.html: Added.
* webgl/2.0.y/conformance2/buffers/bound-buffer-size-change-test-expected.txt: Added.
* webgl/2.0.y/conformance2/buffers/bound-buffer-size-change-test.html: Added.
* webgl/2.0.y/conformance2/buffers/buffer-copying-contents-expected.txt: Added.
* webgl/2.0.y/conformance2/buffers/buffer-copying-contents.html: Added.
* webgl/2.0.y/conformance2/buffers/buffer-copying-restrictions-expected.txt: Added.
* webgl/2.0.y/conformance2/buffers/buffer-copying-restrictions.html: Added.
* webgl/2.0.y/conformance2/buffers/buffer-data-and-buffer-sub-data-sub-source-expected.txt: Added.
* webgl/2.0.y/conformance2/buffers/buffer-data-and-buffer-sub-data-sub-source.html: Added.
* webgl/2.0.y/conformance2/buffers/buffer-overflow-test-expected.txt: Added.
* webgl/2.0.y/conformance2/buffers/buffer-overflow-test.html: Added.
* webgl/2.0.y/conformance2/buffers/buffer-type-restrictions-expected.txt: Added.
* webgl/2.0.y/conformance2/buffers/buffer-type-restrictions.html: Added.
* webgl/2.0.y/conformance2/buffers/delete-buffer-expected.txt: Added.
* webgl/2.0.y/conformance2/buffers/delete-buffer.html: Added.
* webgl/2.0.y/conformance2/buffers/get-buffer-sub-data-expected.txt: Added.
* webgl/2.0.y/conformance2/buffers/get-buffer-sub-data-validity-expected.txt: Added.
* webgl/2.0.y/conformance2/buffers/get-buffer-sub-data-validity.html: Added.
* webgl/2.0.y/conformance2/buffers/get-buffer-sub-data.html: Added.
* webgl/2.0.y/conformance2/buffers/one-large-uniform-buffer-expected.txt: Added.
* webgl/2.0.y/conformance2/buffers/one-large-uniform-buffer.html: Added.
* webgl/2.0.y/conformance2/buffers/uniform-buffers-expected.txt: Added.
* webgl/2.0.y/conformance2/buffers/uniform-buffers-second-compile-expected.txt: Added.
* webgl/2.0.y/conformance2/buffers/uniform-buffers-second-compile.html: Added.
* webgl/2.0.y/conformance2/buffers/uniform-buffers-state-restoration-expected.txt: Added.
* webgl/2.0.y/conformance2/buffers/uniform-buffers-state-restoration.html: Added.
* webgl/2.0.y/conformance2/buffers/uniform-buffers.html: Added.
* webgl/2.0.y/conformance2/canvas/to-data-url-with-pack-params-expected.txt: Added.
* webgl/2.0.y/conformance2/canvas/to-data-url-with-pack-params.html: Added.
* webgl/2.0.y/conformance2/context/constants-and-properties-2-expected.txt: Added.
* webgl/2.0.y/conformance2/context/constants-and-properties-2.html: Added.
* webgl/2.0.y/conformance2/context/context-attributes-depth-stencil-antialias-obeyed-expected.txt: Added.
* webgl/2.0.y/conformance2/context/context-attributes-depth-stencil-antialias-obeyed.html: Added.
* webgl/2.0.y/conformance2/context/context-mode-expected.txt: Added.
* webgl/2.0.y/conformance2/context/context-mode.html: Added.
* webgl/2.0.y/conformance2/context/context-resize-changes-buffer-binding-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/context/context-resize-changes-buffer-binding-bug.html: Added.
* webgl/2.0.y/conformance2/context/context-sharing-texture2darray-texture3d-data-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/context/context-sharing-texture2darray-texture3d-data-bug.html: Added.
* webgl/2.0.y/conformance2/context/context-type-test-2-expected.txt: Added.
* webgl/2.0.y/conformance2/context/context-type-test-2.html: Added.
* webgl/2.0.y/conformance2/context/incorrect-context-object-behaviour-expected.txt: Added.
* webgl/2.0.y/conformance2/context/incorrect-context-object-behaviour.html: Added.
* webgl/2.0.y/conformance2/context/methods-2-expected.txt: Added.
* webgl/2.0.y/conformance2/context/methods-2.html: Added.
* webgl/2.0.y/conformance2/context/no-experimental-webgl2-expected.txt: Added.
* webgl/2.0.y/conformance2/context/no-experimental-webgl2.html: Added.
* webgl/2.0.y/conformance2/extensions/ext-color-buffer-float-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ext-color-buffer-float.html: Added.
* webgl/2.0.y/conformance2/extensions/ext-color-buffer-half-float-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ext-color-buffer-half-float.html: Added.
* webgl/2.0.y/conformance2/extensions/ext-disjoint-timer-query-webgl2-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ext-disjoint-timer-query-webgl2.html: Added.
* webgl/2.0.y/conformance2/extensions/ext-texture-filter-anisotropic-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ext-texture-filter-anisotropic.html: Added.
* webgl/2.0.y/conformance2/extensions/ext-texture-norm16-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ext-texture-norm16.html: Added.
* webgl/2.0.y/conformance2/extensions/oes-draw-buffers-indexed-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/oes-draw-buffers-indexed.html: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2.html: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_depth-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_depth.html: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_draw_buffers-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_draw_buffers.html: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_flat_varying-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_flat_varying.html: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_instanced_draw-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_instanced_draw.html: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_non_multiview_shaders-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_non_multiview_shaders.html: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_single_view_operations-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_single_view_operations.html: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_timer_query-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_timer_query.html: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_transform_feedback-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/ovr_multiview2_transform_feedback.html: Added.
* webgl/2.0.y/conformance2/extensions/promoted-extensions-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/promoted-extensions-in-shaders-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/promoted-extensions-in-shaders.html: Added.
* webgl/2.0.y/conformance2/extensions/promoted-extensions.html: Added.
* webgl/2.0.y/conformance2/extensions/webgl-multi-draw-instanced-base-vertex-base-instance-expected.txt: Added.
* webgl/2.0.y/conformance2/extensions/webgl-multi-draw-instanced-base-vertex-base-instance.html: Added.
* webgl/2.0.y/conformance2/glsl3/array-as-return-value-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/array-as-return-value.html: Added.
* webgl/2.0.y/conformance2/glsl3/array-assign-constructor-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/array-assign-constructor.html: Added.
* webgl/2.0.y/conformance2/glsl3/array-assign-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/array-assign.html: Added.
* webgl/2.0.y/conformance2/glsl3/array-complex-indexing-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/array-complex-indexing.html: Added.
* webgl/2.0.y/conformance2/glsl3/array-element-increment-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/array-element-increment.html: Added.
* webgl/2.0.y/conformance2/glsl3/array-equality-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/array-equality.html: Added.
* webgl/2.0.y/conformance2/glsl3/array-in-complex-expression-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/array-in-complex-expression.html: Added.
* webgl/2.0.y/conformance2/glsl3/array-initialize-with-same-name-array-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/array-initialize-with-same-name-array.html: Added.
* webgl/2.0.y/conformance2/glsl3/array-length-side-effects-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/array-length-side-effects.html: Added.
* webgl/2.0.y/conformance2/glsl3/attrib-location-length-limits-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/attrib-location-length-limits.html: Added.
* webgl/2.0.y/conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html: Added.
* webgl/2.0.y/conformance2/glsl3/compare-structs-containing-arrays-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/compare-structs-containing-arrays.html: Added.
* webgl/2.0.y/conformance2/glsl3/compound-assignment-type-combination-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/compound-assignment-type-combination.html: Added.
* webgl/2.0.y/conformance2/glsl3/const-array-init-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/const-array-init.html: Added.
* webgl/2.0.y/conformance2/glsl3/const-struct-from-array-as-function-parameter-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/const-struct-from-array-as-function-parameter.html: Added.
* webgl/2.0.y/conformance2/glsl3/float-parsing-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/float-parsing.html: Added.
* webgl/2.0.y/conformance2/glsl3/forbidden-operators-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/forbidden-operators.html: Added.
* webgl/2.0.y/conformance2/glsl3/forward-declaration-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/forward-declaration.html: Added.
* webgl/2.0.y/conformance2/glsl3/frag-depth-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/frag-depth.html: Added.
* webgl/2.0.y/conformance2/glsl3/gradient-in-discontinuous-loop-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/gradient-in-discontinuous-loop.html: Added.
* webgl/2.0.y/conformance2/glsl3/input-with-interpotaion-as-lvalue-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/input-with-interpotaion-as-lvalue.html: Added.
* webgl/2.0.y/conformance2/glsl3/invalid-default-precision-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/invalid-default-precision.html: Added.
* webgl/2.0.y/conformance2/glsl3/invalid-invariant-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/invalid-invariant.html: Added.
* webgl/2.0.y/conformance2/glsl3/loops-with-side-effects-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/loops-with-side-effects.html: Added.
* webgl/2.0.y/conformance2/glsl3/matrix-row-major-dynamic-indexing-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/matrix-row-major-dynamic-indexing.html: Added.
* webgl/2.0.y/conformance2/glsl3/matrix-row-major-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/matrix-row-major.html: Added.
* webgl/2.0.y/conformance2/glsl3/misplaced-version-directive-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/misplaced-version-directive.html: Added.
* webgl/2.0.y/conformance2/glsl3/no-attribute-vertex-shader-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/no-attribute-vertex-shader.html: Added.
* webgl/2.0.y/conformance2/glsl3/precision-side-effects-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/precision-side-effects-bug.html: Added.
* webgl/2.0.y/conformance2/glsl3/sampler-array-indexing-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/sampler-array-indexing.html: Added.
* webgl/2.0.y/conformance2/glsl3/sampler-no-precision-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/sampler-no-precision.html: Added.
* webgl/2.0.y/conformance2/glsl3/sequence-operator-returns-non-constant-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/sequence-operator-returns-non-constant.html: Added.
* webgl/2.0.y/conformance2/glsl3/shader-linking-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/shader-linking.html: Added.
* webgl/2.0.y/conformance2/glsl3/shader-with-1024-character-define-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/shader-with-1024-character-define.html: Added.
* webgl/2.0.y/conformance2/glsl3/shader-with-1024-character-identifier.frag-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/shader-with-1024-character-identifier.frag.html: Added.
* webgl/2.0.y/conformance2/glsl3/shader-with-1025-character-define-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/shader-with-1025-character-define.html: Added.
* webgl/2.0.y/conformance2/glsl3/shader-with-1025-character-identifier.frag-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/shader-with-1025-character-identifier.frag.html: Added.
* webgl/2.0.y/conformance2/glsl3/shader-with-invalid-characters-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/shader-with-invalid-characters.html: Added.
* webgl/2.0.y/conformance2/glsl3/shader-with-mis-matching-uniform-block-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/shader-with-mis-matching-uniform-block.html: Added.
* webgl/2.0.y/conformance2/glsl3/short-circuiting-in-loop-condition-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/short-circuiting-in-loop-condition.html: Added.
* webgl/2.0.y/conformance2/glsl3/switch-case-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/switch-case.html: Added.
* webgl/2.0.y/conformance2/glsl3/texture-offset-non-constant-offset-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/texture-offset-non-constant-offset.html: Added.
* webgl/2.0.y/conformance2/glsl3/texture-offset-out-of-range-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/texture-offset-out-of-range.html: Added.
* webgl/2.0.y/conformance2/glsl3/texture-offset-uniform-texture-coordinate-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/texture-offset-uniform-texture-coordinate.html: Added.
* webgl/2.0.y/conformance2/glsl3/tricky-loop-conditions-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/tricky-loop-conditions.html: Added.
* webgl/2.0.y/conformance2/glsl3/uint-int-shift-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/uint-int-shift-bug.html: Added.
* webgl/2.0.y/conformance2/glsl3/unary-minus-operator-in-dynamic-loop-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/unary-minus-operator-in-dynamic-loop.html: Added.
* webgl/2.0.y/conformance2/glsl3/uniform-block-layout-match-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/uniform-block-layout-match.html: Added.
* webgl/2.0.y/conformance2/glsl3/uniform-block-layouts-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/uniform-block-layouts.html: Added.
* webgl/2.0.y/conformance2/glsl3/uniform-location-length-limits-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/uniform-location-length-limits.html: Added.
* webgl/2.0.y/conformance2/glsl3/uniform-struct-with-non-square-matrix-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/uniform-struct-with-non-square-matrix.html: Added.
* webgl/2.0.y/conformance2/glsl3/uninitialized-local-global-variables-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/uninitialized-local-global-variables.html: Added.
* webgl/2.0.y/conformance2/glsl3/valid-invariant-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/valid-invariant.html: Added.
* webgl/2.0.y/conformance2/glsl3/varying-struct-inline-definition-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/varying-struct-inline-definition.html: Added.
* webgl/2.0.y/conformance2/glsl3/vector-dynamic-indexing-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html: Added.
* webgl/2.0.y/conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue-expected.txt: Added.
* webgl/2.0.y/conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html: Added.
* webgl/2.0.y/conformance2/glsl3/vector-dynamic-indexing.html: Added.
* webgl/2.0.y/conformance2/misc/expando-loss-2-expected.txt: Added.
* webgl/2.0.y/conformance2/misc/expando-loss-2.html: Added.
* webgl/2.0.y/conformance2/misc/getextension-while-pbo-bound-stability-expected.txt: Added.
* webgl/2.0.y/conformance2/misc/getextension-while-pbo-bound-stability.html: Added.
* webgl/2.0.y/conformance2/misc/instanceof-test-expected.txt: Added.
* webgl/2.0.y/conformance2/misc/instanceof-test.html: Added.
* webgl/2.0.y/conformance2/misc/null-object-behaviour-2-expected.txt: Added.
* webgl/2.0.y/conformance2/misc/null-object-behaviour-2.html: Added.
* webgl/2.0.y/conformance2/misc/object-deletion-behaviour-2-expected.txt: Added.
* webgl/2.0.y/conformance2/misc/object-deletion-behaviour-2.html: Added.
* webgl/2.0.y/conformance2/misc/uninitialized-test-2-expected.txt: Added.
* webgl/2.0.y/conformance2/misc/uninitialized-test-2.html: Added.
* webgl/2.0.y/conformance2/misc/views-with-offsets-expected.txt: Added.
* webgl/2.0.y/conformance2/misc/views-with-offsets.html: Added.
* webgl/2.0.y/conformance2/offscreencanvas/context-creation-expected.txt: Added.
* webgl/2.0.y/conformance2/offscreencanvas/context-creation-worker-expected.txt: Added.
* webgl/2.0.y/conformance2/offscreencanvas/context-creation-worker.html: Added.
* webgl/2.0.y/conformance2/offscreencanvas/context-creation.html: Added.
* webgl/2.0.y/conformance2/offscreencanvas/methods-2-expected.txt: Added.
* webgl/2.0.y/conformance2/offscreencanvas/methods-2-worker-expected.txt: Added.
* webgl/2.0.y/conformance2/offscreencanvas/methods-2-worker.html: Added.
* webgl/2.0.y/conformance2/offscreencanvas/methods-2.html: Added.
* webgl/2.0.y/conformance2/offscreencanvas/offscreencanvas-query-expected.txt: Added.
* webgl/2.0.y/conformance2/offscreencanvas/offscreencanvas-query.html: Added.
* webgl/2.0.y/conformance2/offscreencanvas/offscreencanvas-sync-expected.txt: Added.
* webgl/2.0.y/conformance2/offscreencanvas/offscreencanvas-sync.html: Added.
* webgl/2.0.y/conformance2/offscreencanvas/offscreencanvas-timer-query-expected.txt: Added.
* webgl/2.0.y/conformance2/offscreencanvas/offscreencanvas-timer-query.html: Added.
* webgl/2.0.y/conformance2/offscreencanvas/offscreencanvas-transfer-image-bitmap-expected.txt: Added.
* webgl/2.0.y/conformance2/offscreencanvas/offscreencanvas-transfer-image-bitmap.html: Added.
* webgl/2.0.y/conformance2/programs/active-built-in-attribs-expected.txt: Added.
* webgl/2.0.y/conformance2/programs/active-built-in-attribs.html: Added.
* webgl/2.0.y/conformance2/programs/gl-get-frag-data-location-expected.txt: Added.
* webgl/2.0.y/conformance2/programs/gl-get-frag-data-location.html: Added.
* webgl/2.0.y/conformance2/programs/sampler-uniforms-expected.txt: Added.
* webgl/2.0.y/conformance2/programs/sampler-uniforms.html: Added.
* webgl/2.0.y/conformance2/query/occlusion-query-expected.txt: Added.
* webgl/2.0.y/conformance2/query/occlusion-query.html: Added.
* webgl/2.0.y/conformance2/query/query-expected.txt: Added.
* webgl/2.0.y/conformance2/query/query.html: Added.
* webgl/2.0.y/conformance2/reading/format-r11f-g11f-b10f-expected.txt: Added.
* webgl/2.0.y/conformance2/reading/format-r11f-g11f-b10f.html: Added.
* webgl/2.0.y/conformance2/reading/read-pixels-from-fbo-test-expected.txt: Added.
* webgl/2.0.y/conformance2/reading/read-pixels-from-fbo-test.html: Added.
* webgl/2.0.y/conformance2/reading/read-pixels-from-rgb8-into-pbo-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/reading/read-pixels-from-rgb8-into-pbo-bug.html: Added.
* webgl/2.0.y/conformance2/reading/read-pixels-into-pixel-pack-buffer-expected.txt: Added.
* webgl/2.0.y/conformance2/reading/read-pixels-into-pixel-pack-buffer.html: Added.
* webgl/2.0.y/conformance2/reading/read-pixels-pack-parameters-expected.txt: Added.
* webgl/2.0.y/conformance2/reading/read-pixels-pack-parameters.html: Added.
* webgl/2.0.y/conformance2/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
* webgl/2.0.y/conformance2/renderbuffers/framebuffer-object-attachment.html: Added.
* webgl/2.0.y/conformance2/renderbuffers/framebuffer-test-expected.txt: Added.
* webgl/2.0.y/conformance2/renderbuffers/framebuffer-test.html: Added.
* webgl/2.0.y/conformance2/renderbuffers/framebuffer-texture-layer-expected.txt: Added.
* webgl/2.0.y/conformance2/renderbuffers/framebuffer-texture-layer.html: Added.
* webgl/2.0.y/conformance2/renderbuffers/invalidate-framebuffer-expected.txt: Added.
* webgl/2.0.y/conformance2/renderbuffers/invalidate-framebuffer.html: Added.
* webgl/2.0.y/conformance2/renderbuffers/multisample-with-full-sample-counts-expected.txt: Added.
* webgl/2.0.y/conformance2/renderbuffers/multisample-with-full-sample-counts.html: Added.
* webgl/2.0.y/conformance2/renderbuffers/multisampled-depth-renderbuffer-initialization-expected.txt: Added.
* webgl/2.0.y/conformance2/renderbuffers/multisampled-depth-renderbuffer-initialization.html: Added.
* webgl/2.0.y/conformance2/renderbuffers/multisampled-renderbuffer-initialization-expected.txt: Added.
* webgl/2.0.y/conformance2/renderbuffers/multisampled-renderbuffer-initialization.html: Added.
* webgl/2.0.y/conformance2/renderbuffers/multisampled-stencil-renderbuffer-initialization-expected.txt: Added.
* webgl/2.0.y/conformance2/renderbuffers/multisampled-stencil-renderbuffer-initialization.html: Added.
* webgl/2.0.y/conformance2/renderbuffers/readbuffer-expected.txt: Added.
* webgl/2.0.y/conformance2/renderbuffers/readbuffer.html: Added.
* webgl/2.0.y/conformance2/rendering/attrib-type-match-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/attrib-type-match.html: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-filter-outofbounds-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-filter-outofbounds.html: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-filter-srgb-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-filter-srgb.html: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-multisampled-readbuffer-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-multisampled-readbuffer.html: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-outside-readbuffer-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-outside-readbuffer.html: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-r11f-g11f-b10f-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-r11f-g11f-b10f.html: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-resolve-to-back-buffer-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-resolve-to-back-buffer.html: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-scissor-enabled-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-scissor-enabled.html: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-size-overflow-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-size-overflow.html: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-srgb-and-linear-drawbuffers-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-srgb-and-linear-drawbuffers.html: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-stencil-only-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-stencil-only.html: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-test-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/blitframebuffer-test.html: Added.
* webgl/2.0.y/conformance2/rendering/canvas-resizing-with-pbo-bound-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/canvas-resizing-with-pbo-bound.html: Added.
* webgl/2.0.y/conformance2/rendering/clear-func-buffer-type-match-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/clear-func-buffer-type-match.html: Added.
* webgl/2.0.y/conformance2/rendering/clear-srgb-color-buffer-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/clear-srgb-color-buffer.html: Added.
* webgl/2.0.y/conformance2/rendering/clearbuffer-sub-source-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/clearbuffer-sub-source.html: Added.
* webgl/2.0.y/conformance2/rendering/clearbufferfv-with-alpha-false-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/clearbufferfv-with-alpha-false.html: Added.
* webgl/2.0.y/conformance2/rendering/clipping-wide-points-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/clipping-wide-points.html: Added.
* webgl/2.0.y/conformance2/rendering/depth-stencil-feedback-loop-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/depth-stencil-feedback-loop.html: Added.
* webgl/2.0.y/conformance2/rendering/draw-buffers-dirty-state-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/draw-buffers-dirty-state-bug.html: Added.
* webgl/2.0.y/conformance2/rendering/draw-buffers-driver-hang-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/draw-buffers-driver-hang.html: Added.
* webgl/2.0.y/conformance2/rendering/draw-buffers-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/draw-buffers.html: Added.
* webgl/2.0.y/conformance2/rendering/draw-with-integer-texture-base-level-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/draw-with-integer-texture-base-level.html: Added.
* webgl/2.0.y/conformance2/rendering/element-index-uint-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/element-index-uint.html: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-completeness-draw-framebuffer-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-completeness-draw-framebuffer.html: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-completeness-unaffected-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-completeness-unaffected.html: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-mismatched-attachment-targets-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-mismatched-attachment-targets.html: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-render-to-layer-angle-issue-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-render-to-layer-angle-issue.html: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-render-to-layer-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-render-to-layer.html: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-texture-changing-base-level-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-texture-changing-base-level.html: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-texture-level1-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-texture-level1.html: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-unsupported-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/framebuffer-unsupported.html: Added.
* webgl/2.0.y/conformance2/rendering/fs-color-type-mismatch-color-buffer-type-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/fs-color-type-mismatch-color-buffer-type.html: Added.
* webgl/2.0.y/conformance2/rendering/instanced-arrays-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/instanced-arrays.html: Added.
* webgl/2.0.y/conformance2/rendering/instanced-rendering-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/instanced-rendering-bug.html: Added.
* webgl/2.0.y/conformance2/rendering/instanced-rendering-large-divisor-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/instanced-rendering-large-divisor.html: Added.
* webgl/2.0.y/conformance2/rendering/line-rendering-quality-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/line-rendering-quality.html: Added.
* webgl/2.0.y/conformance2/rendering/multisampling-fragment-evaluation-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/multisampling-fragment-evaluation.html: Added.
* webgl/2.0.y/conformance2/rendering/out-of-bounds-index-buffers-after-copying-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/out-of-bounds-index-buffers-after-copying.html: Added.
* webgl/2.0.y/conformance2/rendering/rasterizer-discard-and-implicit-clear-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/rasterizer-discard-and-implicit-clear.html: Added.
* webgl/2.0.y/conformance2/rendering/read-draw-when-missing-image-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/read-draw-when-missing-image.html: Added.
* webgl/2.0.y/conformance2/rendering/rgb-format-support-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/rgb-format-support.html: Added.
* webgl/2.0.y/conformance2/rendering/texture-switch-performance-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/texture-switch-performance.html: Added.
* webgl/2.0.y/conformance2/rendering/uniform-block-buffer-size-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/uniform-block-buffer-size.html: Added.
* webgl/2.0.y/conformance2/rendering/vertex-id-expected.txt: Added.
* webgl/2.0.y/conformance2/rendering/vertex-id.html: Added.
* webgl/2.0.y/conformance2/samplers/multi-context-sampler-test-expected.txt: Added.
* webgl/2.0.y/conformance2/samplers/multi-context-sampler-test.html: Added.
* webgl/2.0.y/conformance2/samplers/sampler-drawing-test-expected.txt: Added.
* webgl/2.0.y/conformance2/samplers/sampler-drawing-test.html: Added.
* webgl/2.0.y/conformance2/samplers/samplers-expected.txt: Added.
* webgl/2.0.y/conformance2/samplers/samplers.html: Added.
* webgl/2.0.y/conformance2/state/gl-enum-tests-expected.txt: Added.
* webgl/2.0.y/conformance2/state/gl-enum-tests.html: Added.
* webgl/2.0.y/conformance2/state/gl-get-calls-expected.txt: Added.
* webgl/2.0.y/conformance2/state/gl-get-calls.html: Added.
* webgl/2.0.y/conformance2/state/gl-getstring-expected.txt: Added.
* webgl/2.0.y/conformance2/state/gl-getstring.html: Added.
* webgl/2.0.y/conformance2/state/gl-object-get-calls-expected.txt: Added.
* webgl/2.0.y/conformance2/state/gl-object-get-calls.html: Added.
* webgl/2.0.y/conformance2/sync/sync-webgl-specific-expected.txt: Added.
* webgl/2.0.y/conformance2/sync/sync-webgl-specific.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_blob/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_canvas/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_bitmap/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_image_data/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_bitmap_from_video/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/image_data/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/misc/active-3d-texture-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/active-3d-texture-bug.html: Added.
* webgl/2.0.y/conformance2/textures/misc/angle-stuck-depth-textures-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/angle-stuck-depth-textures.html: Added.
* webgl/2.0.y/conformance2/textures/misc/canvas-remains-unchanged-after-used-in-webgl-texture-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/canvas-remains-unchanged-after-used-in-webgl-texture.html: Added.
* webgl/2.0.y/conformance2/textures/misc/compressed-tex-from-pbo-crash-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/compressed-tex-from-pbo-crash.html: Added.
* webgl/2.0.y/conformance2/textures/misc/compressed-tex-image-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/compressed-tex-image.html: Added.
* webgl/2.0.y/conformance2/textures/misc/copy-texture-cube-map-AMD-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/copy-texture-cube-map-AMD-bug.html: Added.
* webgl/2.0.y/conformance2/textures/misc/copy-texture-cube-map-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/copy-texture-cube-map-bug.html: Added.
* webgl/2.0.y/conformance2/textures/misc/copy-texture-image-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/copy-texture-image-luma-format-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/copy-texture-image-luma-format.html: Added.
* webgl/2.0.y/conformance2/textures/misc/copy-texture-image-same-texture-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/copy-texture-image-same-texture.html: Added.
* webgl/2.0.y/conformance2/textures/misc/copy-texture-image-webgl-specific-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/copy-texture-image-webgl-specific.html: Added.
* webgl/2.0.y/conformance2/textures/misc/copy-texture-image.html: Added.
* webgl/2.0.y/conformance2/textures/misc/generate-mipmap-with-large-base-level-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/generate-mipmap-with-large-base-level.html: Added.
* webgl/2.0.y/conformance2/textures/misc/gl-get-tex-parameter-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/gl-get-tex-parameter.html: Added.
* webgl/2.0.y/conformance2/textures/misc/integer-cubemap-specification-order-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/integer-cubemap-specification-order-bug.html: Added.
* webgl/2.0.y/conformance2/textures/misc/integer-cubemap-texture-sampling-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/integer-cubemap-texture-sampling.html: Added.
* webgl/2.0.y/conformance2/textures/misc/mipmap-fbo-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/mipmap-fbo.html: Added.
* webgl/2.0.y/conformance2/textures/misc/npot-video-sizing-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/npot-video-sizing.html: Added.
* webgl/2.0.y/conformance2/textures/misc/origin-clean-conformance-offscreencanvas-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/origin-clean-conformance-offscreencanvas.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-3d-mipmap-levels-intel-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-3d-mipmap-levels-intel-bug.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-3d-size-limit-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-3d-size-limit.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-base-level-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-base-level-bug.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-image-and-sub-image-with-array-buffer-view-sub-source-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-image-and-sub-image-with-array-buffer-view-sub-source.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-image-with-bad-args-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-image-with-bad-args-from-dom-elements-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-image-with-bad-args-from-dom-elements.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-image-with-bad-args.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-image-with-different-data-source-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-image-with-different-data-source.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-input-validation-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-input-validation.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-mipmap-levels-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-mipmap-levels.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-new-formats-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-new-formats.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-srgb-mipmap-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-srgb-mipmap.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-storage-2d-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-storage-2d.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-storage-and-subimage-3d-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-storage-and-subimage-3d.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-storage-compressed-formats-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-storage-compressed-formats.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-subimage3d-canvas-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-subimage3d-canvas-bug.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-subimage3d-pixel-buffer-bug-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-subimage3d-pixel-buffer-bug.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-unpack-params-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-unpack-params-imagedata-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-unpack-params-imagedata.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-unpack-params-with-flip-y-and-premultiply-alpha-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-unpack-params-with-flip-y-and-premultiply-alpha.html: Added.
* webgl/2.0.y/conformance2/textures/misc/tex-unpack-params.html: Added.
* webgl/2.0.y/conformance2/textures/misc/texel-fetch-undefined-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/texel-fetch-undefined.html: Added.
* webgl/2.0.y/conformance2/textures/misc/texture-npot-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/misc/texture-npot.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/svg_image/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/video/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-2d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r11f_g11f_b10f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r11f_g11f_b10f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r16f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r16f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r16f-red-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r16f-red-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r32f-red-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r32f-red-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r8-red-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r8-red-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-r8ui-red_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg16f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg16f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg16f-rg-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg16f-rg-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg32f-rg-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg32f-rg-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg8-rg-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg8-rg-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rg8ui-rg_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb10_a2-rgba-unsigned_int_2_10_10_10_rev.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb16f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb16f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb16f-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb16f-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb32f-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb32f-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb565-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb565-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb565-rgb-unsigned_short_5_6_5.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb5_a1-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba16f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba16f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba16f-rgba-half_float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba16f-rgba-half_float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba32f-rgba-float-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba32f-rgba-float.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba4-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba4-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-rgba8ui-rgba_integer-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-srgb8-rgb-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-srgb8-rgb-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt: Added.
* webgl/2.0.y/conformance2/textures/webgl_canvas/tex-3d-srgb8_alpha8-rgba-unsigned_byte.html: Added.
* webgl/2.0.y/conformance2/transform_feedback/default_transform_feedback-expected.txt: Added.
* webgl/2.0.y/conformance2/transform_feedback/default_transform_feedback.html: Added.
* webgl/2.0.y/conformance2/transform_feedback/non-existent-varying-expected.txt: Added.
* webgl/2.0.y/conformance2/transform_feedback/non-existent-varying.html: Added.
* webgl/2.0.y/conformance2/transform_feedback/same-buffer-two-binding-points-expected.txt: Added.
* webgl/2.0.y/conformance2/transform_feedback/same-buffer-two-binding-points.html: Added.
* webgl/2.0.y/conformance2/transform_feedback/simultaneous_binding-expected.txt: Added.
* webgl/2.0.y/conformance2/transform_feedback/simultaneous_binding.html: Added.
* webgl/2.0.y/conformance2/transform_feedback/switching-objects-expected.txt: Added.
* webgl/2.0.y/conformance2/transform_feedback/switching-objects.html: Added.
* webgl/2.0.y/conformance2/transform_feedback/too-small-buffers-expected.txt: Added.
* webgl/2.0.y/conformance2/transform_feedback/too-small-buffers.html: Added.
* webgl/2.0.y/conformance2/transform_feedback/transform_feedback-expected.txt: Added.
* webgl/2.0.y/conformance2/transform_feedback/transform_feedback.html: Added.
* webgl/2.0.y/conformance2/transform_feedback/two-unreferenced-varyings-expected.txt: Added.
* webgl/2.0.y/conformance2/transform_feedback/two-unreferenced-varyings.html: Added.
* webgl/2.0.y/conformance2/transform_feedback/unwritten-output-defaults-to-zero-expected.txt: Added.
* webgl/2.0.y/conformance2/transform_feedback/unwritten-output-defaults-to-zero.html: Added.
* webgl/2.0.y/conformance2/uniforms/dependent-buffer-change-expected.txt: Added.
* webgl/2.0.y/conformance2/uniforms/dependent-buffer-change.html: Added.
* webgl/2.0.y/conformance2/uniforms/draw-with-uniform-blocks-expected.txt: Added.
* webgl/2.0.y/conformance2/uniforms/draw-with-uniform-blocks.html: Added.
* webgl/2.0.y/conformance2/uniforms/gl-uniform-arrays-sub-source-expected.txt: Added.
* webgl/2.0.y/conformance2/uniforms/gl-uniform-arrays-sub-source.html: Added.
* webgl/2.0.y/conformance2/uniforms/incompatible-texture-type-for-sampler-expected.txt: Added.
* webgl/2.0.y/conformance2/uniforms/incompatible-texture-type-for-sampler.html: Added.
* webgl/2.0.y/conformance2/uniforms/large-uniform-buffers-expected.txt: Added.
* webgl/2.0.y/conformance2/uniforms/large-uniform-buffers.html: Added.
* webgl/2.0.y/conformance2/uniforms/query-uniform-blocks-after-shader-detach-expected.txt: Added.
* webgl/2.0.y/conformance2/uniforms/query-uniform-blocks-after-shader-detach.html: Added.
* webgl/2.0.y/conformance2/uniforms/simple-buffer-change-expected.txt: Added.
* webgl/2.0.y/conformance2/uniforms/simple-buffer-change.html: Added.
* webgl/2.0.y/conformance2/uniforms/uniform-blocks-with-arrays-expected.txt: Added.
* webgl/2.0.y/conformance2/uniforms/uniform-blocks-with-arrays.html: Added.
* webgl/2.0.y/conformance2/vertex_arrays/vertex-array-object-and-disabled-attributes-expected.txt: Added.
* webgl/2.0.y/conformance2/vertex_arrays/vertex-array-object-and-disabled-attributes.html: Added.
* webgl/2.0.y/conformance2/vertex_arrays/vertex-array-object-expected.txt: Added.
* webgl/2.0.y/conformance2/vertex_arrays/vertex-array-object.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/arrays-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/arrays.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/conditionals-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/conditionals.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/constant_expressions-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/constant_expressions.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/constants-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/constants.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/conversions-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/conversions.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/declarations-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/declarations.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/fragdata-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/fragdata.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/functions-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/functions.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/invalid_texture_functions-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/invalid_texture_functions.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/keywords-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/keywords.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/linkage-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/linkage.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/negative-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/negative.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/preprocessor-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/preprocessor.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/qualification_order-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/qualification_order.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/scoping-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/scoping.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/switch-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/switch.html: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/swizzles-expected.txt: Added.
* webgl/2.0.y/deqp/data/gles3/shaders/swizzles.html: Added.
* webgl/2.0.y/deqp/framework/opengl/simplereference/referencecontext-expected.txt: Added.
* webgl/2.0.y/deqp/framework/opengl/simplereference/referencecontext.html: Added.
* webgl/2.0.y/deqp/functional/gles3/attriblocation-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/attriblocation.html: Added.
* webgl/2.0.y/deqp/functional/gles3/booleanstatequery-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/booleanstatequery.html: Added.
* webgl/2.0.y/deqp/functional/gles3/buffercopy-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/buffercopy.html: Added.
* webgl/2.0.y/deqp/functional/gles3/bufferobjectquery-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/bufferobjectquery.html: Added.
* webgl/2.0.y/deqp/functional/gles3/clipping-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/clipping.html: Added.
* webgl/2.0.y/deqp/functional/gles3/defaultvertexattribute-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/defaultvertexattribute.html: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/draw_arrays-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/draw_arrays.html: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/draw_arrays_instanced-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/draw_arrays_instanced.html: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/draw_elements-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/draw_elements.html: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/draw_elements_instanced-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/draw_elements_instanced.html: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/draw_range_elements-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/draw_range_elements.html: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/instancing-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/instancing.html: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/random-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/draw/random.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/blend-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/blend.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/clear-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/clear.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2d_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2d_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2d_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2d_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2d_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2d_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2d_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2d_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2d_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2d_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2d_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2d_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2darray_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2darray_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2darray_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2darray_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2darray_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2darray_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2darray_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2darray_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2darray_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2darray_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2darray_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex2darray_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex3d_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex3d_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex3d_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex3d_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex3d_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex3d_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex3d_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex3d_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex3d_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex3d_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex3d_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/tex3d_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/texcube_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/texcube_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/texcube_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/texcube_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/texcube_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/texcube_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/texcube_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/texcube_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/texcube_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/texcube_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/texcube_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocolorbuffer/texcube_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocompleteness-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbocompleteness.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbodepthbuffer-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbodepthbuffer.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/default-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/default.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/format_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/format_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/format_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/format_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/format_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/format_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/sub-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/sub.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/target-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/target.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/whole-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fboinvalidate/whole.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbomultisample.2_samples-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbomultisample.2_samples.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbomultisample.4_samples-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbomultisample.4_samples.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbomultisample.8_samples-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbomultisample.8_samples.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_06-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_color_06.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_depth_stencil-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/recreate_depth_stencil.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/resize_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/resize_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/resize_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/resize_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/resize_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/resize_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/resize_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/resize_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/shared_colorbuffer_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/shared_colorbuffer_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/shared_colorbuffer_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/shared_colorbuffer_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/shared_colorbuffer_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/shared_colorbuffer_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/shared_colorbuffer_clear-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/shared_colorbuffer_clear.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/shared_depth_stencil-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/shared_depth_stencil.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/stencil_clear-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fborender/stencil_clear.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbostatequery-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbostatequery.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fbostencilbuffer-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fbostencilbuffer.html: Added.
* webgl/2.0.y/deqp/functional/gles3/floatstatequery-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/floatstatequery.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fragdepth-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fragdepth.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/array.fixed-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/array.fixed.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/array.float-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/array.float.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/array.int-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/array.int.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/array.uint-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/array.uint.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/basic.fixed-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/basic.fixed.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/basic.float-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/basic.float.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/basic.int-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/basic.int.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/basic.uint-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/basic.uint.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/random_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/random_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/random_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/random_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/random_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/fragmentoutput/random_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_06-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_06.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_07-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_07.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_08-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_08.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_09-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_09.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_10-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_10.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_11-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_11.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_12-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_12.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_13-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_13.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_14-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_14.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_15-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_15.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_16-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_16.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_17-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_17.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_18-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_18.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_19-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_19.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_20-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_20.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_21-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_21.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_22-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_22.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_23-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_23.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_24-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_24.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_25-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_25.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_26-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_26.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_27-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_27.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_28-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_28.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_29-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_29.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_30-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_30.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_31-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_31.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_32-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_32.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_33-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_33.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_34-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/conversion_34.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_06-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/default_framebuffer_06.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/depth_stencil-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/depth_stencil.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_06-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/framebufferblit/rect_06.html: Added.
* webgl/2.0.y/deqp/functional/gles3/indexedstatequery-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/indexedstatequery.html: Added.
* webgl/2.0.y/deqp/functional/gles3/instancedrendering-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/instancedrendering.html: Added.
* webgl/2.0.y/deqp/functional/gles3/integerstatequery-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/integerstatequery.html: Added.
* webgl/2.0.y/deqp/functional/gles3/internalformatquery-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/internalformatquery.html: Added.
* webgl/2.0.y/deqp/functional/gles3/lifetime-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/lifetime.html: Added.
* webgl/2.0.y/deqp/functional/gles3/multisample-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/multisample.html: Added.
* webgl/2.0.y/deqp/functional/gles3/negativebufferapi-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/negativebufferapi.html: Added.
* webgl/2.0.y/deqp/functional/gles3/negativefragmentapi-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/negativefragmentapi.html: Added.
* webgl/2.0.y/deqp/functional/gles3/negativeshaderapi-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/negativeshaderapi.html: Added.
* webgl/2.0.y/deqp/functional/gles3/negativestateapi-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/negativestateapi.html: Added.
* webgl/2.0.y/deqp/functional/gles3/negativetextureapi-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/negativetextureapi.html: Added.
* webgl/2.0.y/deqp/functional/gles3/negativevertexarrayapi-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/negativevertexarrayapi.html: Added.
* webgl/2.0.y/deqp/functional/gles3/occlusionquery_conservative-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/occlusionquery_conservative.html: Added.
* webgl/2.0.y/deqp/functional/gles3/occlusionquery_strict-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/occlusionquery_strict.html: Added.
* webgl/2.0.y/deqp/functional/gles3/pixelbufferobject-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/pixelbufferobject.html: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/06-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/06.html: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/07-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/primitiverestart/07.html: Added.
* webgl/2.0.y/deqp/functional/gles3/rasterizerdiscard-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/rasterizerdiscard.html: Added.
* webgl/2.0.y/deqp/functional/gles3/rbostatequery-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/rbostatequery.html: Added.
* webgl/2.0.y/deqp/functional/gles3/readpixel-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/readpixel.html: Added.
* webgl/2.0.y/deqp/functional/gles3/samplerobject-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/samplerobject.html: Added.
* webgl/2.0.y/deqp/functional/gles3/samplerstatequery-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/samplerstatequery.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderapi-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderapi.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderbuiltinvar-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderbuiltinvar.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadercommonfunction-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadercommonfunction.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderderivate_dfdx-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderderivate_dfdx.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderderivate_dfdy-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderderivate_dfdy.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderderivate_fwidth-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderderivate_fwidth.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/mat_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/mat_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/mat_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/mat_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/mat_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/mat_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/tmp-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/tmp.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/uniform-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/uniform.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/varying-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/varying.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/vec2-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/vec2.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/vec3-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/vec3.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/vec4-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderindexing/vec4.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderloop_do_while-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderloop_do_while.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderloop_for-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderloop_for.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderloop_while-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderloop_while.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/add_assign-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/add_assign.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/add_const-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/add_const.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/add_dynamic-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/add_dynamic.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/add_uniform-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/add_uniform.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/determinant-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/determinant.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/div_assign-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/div_assign.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/div_const-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/div_const.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/div_dynamic-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/div_dynamic.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/div_uniform-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/div_uniform.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/inverse-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/inverse.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/matrixcompmult-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/matrixcompmult.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_assign-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_assign.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_const_highp-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_const_highp.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_const_lowp-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_const_lowp.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_const_mediump-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_const_mediump.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_dynamic_highp-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_dynamic_highp.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_dynamic_lowp-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_dynamic_lowp.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_dynamic_mediump-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_dynamic_mediump.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_uniform_highp-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_uniform_highp.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_uniform_lowp-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_uniform_lowp.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_uniform_mediump-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/mul_uniform_mediump.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/negation-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/negation.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/outerproduct-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/outerproduct.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/post_decrement-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/post_decrement.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/post_increment-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/post_increment.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/pre_decrement-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/pre_decrement.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/pre_increment-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/pre_increment.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/sub_assign-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/sub_assign.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/sub_const-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/sub_const.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/sub_dynamic-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/sub_dynamic.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/sub_uniform-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/sub_uniform.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/transpose-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/transpose.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/unary_addition-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadermatrix/unary_addition.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_06-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_06.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_07-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_07.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_08-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_08.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_09-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_09.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_10-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_10.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_11-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_11.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_12-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_12.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_13-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_13.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_14-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_14.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_15-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/binary_operator_15.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/bool_compare-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/bool_compare.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_06-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/common_functions_06.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/exponential-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/exponential.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/float_compare-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/float_compare.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/geometric-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/geometric.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/int_compare-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/int_compare.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/selection-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/selection.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/sequence-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/sequence.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/unary_operator_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/unary_operator_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/unary_operator_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/unary_operator_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/unary_operator_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderoperator/unary_operator_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderpackingfunction-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderpackingfunction.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderprecision_float-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderprecision_float.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderprecision_int-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderprecision_int.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderprecision_uint-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderprecision_uint.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderstatequery-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderstatequery.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderstruct-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderstruct.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderswitch-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shaderswitch.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texelfetch-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texelfetch.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texelfetchoffset-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texelfetchoffset.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texture-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texture.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texturegrad-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texturegrad.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texturegradoffset-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texturegradoffset.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texturelod-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texturelod.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texturelodoffset-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texturelodoffset.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureoffset-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureoffset.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureproj-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureproj.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureprojgrad-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureprojgrad.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureprojgradoffset-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureprojgradoffset.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureprojlod-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureprojlod.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureprojlodoffset-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureprojlodoffset.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureprojoffset-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/textureprojoffset.html: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texturesize-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/shadertexturefunction/texturesize.html: Added.
* webgl/2.0.y/deqp/functional/gles3/stringquery-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/stringquery.html: Added.
* webgl/2.0.y/deqp/functional/gles3/sync-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/sync.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_combinations_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_combinations_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_combinations_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_combinations_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_combinations_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_combinations_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_combinations_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_combinations_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_combinations_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_combinations_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_combinations_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_combinations_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_06-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_06.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_07-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_07.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_08-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_08.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_09-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_formats_09.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_sizes_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_sizes_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_sizes_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_sizes_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_sizes_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_sizes_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_sizes_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_sizes_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_sizes_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_array_sizes_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_combinations_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_combinations_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_combinations_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_combinations_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_combinations_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_combinations_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_combinations_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_combinations_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_combinations_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_combinations_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_combinations_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_combinations_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_06-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_06.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_07-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_07.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_08-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_08.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_09-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_formats_09.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_sizes_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_sizes_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_sizes_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_sizes_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_sizes_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_sizes_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_sizes_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_sizes_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_sizes_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_sizes_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_sizes_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/2d_sizes_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_06-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_06.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_07-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_07.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_08-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_08.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_09-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_09.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_10-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_10.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_11-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_11.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_12-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_12.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_13-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_13.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_14-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_14.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_15-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_15.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_16-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_16.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_17-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_17.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_18-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_18.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_19-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_19.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_20-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_20.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_21-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_21.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_22-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_22.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_23-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_23.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_24-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_24.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_25-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_25.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_26-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_26.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_27-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_27.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_28-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_28.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_29-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_29.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_30-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_30.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_31-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_31.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_32-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_32.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_33-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_33.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_34-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_34.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_35-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_combinations_35.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_06-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_06.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_07-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_07.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_08-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_08.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_09-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_formats_09.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_sizes_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_sizes_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_sizes_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_sizes_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_sizes_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_sizes_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_sizes_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_sizes_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_sizes_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/3d_sizes_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_combinations_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_combinations_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_combinations_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_combinations_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_combinations_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_combinations_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_combinations_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_combinations_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_combinations_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_combinations_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_combinations_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_combinations_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_05-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_05.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_06-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_06.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_07-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_07.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_08-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_08.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_09-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_formats_09.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_no_edges_visible-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_no_edges_visible.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_sizes_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_sizes_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_sizes_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_sizes_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_sizes_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_sizes_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_sizes_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_sizes_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_sizes_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturefiltering/cube_sizes_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/compressed_2d-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/compressed_2d.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/compressed_cube-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/compressed_cube.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_npot_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_npot_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_npot_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_npot_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_npot_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_npot_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_npot_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_npot_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_pot_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_pot_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_pot_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_pot_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_pot_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_pot_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_pot_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_array_pot_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_npot_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_npot_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_npot_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_npot_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_npot_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_npot_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_npot_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_npot_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_pot_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_pot_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_pot_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_pot_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_pot_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_pot_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_pot_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_2d_pot_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_npot_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_npot_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_npot_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_npot_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_npot_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_npot_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_npot_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_npot_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_pot_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_pot_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_pot_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_pot_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_pot_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_pot_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_pot_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_3d_pot_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_npot_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_npot_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_npot_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_npot_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_npot_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_npot_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_npot_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_npot_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_pot_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_pot_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_pot_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_pot_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_pot_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_pot_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_pot_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_color_cube_pot_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_depth_stencil-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/sized_depth_stencil.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/unsized_2d-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/unsized_2d.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/unsized_2d_array-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/unsized_2d_array.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/unsized_3d-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureformat/unsized_3d.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_linear_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_mipmap_nearest_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_linear_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_linear_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_mipmap_nearest_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_array_nearest_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_linear_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_mipmap_nearest_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_linear_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_linear_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_mipmap_nearest_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/2d_nearest_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_linear_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_mipmap_nearest_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_linear_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_linear_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_always-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_always.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_greater_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less_or_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_less_or_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_mipmap_nearest_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_never-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_never.html: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_not_equal-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/textureshadow/cube_nearest_not_equal.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_copyteximage2d-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_copyteximage2d.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_copytexsubimage2d-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_copytexsubimage2d.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_2d_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_2d_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_2d_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_2d_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_cube_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_cube_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_cube_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_cube_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_cube_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_cube_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_cube_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_cube_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_cube_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage2d_cube_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_2d_array_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_2d_array_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_2d_array_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_2d_array_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_2d_array_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_2d_array_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_3d_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_3d_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_3d_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_3d_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_3d_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_3d_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_3d_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_3d_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_3d_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_teximage3d_3d_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_2d_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_2d_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_2d_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_2d_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_2d_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_2d_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_cube_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_cube_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_cube_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_cube_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_cube_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_cube_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_cube_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_cube_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_cube_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage2d_cube_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage3d_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage3d_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage3d_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage3d_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage3d_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage3d_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage3d_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage3d_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage3d_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/basic_texsubimage3d_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/random_teximage2d_2d-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/random_teximage2d_2d.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/random_teximage2d_cube-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/random_teximage2d_cube.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_align-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_align.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_depth-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_depth.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_depth_pbo-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_depth_pbo.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_2d_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_2d_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_2d_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_2d_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_cube_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_cube_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_cube_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_cube_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_cube_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_cube_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_cube_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_cube_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_cube_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_cube_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_params-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_pbo_params.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_unpack_params-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage2d_unpack_params.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_depth-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_depth.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_depth_pbo-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_depth_pbo.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_pbo_2d_array_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_pbo_2d_array_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_pbo_2d_array_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_pbo_2d_array_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_pbo_3d_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_pbo_3d_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_pbo_3d_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_pbo_3d_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_pbo_params-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_pbo_params.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_unpack_params-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/teximage3d_unpack_params.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_2d_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_2d_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_2d_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_2d_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_2d_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_2d_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_cube_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_cube_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_cube_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_cube_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_cube_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_cube_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_cube_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_cube_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_cube_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_cube_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_depth_stencil-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_depth_stencil.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_size-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage2d_format_size.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_2d_array_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_2d_array_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_2d_array_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_2d_array_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_2d_array_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_2d_array_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_3d_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_3d_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_3d_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_3d_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_3d_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_3d_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_3d_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_3d_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_depth_stencil-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_depth_stencil.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_size-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texstorage3d_format_size.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_align-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_align.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_depth-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_depth.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_empty_tex-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_empty_tex.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_2d_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_2d_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_2d_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_2d_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_cube_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_cube_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_cube_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_cube_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_cube_02-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_cube_02.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_cube_03-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_cube_03.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_cube_04-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_cube_04.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_params-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_pbo_params.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_unpack_params-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage2d_unpack_params.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_depth-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_depth.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_pbo_2d_array_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_pbo_2d_array_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_pbo_2d_array_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_pbo_2d_array_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_pbo_3d_00-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_pbo_3d_00.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_pbo_3d_01-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_pbo_3d_01.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_pbo_params-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_pbo_params.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_unpack_params-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturespecification/texsubimage3d_unpack_params.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturestatequery-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturestatequery.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_r11_npot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_r11_npot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_r11_pot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_r11_pot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_rg11_npot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_rg11_npot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_rg11_pot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_rg11_pot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_signed_r11_npot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_signed_r11_npot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_signed_r11_pot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_signed_r11_pot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_signed_rg11_npot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_signed_rg11_npot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_signed_rg11_pot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/eac_signed_rg11_pot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_eac_rgba8_npot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_eac_rgba8_npot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_eac_rgba8_pot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_eac_rgba8_pot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_eac_srgb8_alpha8_npot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_eac_srgb8_alpha8_npot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_eac_srgb8_alpha8_pot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_eac_srgb8_alpha8_pot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_rgb8_npot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_rgb8_npot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_rgb8_pot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_rgb8_pot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_rgb8_punchthrough_alpha1_npot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_rgb8_punchthrough_alpha1_npot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_rgb8_punchthrough_alpha1_pot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_rgb8_punchthrough_alpha1_pot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_srgb8_npot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_srgb8_npot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_srgb8_pot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_srgb8_pot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_srgb8_punchthrough_alpha1_npot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_srgb8_punchthrough_alpha1_npot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_srgb8_punchthrough_alpha1_pot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/etc2_srgb8_punchthrough_alpha1_pot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/rgba8_npot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/rgba8_npot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/rgba8_pot-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/texturewrap/rgba8_pot.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_element_interleaved_lines-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_element_interleaved_lines.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_element_interleaved_points-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_element_interleaved_points.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_element_interleaved_triangles-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_element_interleaved_triangles.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_element_separate_lines-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_element_separate_lines.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_element_separate_points-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_element_separate_points.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_element_separate_triangles-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_element_separate_triangles.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_interleaved_lines-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_interleaved_lines.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_interleaved_points-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_interleaved_points.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_interleaved_triangles-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_interleaved_triangles.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_separate_lines-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_separate_lines.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_separate_points-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_separate_points.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_separate_triangles-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/array_separate_triangles.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/basic_types_interleaved_lines-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/basic_types_interleaved_lines.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/basic_types_interleaved_points-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/basic_types_interleaved_points.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/basic_types_interleaved_triangles-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/basic_types_interleaved_triangles.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/basic_types_separate_lines-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/basic_types_separate_lines.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/basic_types_separate_points-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/basic_types_separate_points.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/basic_types_separate_triangles-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/basic_types_separate_triangles.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/interpolation_centroid-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/interpolation_centroid.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/interpolation_flat-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/interpolation_flat.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/interpolation_smooth-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/interpolation_smooth.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/point_size-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/point_size.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/position-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/position.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/random_interleaved_lines-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/random_interleaved_lines.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/random_interleaved_points-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/random_interleaved_points.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/random_interleaved_triangles-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/random_interleaved_triangles.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/random_separate_lines-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/random_separate_lines.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/random_separate_points-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/random_separate_points.html: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/random_separate_triangles-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/transformfeedback/random_separate_triangles.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformapi/info_query-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformapi/info_query.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformapi/random-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformapi/random.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformapi/value_assigned-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformapi/value_assigned.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformapi/value_initial-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformapi/value_initial.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/instance_array_basic_type-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/instance_array_basic_type.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/multi_basic_types-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/multi_basic_types.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/multi_nested_struct-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/multi_nested_struct.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/random-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/random.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/single_basic_array-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/single_basic_array.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/single_basic_type-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/single_basic_type.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/single_nested_struct-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/single_nested_struct.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/single_nested_struct_array-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/single_nested_struct_array.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/single_struct-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/single_struct.html: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/single_struct_array-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/uniformbuffers/single_struct_array.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrayobject-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrayobject.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/multiple_attributes.count-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/multiple_attributes.count.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/multiple_attributes.output-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/multiple_attributes.output.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/multiple_attributes.storage-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/multiple_attributes.storage.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/multiple_attributes.stride-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/multiple_attributes.stride.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.first-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.first.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.normalize-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.normalize.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.offset-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.offset.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.byte-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.byte.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.float-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.float.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.half-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.half.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.int-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.int.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.int_2_10_10_10-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.int_2_10_10_10.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.short-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.short.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.unsigned_byte-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.unsigned_byte.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.unsigned_int-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.unsigned_int.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.unsigned_int_2_10_10_10-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.unsigned_int_2_10_10_10.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.unsigned_short-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.output_type.unsigned_short.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.stride-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.stride.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.dynamic_copy-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.dynamic_copy.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.dynamic_draw-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.dynamic_draw.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.dynamic_read-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.dynamic_read.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.static_copy-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.static_copy.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.static_draw-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.static_draw.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.static_read-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.static_read.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.stream_copy-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.stream_copy.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.stream_draw-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.stream_draw.html: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.stream_read-expected.txt: Added.
* webgl/2.0.y/deqp/functional/gles3/vertexarrays/single_attribute.usage.stream_read.html: Added.

Canonical link: https://commits.webkit.org/235538@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@274718 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-03-19 14:48:10 +00:00
..
1.0.3
1.0.x Add WebGL 1.0.4 test drivers and test expectations to the repository 2021-03-19 14:28:33 +00:00
2.0.0
2.0.y Add WebGL 2.0.1 test drivers and test expectations to the repository 2021-03-19 14:48:10 +00:00
conformance/extensions Add WebGL 1.0.4 test drivers and test expectations to the repository 2021-03-19 14:28:33 +00:00
conformance2/uniforms Add WebGL 1.0.4 test drivers and test expectations to the repository 2021-03-19 14:28:33 +00:00
resources Add WebGL 1.0.4 test drivers and test expectations to the repository 2021-03-19 14:28:33 +00:00
TestExpectations
many-contexts-access-after-loss-expected.txt
many-contexts-access-after-loss.html
many-contexts-expected.txt
many-contexts.html
max-active-contexts-console-warning-expected.txt
max-active-contexts-console-warning.html
max-active-contexts-gc-expected.txt
max-active-contexts-gc.html
max-active-contexts-oldest-context-lost-expected.txt
max-active-contexts-oldest-context-lost.html
max-active-contexts-webglcontextlost-prevent-default-expected.txt
max-active-contexts-webglcontextlost-prevent-default.html
preparation-removed-from-document-expected.txt
preparation-removed-from-document.html
smell-test-expected.html
smell-test.html
webgl-allow-shared-expected.txt
webgl-allow-shared.html
webgl-backing-store-size-update-expected.html
webgl-backing-store-size-update.html
webgl-border-expected.html
webgl-border.html
webgl-box-shadow-expected.html
webgl-box-shadow.html
webgl-extension-directive-location-no-error-expected.txt
webgl-extension-directive-location-no-error.html
webgl-padding-expected.html
webgl-padding.html
webgl-texture-image-buffer-reuse-expected.html
webgl-texture-image-buffer-reuse.html
webgl-vertex-array-object-defined-expected.txt
webgl-vertex-array-object-defined.html
webgl2-primitive-restart-expected.html
webgl2-primitive-restart.html
webgl2-rendering-context-defined-expected.txt
webgl2-rendering-context-defined.html
webgl2-rendering-context-obtain-expected.txt
webgl2-rendering-context-obtain.html