haikuwebkit/LayoutTests/webgl/conformance/extensions/khr-parallel-shader-compile...

5 lines
204 B
Plaintext
Raw Permalink Normal View History

Support KHR_parallel_shader_compile https://bugs.webkit.org/show_bug.cgi?id=219266 Reviewed by Kenneth Russell. Source/WebCore: Tested by webgl/conformance/extensions/khr-parallel-shader-compile.html * CMakeLists.txt: * DerivedSources-input.xcfilelist: * DerivedSources-output.xcfilelist: * DerivedSources.make: * Sources.txt: * WebCore.xcodeproj/project.pbxproj: * bindings/js/JSDOMConvertWebGL.cpp: (WebCore::convertToJSValue): * html/canvas/KHRParallelShaderCompile.cpp: Added. (WebCore::KHRParallelShaderCompile::KHRParallelShaderCompile): (WebCore::KHRParallelShaderCompile::getName const): (WebCore::KHRParallelShaderCompile::supported): * html/canvas/KHRParallelShaderCompile.h: Added. * html/canvas/KHRParallelShaderCompile.idl: Added. * html/canvas/WebGL2RenderingContext.cpp: (WebCore::WebGL2RenderingContext::getExtension): (WebCore::WebGL2RenderingContext::getSupportedExtensions): * html/canvas/WebGLExtension.h: * html/canvas/WebGLRenderingContext.cpp: (WebCore::WebGLRenderingContext::getExtension): (WebCore::WebGLRenderingContext::getSupportedExtensions): * html/canvas/WebGLRenderingContextBase.cpp: (WebCore::WebGLRenderingContextBase::getProgramParameter): (WebCore::WebGLRenderingContextBase::getShaderParameter): (WebCore::WebGLRenderingContextBase::extensionIsEnabled): (WebCore::WebGLRenderingContextBase::loseExtensions): * html/canvas/WebGLRenderingContextBase.h: * platform/graphics/ExtensionsGL.h: LayoutTests: * webgl/conformance/extensions/khr-parallel-shader-compile-expected.txt: Added. * webgl/conformance/extensions/khr-parallel-shader-compile.html: Added. * webgl/resources/webgl_test_files/conformance/extensions/khr-parallel-shader-compile.html: Added. Canonical link: https://commits.webkit.org/231966@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@270257 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2020-11-30 20:29:35 +00:00
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance/extensions/khr-parallel-shader-compile.html
Add WebGL 1.0.4 test drivers and test expectations to the repository https://bugs.webkit.org/show_bug.cgi?id=223426 Patch by Kimmo Kinnunen <kkinnunen@apple.com> on 2021-03-19 Reviewed by Kenneth Russell. Add test driver .html files and expecations for WebGL 1.0.4 conformance test suite. The actual tests were committed before. Add the tests as Skip until we can swap 1.0.3 with 1.0.4. The files are added in separate commits as the tooling fails with too big patches. The directory is called 1.0.x to reflect that it is imported always from the ongoing, most tip-of-the-tree test suite (WebGL/sdk/tests). * TestExpectations: * webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-aliasing-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-aliasing.html: Added. * webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-matrix-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-matrix.html: Added. * webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-nonexistent-attribute-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-nonexistent-attribute.html: Added. * webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-repeated-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-bindAttribLocation-repeated.html: Added. * webgl/1.0.x/conformance/attribs/gl-disabled-vertex-attrib-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-disabled-vertex-attrib-update-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-disabled-vertex-attrib-update.html: Added. * webgl/1.0.x/conformance/attribs/gl-disabled-vertex-attrib.html: Added. * webgl/1.0.x/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-enable-vertex-attrib.html: Added. * webgl/1.0.x/conformance/attribs/gl-matrix-attributes-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-matrix-attributes.html: Added. * webgl/1.0.x/conformance/attribs/gl-vertex-attrib-context-switch-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-vertex-attrib-context-switch.html: Added. * webgl/1.0.x/conformance/attribs/gl-vertex-attrib-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-vertex-attrib-render-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-vertex-attrib-render.html: Added. * webgl/1.0.x/conformance/attribs/gl-vertex-attrib-unconsumed-out-of-bounds-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-vertex-attrib-unconsumed-out-of-bounds.html: Added. * webgl/1.0.x/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added. * webgl/1.0.x/conformance/attribs/gl-vertex-attrib.html: Added. * webgl/1.0.x/conformance/attribs/gl-vertexattribpointer-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Added. * webgl/1.0.x/conformance/attribs/gl-vertexattribpointer-offsets.html: Added. * webgl/1.0.x/conformance/attribs/gl-vertexattribpointer.html: Added. * webgl/1.0.x/conformance/buffers/buffer-bind-test-expected.txt: Added. * webgl/1.0.x/conformance/buffers/buffer-bind-test.html: Added. * webgl/1.0.x/conformance/buffers/buffer-data-and-buffer-sub-data-expected.txt: Added. * webgl/1.0.x/conformance/buffers/buffer-data-and-buffer-sub-data.html: Added. * webgl/1.0.x/conformance/buffers/buffer-data-array-buffer-delete-expected.txt: Added. * webgl/1.0.x/conformance/buffers/buffer-data-array-buffer-delete.html: Added. * webgl/1.0.x/conformance/buffers/buffer-data-dynamic-delay-expected.txt: Added. * webgl/1.0.x/conformance/buffers/buffer-data-dynamic-delay.html: Added. * webgl/1.0.x/conformance/buffers/buffer-uninitialized-expected.txt: Added. * webgl/1.0.x/conformance/buffers/buffer-uninitialized.html: Added. * webgl/1.0.x/conformance/buffers/element-array-buffer-delete-recreate-expected.txt: Added. * webgl/1.0.x/conformance/buffers/element-array-buffer-delete-recreate.html: Added. * webgl/1.0.x/conformance/buffers/index-validation-copies-indices-expected.txt: Added. * webgl/1.0.x/conformance/buffers/index-validation-copies-indices.html: Added. * webgl/1.0.x/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Added. * webgl/1.0.x/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added. * webgl/1.0.x/conformance/buffers/index-validation-expected.txt: Added. * webgl/1.0.x/conformance/buffers/index-validation-large-buffer-expected.txt: Added. * webgl/1.0.x/conformance/buffers/index-validation-large-buffer.html: Added. * webgl/1.0.x/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Added. * webgl/1.0.x/conformance/buffers/index-validation-verifies-too-many-indices.html: Added. * webgl/1.0.x/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Added. * webgl/1.0.x/conformance/buffers/index-validation-with-resized-buffer.html: Added. * webgl/1.0.x/conformance/buffers/index-validation.html: Added. * webgl/1.0.x/conformance/buffers/vertex-buffer-updated-after-draw-expected.txt: Added. * webgl/1.0.x/conformance/buffers/vertex-buffer-updated-after-draw.html: Added. * webgl/1.0.x/conformance/canvas/buffer-offscreen-test-expected.txt: Added. * webgl/1.0.x/conformance/canvas/buffer-offscreen-test.html: Added. * webgl/1.0.x/conformance/canvas/buffer-preserve-test-expected.txt: Added. * webgl/1.0.x/conformance/canvas/buffer-preserve-test.html: Added. * webgl/1.0.x/conformance/canvas/canvas-test-expected.txt: Added. * webgl/1.0.x/conformance/canvas/canvas-test.html: Added. * webgl/1.0.x/conformance/canvas/canvas-zero-size-expected.txt: Added. * webgl/1.0.x/conformance/canvas/canvas-zero-size.html: Added. * webgl/1.0.x/conformance/canvas/draw-static-webgl-to-multiple-canvas-test-expected.txt: Added. * webgl/1.0.x/conformance/canvas/draw-static-webgl-to-multiple-canvas-test.html: Added. * webgl/1.0.x/conformance/canvas/draw-webgl-to-canvas-test-expected.txt: Added. * webgl/1.0.x/conformance/canvas/draw-webgl-to-canvas-test.html: Added. * webgl/1.0.x/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Added. * webgl/1.0.x/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added. * webgl/1.0.x/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Added. * webgl/1.0.x/conformance/canvas/drawingbuffer-static-canvas-test.html: Added. * webgl/1.0.x/conformance/canvas/drawingbuffer-test-expected.txt: Added. * webgl/1.0.x/conformance/canvas/drawingbuffer-test.html: Added. * webgl/1.0.x/conformance/canvas/framebuffer-bindings-affected-by-to-data-url-expected.txt: Added. * webgl/1.0.x/conformance/canvas/framebuffer-bindings-affected-by-to-data-url.html: Added. * webgl/1.0.x/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Added. * webgl/1.0.x/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added. * webgl/1.0.x/conformance/canvas/rapid-resizing-expected.txt: Added. * webgl/1.0.x/conformance/canvas/rapid-resizing.html: Added. * webgl/1.0.x/conformance/canvas/render-after-resize-test-expected.txt: Added. * webgl/1.0.x/conformance/canvas/render-after-resize-test.html: Added. * webgl/1.0.x/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Added. * webgl/1.0.x/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added. * webgl/1.0.x/conformance/canvas/to-data-url-test-expected.txt: Added. * webgl/1.0.x/conformance/canvas/to-data-url-test.html: Added. * webgl/1.0.x/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Added. * webgl/1.0.x/conformance/canvas/viewport-unchanged-upon-resize.html: Added. * webgl/1.0.x/conformance/canvas/webgl-to-2d-canvas-expected.txt: Added. * webgl/1.0.x/conformance/canvas/webgl-to-2d-canvas.html: Added. * webgl/1.0.x/conformance/context/constants-and-properties-expected.txt: Added. * webgl/1.0.x/conformance/context/constants-and-properties.html: Added. * webgl/1.0.x/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added. * webgl/1.0.x/conformance/context/context-attribute-preserve-drawing-buffer.html: Added. * webgl/1.0.x/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added. * webgl/1.0.x/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added. * webgl/1.0.x/conformance/context/context-creation-and-destruction-expected.txt: Added. * webgl/1.0.x/conformance/context/context-creation-and-destruction.html: Added. * webgl/1.0.x/conformance/context/context-creation-expected.txt: Added. * webgl/1.0.x/conformance/context/context-creation.html: Added. * webgl/1.0.x/conformance/context/context-eviction-with-garbage-collection-expected.txt: Added. * webgl/1.0.x/conformance/context/context-eviction-with-garbage-collection.html: Added. * webgl/1.0.x/conformance/context/context-hidden-alpha-expected.txt: Added. * webgl/1.0.x/conformance/context/context-hidden-alpha.html: Added. * webgl/1.0.x/conformance/context/context-lost-expected.txt: Added. * webgl/1.0.x/conformance/context/context-lost-restored-expected.txt: Added. * webgl/1.0.x/conformance/context/context-lost-restored.html: Added. * webgl/1.0.x/conformance/context/context-lost.html: Added. * webgl/1.0.x/conformance/context/context-no-alpha-fbo-with-alpha-expected.txt: Added. * webgl/1.0.x/conformance/context/context-no-alpha-fbo-with-alpha.html: Added. * webgl/1.0.x/conformance/context/context-release-upon-reload-expected.txt: Added. * webgl/1.0.x/conformance/context/context-release-upon-reload.html: Added. * webgl/1.0.x/conformance/context/context-release-with-workers-expected.txt: Added. * webgl/1.0.x/conformance/context/context-release-with-workers.html: Added. * webgl/1.0.x/conformance/context/context-size-change-expected.txt: Added. * webgl/1.0.x/conformance/context/context-size-change.html: Added. * webgl/1.0.x/conformance/context/context-type-test-expected.txt: Added. * webgl/1.0.x/conformance/context/context-type-test.html: Added. * webgl/1.0.x/conformance/context/deleted-object-behavior-expected.txt: Added. * webgl/1.0.x/conformance/context/deleted-object-behavior.html: Added. * webgl/1.0.x/conformance/context/incorrect-context-object-behaviour-expected.txt: Added. * webgl/1.0.x/conformance/context/incorrect-context-object-behaviour.html: Added. * webgl/1.0.x/conformance/context/methods-expected.txt: Added. * webgl/1.0.x/conformance/context/methods.html: Added. * webgl/1.0.x/conformance/context/premultiplyalpha-test-expected.txt: Added. * webgl/1.0.x/conformance/context/premultiplyalpha-test.html: Added. * webgl/1.0.x/conformance/context/user-defined-properties-on-context-expected.txt: Added. * webgl/1.0.x/conformance/context/user-defined-properties-on-context.html: Added. * webgl/1.0.x/conformance/context/zero-sized-canvas-expected.txt: Added. * webgl/1.0.x/conformance/context/zero-sized-canvas.html: Added. * webgl/1.0.x/conformance/extensions/angle-instanced-arrays-expected.txt: Added. * webgl/1.0.x/conformance/extensions/angle-instanced-arrays-out-of-bounds-expected.txt: Added. * webgl/1.0.x/conformance/extensions/angle-instanced-arrays-out-of-bounds.html: Added. * webgl/1.0.x/conformance/extensions/angle-instanced-arrays.html: Added. * webgl/1.0.x/conformance/extensions/ext-blend-minmax-expected.txt: Added. * webgl/1.0.x/conformance/extensions/ext-blend-minmax.html: Added. * webgl/1.0.x/conformance/extensions/ext-color-buffer-half-float-expected.txt: Added. * webgl/1.0.x/conformance/extensions/ext-color-buffer-half-float.html: Added. * webgl/1.0.x/conformance/extensions/ext-disjoint-timer-query-expected.txt: Added. * webgl/1.0.x/conformance/extensions/ext-disjoint-timer-query.html: Added. * webgl/1.0.x/conformance/extensions/ext-float-blend-expected.txt: Added. * webgl/1.0.x/conformance/extensions/ext-float-blend.html: Added. * webgl/1.0.x/conformance/extensions/ext-frag-depth-expected.txt: Added. * webgl/1.0.x/conformance/extensions/ext-frag-depth.html: Added. * webgl/1.0.x/conformance/extensions/ext-sRGB-expected.txt: Added. * webgl/1.0.x/conformance/extensions/ext-sRGB.html: Added. * webgl/1.0.x/conformance/extensions/ext-shader-texture-lod-expected.txt: Added. * webgl/1.0.x/conformance/extensions/ext-shader-texture-lod.html: Added. * webgl/1.0.x/conformance/extensions/ext-texture-compression-bptc-expected.txt: Added. * webgl/1.0.x/conformance/extensions/ext-texture-compression-bptc.html: Added. * webgl/1.0.x/conformance/extensions/ext-texture-compression-rgtc-expected.txt: Added. * webgl/1.0.x/conformance/extensions/ext-texture-compression-rgtc.html: Added. * webgl/1.0.x/conformance/extensions/ext-texture-filter-anisotropic-expected.txt: Added. * webgl/1.0.x/conformance/extensions/ext-texture-filter-anisotropic.html: Added. * webgl/1.0.x/conformance/extensions/get-extension-expected.txt: Added. * webgl/1.0.x/conformance/extensions/get-extension.html: Added. * webgl/1.0.x/conformance/extensions/khr-parallel-shader-compile-expected.txt: Added. * webgl/1.0.x/conformance/extensions/khr-parallel-shader-compile.html: Added. * webgl/1.0.x/conformance/extensions/oes-element-index-uint-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-element-index-uint.html: Added. * webgl/1.0.x/conformance/extensions/oes-fbo-render-mipmap-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-fbo-render-mipmap.html: Added. * webgl/1.0.x/conformance/extensions/oes-standard-derivatives-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-standard-derivatives.html: Added. * webgl/1.0.x/conformance/extensions/oes-texture-float-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-texture-float-linear-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-texture-float-linear.html: Added. * webgl/1.0.x/conformance/extensions/oes-texture-float-with-canvas-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-texture-float-with-canvas.html: Added. * webgl/1.0.x/conformance/extensions/oes-texture-float-with-image-data-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-texture-float-with-image-data.html: Added. * webgl/1.0.x/conformance/extensions/oes-texture-float-with-image-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-texture-float-with-image.html: Added. * webgl/1.0.x/conformance/extensions/oes-texture-float-with-video-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-texture-float-with-video.html: Added. * webgl/1.0.x/conformance/extensions/oes-texture-float.html: Added. * webgl/1.0.x/conformance/extensions/oes-texture-half-float-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-texture-half-float-linear-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-texture-half-float-linear.html: Added. * webgl/1.0.x/conformance/extensions/oes-texture-half-float-with-canvas-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-texture-half-float-with-canvas.html: Added. * webgl/1.0.x/conformance/extensions/oes-texture-half-float-with-image-data-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-texture-half-float-with-image-data.html: Added. * webgl/1.0.x/conformance/extensions/oes-texture-half-float-with-image-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-texture-half-float-with-image.html: Added. * webgl/1.0.x/conformance/extensions/oes-texture-half-float-with-video-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-texture-half-float-with-video.html: Added. * webgl/1.0.x/conformance/extensions/oes-texture-half-float.html: Added. * webgl/1.0.x/conformance/extensions/oes-vertex-array-object-bufferData-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-vertex-array-object-bufferData.html: Added. * webgl/1.0.x/conformance/extensions/oes-vertex-array-object-expected.txt: Added. * webgl/1.0.x/conformance/extensions/oes-vertex-array-object.html: Added. * webgl/1.0.x/conformance/extensions/s3tc-and-rgtc-expected.txt: Added. * webgl/1.0.x/conformance/extensions/s3tc-and-rgtc.html: Added. * webgl/1.0.x/conformance/extensions/webgl-compressed-texture-astc-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-compressed-texture-astc.html: Added. * webgl/1.0.x/conformance/extensions/webgl-compressed-texture-etc-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-compressed-texture-etc.html: Added. * webgl/1.0.x/conformance/extensions/webgl-compressed-texture-etc1-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-compressed-texture-etc1.html: Added. * webgl/1.0.x/conformance/extensions/webgl-compressed-texture-pvrtc-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-compressed-texture-pvrtc.html: Added. * webgl/1.0.x/conformance/extensions/webgl-compressed-texture-s3tc-srgb-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-compressed-texture-s3tc-srgb.html: Added. * webgl/1.0.x/conformance/extensions/webgl-compressed-texture-size-limit-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-compressed-texture-size-limit.html: Added. * webgl/1.0.x/conformance/extensions/webgl-debug-renderer-info-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-debug-renderer-info.html: Added. * webgl/1.0.x/conformance/extensions/webgl-debug-shaders-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-debug-shaders.html: Added. * webgl/1.0.x/conformance/extensions/webgl-depth-texture-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-depth-texture.html: Added. * webgl/1.0.x/conformance/extensions/webgl-draw-buffers-broadcast-return-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-draw-buffers-broadcast-return.html: Added. * webgl/1.0.x/conformance/extensions/webgl-draw-buffers-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-draw-buffers-framebuffer-unsupported-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-draw-buffers-framebuffer-unsupported.html: Added. * webgl/1.0.x/conformance/extensions/webgl-draw-buffers-max-draw-buffers-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-draw-buffers-max-draw-buffers.html: Added. * webgl/1.0.x/conformance/extensions/webgl-draw-buffers.html: Added. * webgl/1.0.x/conformance/extensions/webgl-multi-draw-expected.txt: Added. * webgl/1.0.x/conformance/extensions/webgl-multi-draw.html: Added. * webgl/1.0.x/conformance/glsl/bugs/angle-ambiguous-function-call-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/angle-ambiguous-function-call.html: Added. * webgl/1.0.x/conformance/glsl/bugs/angle-constructor-invalid-parameters-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/angle-constructor-invalid-parameters.html: Added. * webgl/1.0.x/conformance/glsl/bugs/angle-d3d11-compiler-error-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/angle-d3d11-compiler-error.html: Added. * webgl/1.0.x/conformance/glsl/bugs/angle-dx-variable-bug-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/angle-dx-variable-bug.html: Added. * webgl/1.0.x/conformance/glsl/bugs/array-of-struct-with-int-first-position-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/array-of-struct-with-int-first-position.html: Added. * webgl/1.0.x/conformance/glsl/bugs/assign-to-swizzled-twice-in-function-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/assign-to-swizzled-twice-in-function.html: Added. * webgl/1.0.x/conformance/glsl/bugs/bool-type-cast-bug-int-float-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/bool-type-cast-bug-int-float.html: Added. * webgl/1.0.x/conformance/glsl/bugs/character-set-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/character-set.html: Added. * webgl/1.0.x/conformance/glsl/bugs/compare-loop-index-to-uniform-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/compare-loop-index-to-uniform.html: Added. * webgl/1.0.x/conformance/glsl/bugs/complex-glsl-does-not-crash-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/complex-glsl-does-not-crash.html: Added. * webgl/1.0.x/conformance/glsl/bugs/compound-assignment-type-combination-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/compound-assignment-type-combination.html: Added. * webgl/1.0.x/conformance/glsl/bugs/conditional-discard-in-loop-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/conditional-discard-in-loop.html: Added. * webgl/1.0.x/conformance/glsl/bugs/conditional-discard-optimization-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/conditional-discard-optimization.html: Added. * webgl/1.0.x/conformance/glsl/bugs/conditional-texture-fetch-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/conditional-texture-fetch.html: Added. * webgl/1.0.x/conformance/glsl/bugs/constant-precision-qualifier-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/constant-precision-qualifier.html: Added. * webgl/1.0.x/conformance/glsl/bugs/essl3-shaders-with-webgl1-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/essl3-shaders-with-webgl1.html: Added. * webgl/1.0.x/conformance/glsl/bugs/floor-div-cos-should-not-truncate-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/floor-div-cos-should-not-truncate.html: Added. * webgl/1.0.x/conformance/glsl/bugs/floored-division-accuracy-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/floored-division-accuracy.html: Added. * webgl/1.0.x/conformance/glsl/bugs/fragcoord-linking-bug-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/fragcoord-linking-bug.html: Added. * webgl/1.0.x/conformance/glsl/bugs/gl-fragcoord-multisampling-bug-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html: Added. * webgl/1.0.x/conformance/glsl/bugs/global-invariant-does-not-leak-across-shaders-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/global-invariant-does-not-leak-across-shaders.html: Added. * webgl/1.0.x/conformance/glsl/bugs/if-return-and-elseif-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/if-return-and-elseif.html: Added. * webgl/1.0.x/conformance/glsl/bugs/in-parameter-passed-as-inout-argument-and-global-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/in-parameter-passed-as-inout-argument-and-global.html: Added. * webgl/1.0.x/conformance/glsl/bugs/init-array-with-loop-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/init-array-with-loop.html: Added. * webgl/1.0.x/conformance/glsl/bugs/invariant-does-not-leak-across-shaders-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/invariant-does-not-leak-across-shaders.html: Added. * webgl/1.0.x/conformance/glsl/bugs/logic-inside-block-without-braces-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/logic-inside-block-without-braces.html: Added. * webgl/1.0.x/conformance/glsl/bugs/long-expressions-should-not-crash-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/long-expressions-should-not-crash.html: Added. * webgl/1.0.x/conformance/glsl/bugs/loop-if-loop-gradient-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/loop-if-loop-gradient.html: Added. * webgl/1.0.x/conformance/glsl/bugs/modulo-arithmetic-accuracy-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/modulo-arithmetic-accuracy.html: Added. * webgl/1.0.x/conformance/glsl/bugs/multiplication-assignment-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/multiplication-assignment.html: Added. * webgl/1.0.x/conformance/glsl/bugs/nested-functions-should-not-crash-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/nested-functions-should-not-crash.html: Added. * webgl/1.0.x/conformance/glsl/bugs/nested-loops-with-break-and-continue-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/nested-loops-with-break-and-continue.html: Added. * webgl/1.0.x/conformance/glsl/bugs/nested-sequence-operator-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/nested-sequence-operator.html: Added. * webgl/1.0.x/conformance/glsl/bugs/pow-of-small-constant-in-user-defined-function-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/pow-of-small-constant-in-user-defined-function.html: Added. * webgl/1.0.x/conformance/glsl/bugs/pow-with-constant-exponent-should-not-crash-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/pow-with-constant-exponent-should-not-crash.html: Added. * webgl/1.0.x/conformance/glsl/bugs/qualcomm-crash-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/qualcomm-crash.html: Added. * webgl/1.0.x/conformance/glsl/bugs/qualcomm-loop-with-continue-crash-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/qualcomm-loop-with-continue-crash.html: Added. * webgl/1.0.x/conformance/glsl/bugs/sampler-array-struct-function-arg-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/sampler-array-struct-function-arg.html: Added. * webgl/1.0.x/conformance/glsl/bugs/sampler-array-using-loop-index-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/sampler-array-using-loop-index.html: Added. * webgl/1.0.x/conformance/glsl/bugs/sampler-struct-function-arg-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/sampler-struct-function-arg.html: Added. * webgl/1.0.x/conformance/glsl/bugs/sequence-operator-evaluation-order-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/sequence-operator-evaluation-order.html: Added. * webgl/1.0.x/conformance/glsl/bugs/sketchfab-lighting-shader-crash-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/sketchfab-lighting-shader-crash.html: Added. * webgl/1.0.x/conformance/glsl/bugs/struct-constructor-highp-bug-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/struct-constructor-highp-bug.html: Added. * webgl/1.0.x/conformance/glsl/bugs/struct-with-single-member-constructor-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/struct-with-single-member-constructor.html: Added. * webgl/1.0.x/conformance/glsl/bugs/temp-expressions-should-not-crash-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/temp-expressions-should-not-crash.html: Added. * webgl/1.0.x/conformance/glsl/bugs/unary-minus-operator-float-bug-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/unary-minus-operator-float-bug.html: Added. * webgl/1.0.x/conformance/glsl/bugs/undefined-index-should-not-crash-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/undefined-index-should-not-crash.html: Added. * webgl/1.0.x/conformance/glsl/bugs/uniforms-should-not-lose-values-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/uniforms-should-not-lose-values.html: Added. * webgl/1.0.x/conformance/glsl/bugs/varying-arrays-should-not-be-reversed-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/varying-arrays-should-not-be-reversed.html: Added. * webgl/1.0.x/conformance/glsl/bugs/vector-matrix-constructor-scalarization-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/vector-matrix-constructor-scalarization.html: Added. * webgl/1.0.x/conformance/glsl/bugs/vector-scalar-arithmetic-inside-loop-complex-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/vector-scalar-arithmetic-inside-loop-complex.html: Added. * webgl/1.0.x/conformance/glsl/bugs/vector-scalar-arithmetic-inside-loop-expected.txt: Added. * webgl/1.0.x/conformance/glsl/bugs/vector-scalar-arithmetic-inside-loop.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-bvec2-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-bvec2.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-bvec3-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-bvec3.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-bvec4-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-bvec4.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-ivec2-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-ivec2.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-ivec3-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-ivec3.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-ivec4-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-ivec4.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-mat2-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-mat2.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-mat3-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-mat3.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-mat4-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-mat4.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec-mat-corner-cases-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec-mat-corner-cases.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec-mat-index-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec-mat-index.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec2-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec2.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec3-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec3.html: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec4-expected.txt: Added. * webgl/1.0.x/conformance/glsl/constructors/glsl-construct-vec4.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-abs-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-abs.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-acos-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-acos.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-asin-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-asin.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-atan-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-atan-xy.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-atan.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-ceil-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-ceil.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-clamp-float.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-cos-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-cos.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-cross-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-cross.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-distance-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-distance.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-dot-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-dot.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-faceforward.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-floor-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-floor.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-fract-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-fract.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-length-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-length.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-max-float-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-max-float.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-max-gentype.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-min-float-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-min-float.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-min-gentype.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-mix-float.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-mix-gentype.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-mod-float.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-mod-gentype.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-normalize-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-normalize.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-reflect-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-reflect.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-sign-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-sign.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-sin-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-sin.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-step-float-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-step-float.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function-step-gentype.html: Added. * webgl/1.0.x/conformance/glsl/functions/glsl-function.html: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_float.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_float.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_mat2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_mat3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_mat4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_vec2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_vec3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/add_int_vec4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/assign_int_to_float.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/construct_struct.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/construct_struct.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_float.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_mat2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_mat3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_mat4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_vec2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_vec3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_int_vec4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/equal_int_float.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/function_int_float.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/function_int_float.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/greater_than.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/greater_than.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/greater_than_equal.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/less_than.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/less_than.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/less_than_equal.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_float.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/not_equal_int_float.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_float.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/ternary_int_float.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added. * webgl/1.0.x/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added. * webgl/1.0.x/conformance/glsl/literals/float_literal.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/literals/float_literal.vert.html: Added. * webgl/1.0.x/conformance/glsl/literals/literal_precision-expected.txt: Added. * webgl/1.0.x/conformance/glsl/literals/literal_precision.html: Added. * webgl/1.0.x/conformance/glsl/literals/overflow_leak.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/literals/overflow_leak.vert.html: Added. * webgl/1.0.x/conformance/glsl/matrices/glsl-mat3-construction-expected.txt: Added. * webgl/1.0.x/conformance/glsl/matrices/glsl-mat3-construction.html: Added. * webgl/1.0.x/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Added. * webgl/1.0.x/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added. * webgl/1.0.x/conformance/glsl/matrices/matrix-compound-multiply-expected.txt: Added. * webgl/1.0.x/conformance/glsl/matrices/matrix-compound-multiply.html: Added. * webgl/1.0.x/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/attrib-location-length-limits.html: Added. * webgl/1.0.x/conformance/glsl/misc/boolean_precision-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/boolean_precision.html: Added. * webgl/1.0.x/conformance/glsl/misc/const-variable-initialization-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/const-variable-initialization.html: Added. * webgl/1.0.x/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added. * webgl/1.0.x/conformance/glsl/misc/empty-declaration-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/empty-declaration.html: Added. * webgl/1.0.x/conformance/glsl/misc/empty_main.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/empty_main.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/expression-list-in-declarator-initializer-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/expression-list-in-declarator-initializer.html: Added. * webgl/1.0.x/conformance/glsl/misc/fragcolor-fragdata-invariant-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/fragcolor-fragdata-invariant.html: Added. * webgl/1.0.x/conformance/glsl/misc/gl_position_unset.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/gl_position_unset.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/global-variable-init-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/global-variable-init.html: Added. * webgl/1.0.x/conformance/glsl/misc/glsl-function-nodes-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/glsl-function-nodes.html: Added. * webgl/1.0.x/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/glsl-long-variable-names.html: Added. * webgl/1.0.x/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/glsl-vertex-branch.html: Added. * webgl/1.0.x/conformance/glsl/misc/large-loop-compile-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/large-loop-compile.html: Added. * webgl/1.0.x/conformance/glsl/misc/local-variable-shadowing-outer-function-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/local-variable-shadowing-outer-function.html: Added. * webgl/1.0.x/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/non-ascii-comments.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/non-ascii.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/non-ascii.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/re-compile-re-link-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/re-compile-re-link.html: Added. * webgl/1.0.x/conformance/glsl/misc/sampler-operand-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/sampler-operand.html: Added. * webgl/1.0.x/conformance/glsl/misc/sequence-operator-returns-constant-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/sequence-operator-returns-constant.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-precision-format-obeyed-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-precision-format-obeyed.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-struct-scope-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-struct-scope.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-256-character-define-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-256-character-define.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-257-character-define-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-257-character-define.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-array-of-structs-uniform-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-comma-assignment.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-comma-separated-variable-declarations-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-comma-separated-variable-declarations.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-conditional-scoping-negative-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-conditional-scoping.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-default-precision.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-default-precision.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-dfdx.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-do-loop-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-do-loop.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-error-directive-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-error-directive.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-for-loop-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-for-loop.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-for-scoping.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-functional-scoping.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-glcolor.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-gles-1.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-include.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-include.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-long-line-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-long-line.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-non-reserved-words.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-precision.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-preprocessor-whitespace-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-preprocessor-whitespace.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-reserved-words-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-reserved-words.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-too-many-uniforms-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-two-initializer-types-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-two-initializer-types.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-version-100.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-version-100.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-version-120.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-version-130.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-while-loop-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-with-while-loop.html: Added. * webgl/1.0.x/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shader-without-precision.frag.html: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-constant-expression-loop-conditions-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-constant-expression-loop-conditions.html: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-invariance-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-invariance.html: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-mis-matching-uniforms-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-mis-matching-varyings-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-missing-varyings-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-missing-varyings.html: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-name-conflicts-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-name-conflicts.html: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-uniform-structs-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-uniform-structs.html: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shaders-with-varyings.html: Added. * webgl/1.0.x/conformance/glsl/misc/shared-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/shared.html: Added. * webgl/1.0.x/conformance/glsl/misc/struct-as-inout-parameter-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/struct-as-inout-parameter.html: Added. * webgl/1.0.x/conformance/glsl/misc/struct-as-out-parameter-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/struct-as-out-parameter.html: Added. * webgl/1.0.x/conformance/glsl/misc/struct-assign-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/struct-assign.html: Added. * webgl/1.0.x/conformance/glsl/misc/struct-equals-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/struct-equals.html: Added. * webgl/1.0.x/conformance/glsl/misc/struct-mixed-array-declarators-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/struct-mixed-array-declarators.html: Added. * webgl/1.0.x/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added. * webgl/1.0.x/conformance/glsl/misc/struct-nesting-of-variable-names-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/struct-nesting-of-variable-names.html: Added. * webgl/1.0.x/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/struct-nesting-under-maximum.html: Added. * webgl/1.0.x/conformance/glsl/misc/struct-specifiers-in-uniforms-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/struct-specifiers-in-uniforms.html: Added. * webgl/1.0.x/conformance/glsl/misc/struct-unary-operators-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/struct-unary-operators.html: Added. * webgl/1.0.x/conformance/glsl/misc/ternary-operator-on-arrays-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/ternary-operator-on-arrays.html: Added. * webgl/1.0.x/conformance/glsl/misc/ternary-operators-in-global-initializers-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/ternary-operators-in-global-initializers.html: Added. * webgl/1.0.x/conformance/glsl/misc/ternary-operators-in-initializers-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/ternary-operators-in-initializers.html: Added. * webgl/1.0.x/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/uniform-location-length-limits.html: Added. * webgl/1.0.x/conformance/glsl/misc/uninitialized-local-global-variables-expected.txt: Added. * webgl/1.0.x/conformance/glsl/misc/uninitialized-local-global-variables.html: Added. * webgl/1.0.x/conformance/glsl/preprocessor/comments-expected.txt: Added. * webgl/1.0.x/conformance/glsl/preprocessor/comments.html: Added. * webgl/1.0.x/conformance/glsl/preprocessor/macro-expansion-tricky-expected.txt: Added. * webgl/1.0.x/conformance/glsl/preprocessor/macro-expansion-tricky.html: Added. * webgl/1.0.x/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/reserved/_webgl_field.vert.html: Added. * webgl/1.0.x/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/reserved/_webgl_function.vert.html: Added. * webgl/1.0.x/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/reserved/_webgl_struct.vert.html: Added. * webgl/1.0.x/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/reserved/_webgl_variable.vert.html: Added. * webgl/1.0.x/conformance/glsl/reserved/webgl_field.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/reserved/webgl_field.vert.html: Added. * webgl/1.0.x/conformance/glsl/reserved/webgl_function.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/reserved/webgl_function.vert.html: Added. * webgl/1.0.x/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/reserved/webgl_struct.vert.html: Added. * webgl/1.0.x/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Added. * webgl/1.0.x/conformance/glsl/reserved/webgl_variable.vert.html: Added. * webgl/1.0.x/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Added. * webgl/1.0.x/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added. * webgl/1.0.x/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Added. * webgl/1.0.x/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added. * webgl/1.0.x/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Added. * webgl/1.0.x/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added. * webgl/1.0.x/conformance/glsl/samplers/glsl-function-texture2dprojlod-expected.txt: Added. * webgl/1.0.x/conformance/glsl/samplers/glsl-function-texture2dprojlod.html: Added. * webgl/1.0.x/conformance/glsl/variables/gl-fragcoord-expected.txt: Added. * webgl/1.0.x/conformance/glsl/variables/gl-fragcoord-xy-values-expected.txt: Added. * webgl/1.0.x/conformance/glsl/variables/gl-fragcoord-xy-values.html: Added. * webgl/1.0.x/conformance/glsl/variables/gl-fragcoord.html: Added. * webgl/1.0.x/conformance/glsl/variables/gl-fragdata-and-fragcolor-expected.txt: Added. * webgl/1.0.x/conformance/glsl/variables/gl-fragdata-and-fragcolor.html: Added. * webgl/1.0.x/conformance/glsl/variables/gl-frontfacing-expected.txt: Added. * webgl/1.0.x/conformance/glsl/variables/gl-frontfacing.html: Added. * webgl/1.0.x/conformance/glsl/variables/gl-pointcoord-expected.txt: Added. * webgl/1.0.x/conformance/glsl/variables/gl-pointcoord.html: Added. * webgl/1.0.x/conformance/glsl/variables/glsl-built-ins-expected.txt: Added. * webgl/1.0.x/conformance/glsl/variables/glsl-built-ins.html: Added. * webgl/1.0.x/conformance/limits/gl-line-width-expected.txt: Added. * webgl/1.0.x/conformance/limits/gl-line-width.html: Added. * webgl/1.0.x/conformance/limits/gl-max-texture-dimensions-expected.txt: Added. * webgl/1.0.x/conformance/limits/gl-max-texture-dimensions.html: Added. * webgl/1.0.x/conformance/limits/gl-min-attribs-expected.txt: Added. * webgl/1.0.x/conformance/limits/gl-min-attribs.html: Added. * webgl/1.0.x/conformance/limits/gl-min-textures-expected.txt: Added. * webgl/1.0.x/conformance/limits/gl-min-textures.html: Added. * webgl/1.0.x/conformance/limits/gl-min-uniforms-expected.txt: Added. * webgl/1.0.x/conformance/limits/gl-min-uniforms.html: Added. * webgl/1.0.x/conformance/misc/bad-arguments-test-expected.txt: Added. * webgl/1.0.x/conformance/misc/bad-arguments-test.html: Added. * webgl/1.0.x/conformance/misc/boolean-argument-conversion-expected.txt: Added. * webgl/1.0.x/conformance/misc/boolean-argument-conversion.html: Added. * webgl/1.0.x/conformance/misc/delayed-drawing-expected.txt: Added. * webgl/1.0.x/conformance/misc/delayed-drawing.html: Added. * webgl/1.0.x/conformance/misc/error-reporting-expected.txt: Added. * webgl/1.0.x/conformance/misc/error-reporting.html: Added. * webgl/1.0.x/conformance/misc/expando-loss-expected.txt: Added. * webgl/1.0.x/conformance/misc/expando-loss.html: Added. * webgl/1.0.x/conformance/misc/functions-returning-strings-expected.txt: Added. * webgl/1.0.x/conformance/misc/functions-returning-strings.html: Added. * webgl/1.0.x/conformance/misc/instanceof-test-expected.txt: Added. * webgl/1.0.x/conformance/misc/instanceof-test.html: Added. * webgl/1.0.x/conformance/misc/invalid-passed-params-expected.txt: Added. * webgl/1.0.x/conformance/misc/invalid-passed-params.html: Added. * webgl/1.0.x/conformance/misc/is-object-expected.txt: Added. * webgl/1.0.x/conformance/misc/is-object.html: Added. * webgl/1.0.x/conformance/misc/null-object-behaviour-expected.txt: Added. * webgl/1.0.x/conformance/misc/null-object-behaviour.html: Added. * webgl/1.0.x/conformance/misc/object-deletion-behaviour-expected.txt: Added. * webgl/1.0.x/conformance/misc/object-deletion-behaviour.html: Added. * webgl/1.0.x/conformance/misc/shader-precision-format-expected.txt: Added. * webgl/1.0.x/conformance/misc/shader-precision-format.html: Added. * webgl/1.0.x/conformance/misc/type-conversion-test-expected.txt: Added. * webgl/1.0.x/conformance/misc/type-conversion-test.html: Added. * webgl/1.0.x/conformance/misc/uninitialized-test-expected.txt: Added. * webgl/1.0.x/conformance/misc/uninitialized-test.html: Added. * webgl/1.0.x/conformance/misc/webgl-specific-expected.txt: Added. * webgl/1.0.x/conformance/misc/webgl-specific-stencil-settings-expected.txt: Added. * webgl/1.0.x/conformance/misc/webgl-specific-stencil-settings.html: Added. * webgl/1.0.x/conformance/misc/webgl-specific.html: Added. * webgl/1.0.x/conformance/more/conformance/constants-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/constants.html: Added. * webgl/1.0.x/conformance/more/conformance/getContext-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/getContext.html: Added. * webgl/1.0.x/conformance/more/conformance/methods-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/methods.html: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-A.html: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-B1.html: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-B2.html: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-B3.html: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-B4.html: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-C.html: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-D_G.html: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-G_I.html: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-L_S.html: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/quickCheckAPI-S_V.html: Added. * webgl/1.0.x/conformance/more/conformance/webGLArrays-expected.txt: Added. * webgl/1.0.x/conformance/more/conformance/webGLArrays.html: Added. * webgl/1.0.x/conformance/more/functions/bindBuffer-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/bindBuffer.html: Added. * webgl/1.0.x/conformance/more/functions/bindBufferBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/bindBufferBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added. * webgl/1.0.x/conformance/more/functions/bufferData-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/bufferData.html: Added. * webgl/1.0.x/conformance/more/functions/bufferDataBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/bufferDataBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/bufferSubData-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/bufferSubData.html: Added. * webgl/1.0.x/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/bufferSubDataBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/copyTexImage2D-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/copyTexImage2D.html: Added. * webgl/1.0.x/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/copyTexImage2DBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/copyTexSubImage2D-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/copyTexSubImage2D.html: Added. * webgl/1.0.x/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/deleteBufferBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/drawArrays-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/drawArrays.html: Added. * webgl/1.0.x/conformance/more/functions/drawElements-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/drawElements.html: Added. * webgl/1.0.x/conformance/more/functions/isTests-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/isTests.html: Added. * webgl/1.0.x/conformance/more/functions/isTestsBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/isTestsBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/readPixels-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/readPixels.html: Added. * webgl/1.0.x/conformance/more/functions/readPixelsBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/readPixelsBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/texImage2D-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/texImage2D.html: Added. * webgl/1.0.x/conformance/more/functions/texImage2DBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/texImage2DBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/texImage2DHTML-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/texImage2DHTML.html: Added. * webgl/1.0.x/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/texImage2DHTMLBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/texSubImage2D-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/texSubImage2D.html: Added. * webgl/1.0.x/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/texSubImage2DBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/texSubImage2DHTML-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/texSubImage2DHTML.html: Added. * webgl/1.0.x/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/uniformMatrix-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/uniformMatrix.html: Added. * webgl/1.0.x/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/uniformMatrixBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/uniformf-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/uniformf.html: Added. * webgl/1.0.x/conformance/more/functions/uniformfArrayLen1-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/uniformfArrayLen1.html: Added. * webgl/1.0.x/conformance/more/functions/uniformfBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/uniformfBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/uniformi-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/uniformi.html: Added. * webgl/1.0.x/conformance/more/functions/uniformiBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/uniformiBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/vertexAttrib-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/vertexAttrib.html: Added. * webgl/1.0.x/conformance/more/functions/vertexAttribBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/vertexAttribBadArgs.html: Added. * webgl/1.0.x/conformance/more/functions/vertexAttribPointer-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/vertexAttribPointer.html: Added. * webgl/1.0.x/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Added. * webgl/1.0.x/conformance/more/functions/vertexAttribPointerBadArgs.html: Added. * webgl/1.0.x/conformance/more/glsl/arrayOutOfBounds-expected.txt: Added. * webgl/1.0.x/conformance/more/glsl/arrayOutOfBounds.html: Added. * webgl/1.0.x/conformance/more/glsl/uniformOutOfBounds-expected.txt: Added. * webgl/1.0.x/conformance/more/glsl/uniformOutOfBounds.html: Added. * webgl/1.0.x/conformance/offscreencanvas/context-attribute-preserve-drawing-buffer-expected.txt: Added. * webgl/1.0.x/conformance/offscreencanvas/context-attribute-preserve-drawing-buffer.html: Added. * webgl/1.0.x/conformance/offscreencanvas/context-creation-expected.txt: Added. * webgl/1.0.x/conformance/offscreencanvas/context-creation-worker-expected.txt: Added. * webgl/1.0.x/conformance/offscreencanvas/context-creation-worker.html: Added. * webgl/1.0.x/conformance/offscreencanvas/context-creation.html: Added. * webgl/1.0.x/conformance/offscreencanvas/context-lost-expected.txt: Added. * webgl/1.0.x/conformance/offscreencanvas/context-lost-restored-expected.txt: Added. * webgl/1.0.x/conformance/offscreencanvas/context-lost-restored-worker-expected.txt: Added. * webgl/1.0.x/conformance/offscreencanvas/context-lost-restored-worker.html: Added. * webgl/1.0.x/conformance/offscreencanvas/context-lost-restored.html: Added. * webgl/1.0.x/conformance/offscreencanvas/context-lost-worker-expected.txt: Added. * webgl/1.0.x/conformance/offscreencanvas/context-lost-worker.html: Added. * webgl/1.0.x/conformance/offscreencanvas/context-lost.html: Added. * webgl/1.0.x/conformance/offscreencanvas/methods-expected.txt: Added. * webgl/1.0.x/conformance/offscreencanvas/methods-worker-expected.txt: Added. * webgl/1.0.x/conformance/offscreencanvas/methods-worker.html: Added. * webgl/1.0.x/conformance/offscreencanvas/methods.html: Added. * webgl/1.0.x/conformance/offscreencanvas/offscreencanvas-resize-expected.txt: Added. * webgl/1.0.x/conformance/offscreencanvas/offscreencanvas-resize.html: Added. * webgl/1.0.x/conformance/offscreencanvas/offscreencanvas-timer-query-expected.txt: Added. * webgl/1.0.x/conformance/offscreencanvas/offscreencanvas-timer-query.html: Added. * webgl/1.0.x/conformance/offscreencanvas/offscreencanvas-transfer-image-bitmap-expected.txt: Added. * webgl/1.0.x/conformance/offscreencanvas/offscreencanvas-transfer-image-bitmap.html: Added. * webgl/1.0.x/conformance/ogles/GL/abs/abs_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/abs/abs_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/acos/acos_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/all/all_001_to_004-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/all/all_001_to_004.html: Added. * webgl/1.0.x/conformance/ogles/GL/any/any_001_to_004-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/any/any_001_to_004.html: Added. * webgl/1.0.x/conformance/ogles/GL/array/array_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/array/array_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/asin/asin_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/atan/atan_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/atan/atan_009_to_012-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/atan/atan_009_to_012.html: Added. * webgl/1.0.x/conformance/ogles/GL/biConstants/biConstants_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/biConstants/biConstants_009_to_016-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added. * webgl/1.0.x/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added. * webgl/1.0.x/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Added. * webgl/1.0.x/conformance/ogles/GL/ceil/ceil_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/clamp/clamp_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/control_flow/control_flow_009_to_010-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added. * webgl/1.0.x/conformance/ogles/GL/cos/cos_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/cos/cos_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/cross/cross_001_to_002-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/cross/cross_001_to_002.html: Added. * webgl/1.0.x/conformance/ogles/GL/default/default_001_to_001-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/default/default_001_to_001.html: Added. * webgl/1.0.x/conformance/ogles/GL/degrees/degrees_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/discard/discard_001_to_002-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/discard/discard_001_to_002.html: Added. * webgl/1.0.x/conformance/ogles/GL/distance/distance_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/distance/distance_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/dot/dot_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/dot/dot_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/equal/equal_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/equal/equal_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/equal/equal_009_to_012-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/equal/equal_009_to_012.html: Added. * webgl/1.0.x/conformance/ogles/GL/exp/exp_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/exp/exp_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/exp/exp_009_to_012-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/exp/exp_009_to_012.html: Added. * webgl/1.0.x/conformance/ogles/GL/exp2/exp2_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/exp2/exp2_009_to_012-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added. * webgl/1.0.x/conformance/ogles/GL/faceforward/faceforward_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/floor/floor_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/floor/floor_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/fract/fract_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/fract/fract_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_009_to_016-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_009_to_016.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_017_to_024-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_017_to_024.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_025_to_032-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_025_to_032.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_033_to_040-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_033_to_040.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_041_to_048-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_041_to_048.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_049_to_056-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_049_to_056.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_057_to_064-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_057_to_064.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_065_to_072-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_065_to_072.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_073_to_080-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_073_to_080.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_081_to_088-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_081_to_088.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_089_to_096-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_089_to_096.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_097_to_104-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_097_to_104.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_105_to_112-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_105_to_112.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_113_to_120-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_113_to_120.html: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_121_to_126-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/functions/functions_121_to_126.html: Added. * webgl/1.0.x/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added. * webgl/1.0.x/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added. * webgl/1.0.x/conformance/ogles/GL/greaterThan/greaterThan_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/length/length_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/length/length_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/lessThan/lessThan_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/log/log_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/log/log_009_to_012-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/log/log_009_to_012.html: Added. * webgl/1.0.x/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/log2/log2_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/log2/log2_009_to_012-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/log2/log2_009_to_012.html: Added. * webgl/1.0.x/conformance/ogles/GL/mat/mat_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/mat/mat_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/mat/mat_009_to_016-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/mat/mat_009_to_016.html: Added. * webgl/1.0.x/conformance/ogles/GL/mat/mat_017_to_024-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/mat/mat_017_to_024.html: Added. * webgl/1.0.x/conformance/ogles/GL/mat/mat_025_to_032-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/mat/mat_025_to_032.html: Added. * webgl/1.0.x/conformance/ogles/GL/mat/mat_033_to_040-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/mat/mat_033_to_040.html: Added. * webgl/1.0.x/conformance/ogles/GL/mat/mat_041_to_046-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/mat/mat_041_to_046.html: Added. * webgl/1.0.x/conformance/ogles/GL/mat3/mat3_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added. * webgl/1.0.x/conformance/ogles/GL/max/max_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/max/max_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/min/min_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/min/min_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/mix/mix_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/mix/mix_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/mod/mod_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/mod/mod_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/normalize/normalize_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/not/not_001_to_004-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/not/not_001_to_004.html: Added. * webgl/1.0.x/conformance/ogles/GL/notEqual/notEqual_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/notEqual/notEqual_009_to_012-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added. * webgl/1.0.x/conformance/ogles/GL/operators/operators_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/operators/operators_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/operators/operators_009_to_016-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/operators/operators_009_to_016.html: Added. * webgl/1.0.x/conformance/ogles/GL/operators/operators_017_to_024-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/operators/operators_017_to_024.html: Added. * webgl/1.0.x/conformance/ogles/GL/operators/operators_025_to_026-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/operators/operators_025_to_026.html: Added. * webgl/1.0.x/conformance/ogles/GL/pow/pow_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/pow/pow_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/pow/pow_009_to_016-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/pow/pow_009_to_016.html: Added. * webgl/1.0.x/conformance/ogles/GL/pow/pow_017_to_024-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/pow/pow_017_to_024.html: Added. * webgl/1.0.x/conformance/ogles/GL/radians/radians_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/radians/radians_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/reflect/reflect_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/refract/refract_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/refract/refract_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/sign/sign_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/sign/sign_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/sin/sin_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/sin/sin_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/sqrt/sqrt_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/step/step_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/step/step_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_009_to_016-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_009_to_016.html: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_017_to_024-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_017_to_024.html: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_025_to_032-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_025_to_032.html: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_033_to_040-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_033_to_040.html: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_041_to_048-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_041_to_048.html: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_049_to_056-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/struct/struct_049_to_056.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_009_to_016-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_017_to_024-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_025_to_032-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_033_to_040-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_041_to_048-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_049_to_056-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_057_to_064-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_065_to_072-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_073_to_080-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_081_to_088-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_089_to_096-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_097_to_104-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_105_to_112-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_113_to_120-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added. * webgl/1.0.x/conformance/ogles/GL/tan/tan_001_to_006-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/tan/tan_001_to_006.html: Added. * webgl/1.0.x/conformance/ogles/GL/vec/vec_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/vec/vec_001_to_008.html: Added. * webgl/1.0.x/conformance/ogles/GL/vec/vec_009_to_016-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/vec/vec_009_to_016.html: Added. * webgl/1.0.x/conformance/ogles/GL/vec/vec_017_to_018-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/vec/vec_017_to_018.html: Added. * webgl/1.0.x/conformance/ogles/GL/vec3/vec3_001_to_008-expected.txt: Added. * webgl/1.0.x/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added. * webgl/1.0.x/conformance/programs/get-active-test-expected.txt: Added. * webgl/1.0.x/conformance/programs/get-active-test.html: Added. * webgl/1.0.x/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added. * webgl/1.0.x/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added. * webgl/1.0.x/conformance/programs/gl-bind-attrib-location-test-expected.txt: Added. * webgl/1.0.x/conformance/programs/gl-bind-attrib-location-test.html: Added. * webgl/1.0.x/conformance/programs/gl-get-active-attribute-expected.txt: Added. * webgl/1.0.x/conformance/programs/gl-get-active-attribute.html: Added. * webgl/1.0.x/conformance/programs/gl-get-active-uniform-expected.txt: Added. * webgl/1.0.x/conformance/programs/gl-get-active-uniform.html: Added. * webgl/1.0.x/conformance/programs/gl-getshadersource-expected.txt: Added. * webgl/1.0.x/conformance/programs/gl-getshadersource.html: Added. * webgl/1.0.x/conformance/programs/gl-shader-test-expected.txt: Added. * webgl/1.0.x/conformance/programs/gl-shader-test.html: Added. * webgl/1.0.x/conformance/programs/invalid-UTF-16-expected.txt: Added. * webgl/1.0.x/conformance/programs/invalid-UTF-16.html: Added. * webgl/1.0.x/conformance/programs/program-handling-expected.txt: Added. * webgl/1.0.x/conformance/programs/program-handling.html: Added. * webgl/1.0.x/conformance/programs/program-infolog-expected.txt: Added. * webgl/1.0.x/conformance/programs/program-infolog.html: Added. * webgl/1.0.x/conformance/programs/program-test-expected.txt: Added. * webgl/1.0.x/conformance/programs/program-test.html: Added. * webgl/1.0.x/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Added. * webgl/1.0.x/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added. * webgl/1.0.x/conformance/reading/fbo-remains-unchanged-after-read-pixels-expected.txt: Added. * webgl/1.0.x/conformance/reading/fbo-remains-unchanged-after-read-pixels.html: Added. * webgl/1.0.x/conformance/reading/read-pixels-pack-alignment-expected.txt: Added. * webgl/1.0.x/conformance/reading/read-pixels-pack-alignment.html: Added. * webgl/1.0.x/conformance/reading/read-pixels-test-expected.txt: Added. * webgl/1.0.x/conformance/reading/read-pixels-test.html: Added. * webgl/1.0.x/conformance/renderbuffers/depth-renderbuffer-initialization-expected.txt: Added. * webgl/1.0.x/conformance/renderbuffers/depth-renderbuffer-initialization.html: Added. * webgl/1.0.x/conformance/renderbuffers/feedback-loop-expected.txt: Added. * webgl/1.0.x/conformance/renderbuffers/feedback-loop.html: Added. * webgl/1.0.x/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added. * webgl/1.0.x/conformance/renderbuffers/framebuffer-object-attachment.html: Added. * webgl/1.0.x/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Added. * webgl/1.0.x/conformance/renderbuffers/framebuffer-state-restoration.html: Added. * webgl/1.0.x/conformance/renderbuffers/framebuffer-test-expected.txt: Added. * webgl/1.0.x/conformance/renderbuffers/framebuffer-test.html: Added. * webgl/1.0.x/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Added. * webgl/1.0.x/conformance/renderbuffers/renderbuffer-initialization.html: Added. * webgl/1.0.x/conformance/renderbuffers/stencil-renderbuffer-initialization-expected.txt: Added. * webgl/1.0.x/conformance/renderbuffers/stencil-renderbuffer-initialization.html: Added. * webgl/1.0.x/conformance/rendering/bind-framebuffer-flush-bug-expected.txt: Added. * webgl/1.0.x/conformance/rendering/bind-framebuffer-flush-bug.html: Added. * webgl/1.0.x/conformance/rendering/blending-expected.txt: Added. * webgl/1.0.x/conformance/rendering/blending.html: Added. * webgl/1.0.x/conformance/rendering/canvas-alpha-bug-expected.txt: Added. * webgl/1.0.x/conformance/rendering/canvas-alpha-bug.html: Added. * webgl/1.0.x/conformance/rendering/clear-after-copyTexImage2D-expected.txt: Added. * webgl/1.0.x/conformance/rendering/clear-after-copyTexImage2D.html: Added. * webgl/1.0.x/conformance/rendering/clipping-wide-points-expected.txt: Added. * webgl/1.0.x/conformance/rendering/clipping-wide-points.html: Added. * webgl/1.0.x/conformance/rendering/color-mask-preserved-during-implicit-clears-expected.txt: Added. * webgl/1.0.x/conformance/rendering/color-mask-preserved-during-implicit-clears.html: Added. * webgl/1.0.x/conformance/rendering/culling-expected.txt: Added. * webgl/1.0.x/conformance/rendering/culling.html: Added. * webgl/1.0.x/conformance/rendering/default-texture-draw-bug-expected.txt: Added. * webgl/1.0.x/conformance/rendering/default-texture-draw-bug.html: Added. * webgl/1.0.x/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Added. * webgl/1.0.x/conformance/rendering/draw-arrays-out-of-bounds.html: Added. * webgl/1.0.x/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Added. * webgl/1.0.x/conformance/rendering/draw-elements-out-of-bounds.html: Added. * webgl/1.0.x/conformance/rendering/draw-webgl-to-canvas-2d-repeatedly-expected.txt: Added. * webgl/1.0.x/conformance/rendering/draw-webgl-to-canvas-2d-repeatedly.html: Added. * webgl/1.0.x/conformance/rendering/draw-with-changing-start-vertex-bug-expected.txt: Added. * webgl/1.0.x/conformance/rendering/draw-with-changing-start-vertex-bug.html: Added. * webgl/1.0.x/conformance/rendering/framebuffer-switch-expected.txt: Added. * webgl/1.0.x/conformance/rendering/framebuffer-switch.html: Added. * webgl/1.0.x/conformance/rendering/framebuffer-texture-clear-expected.txt: Added. * webgl/1.0.x/conformance/rendering/framebuffer-texture-clear.html: Added. * webgl/1.0.x/conformance/rendering/framebuffer-texture-switch-expected.txt: Added. * webgl/1.0.x/conformance/rendering/framebuffer-texture-switch.html: Added. * webgl/1.0.x/conformance/rendering/gl-clear-expected.txt: Added. * webgl/1.0.x/conformance/rendering/gl-clear.html: Added. * webgl/1.0.x/conformance/rendering/gl-drawarrays-expected.txt: Added. * webgl/1.0.x/conformance/rendering/gl-drawarrays.html: Added. * webgl/1.0.x/conformance/rendering/gl-drawelements-expected.txt: Added. * webgl/1.0.x/conformance/rendering/gl-drawelements.html: Added. * webgl/1.0.x/conformance/rendering/gl-scissor-canvas-dimensions-expected.txt: Added. * webgl/1.0.x/conformance/rendering/gl-scissor-canvas-dimensions.html: Added. * webgl/1.0.x/conformance/rendering/gl-scissor-fbo-test-expected.txt: Added. * webgl/1.0.x/conformance/rendering/gl-scissor-fbo-test.html: Added. * webgl/1.0.x/conformance/rendering/gl-scissor-test-expected.txt: Added. * webgl/1.0.x/conformance/rendering/gl-scissor-test.html: Added. * webgl/1.0.x/conformance/rendering/gl-viewport-test-expected.txt: Added. * webgl/1.0.x/conformance/rendering/gl-viewport-test.html: Added. * webgl/1.0.x/conformance/rendering/line-loop-tri-fan-expected.txt: Added. * webgl/1.0.x/conformance/rendering/line-loop-tri-fan.html: Added. * webgl/1.0.x/conformance/rendering/line-rendering-quality-expected.txt: Added. * webgl/1.0.x/conformance/rendering/line-rendering-quality.html: Added. * webgl/1.0.x/conformance/rendering/many-draw-calls-expected.txt: Added. * webgl/1.0.x/conformance/rendering/many-draw-calls.html: Added. * webgl/1.0.x/conformance/rendering/more-than-65536-indices-expected.txt: Added. * webgl/1.0.x/conformance/rendering/more-than-65536-indices.html: Added. * webgl/1.0.x/conformance/rendering/multisample-corruption-expected.txt: Added. * webgl/1.0.x/conformance/rendering/multisample-corruption.html: Added. * webgl/1.0.x/conformance/rendering/negative-one-index-expected.txt: Added. * webgl/1.0.x/conformance/rendering/negative-one-index.html: Added. * webgl/1.0.x/conformance/rendering/out-of-bounds-array-buffers-expected.txt: Added. * webgl/1.0.x/conformance/rendering/out-of-bounds-array-buffers.html: Added. * webgl/1.0.x/conformance/rendering/out-of-bounds-index-buffers-expected.txt: Added. * webgl/1.0.x/conformance/rendering/out-of-bounds-index-buffers.html: Added. * webgl/1.0.x/conformance/rendering/point-no-attributes-expected.txt: Added. * webgl/1.0.x/conformance/rendering/point-no-attributes.html: Added. * webgl/1.0.x/conformance/rendering/point-size-expected.txt: Added. * webgl/1.0.x/conformance/rendering/point-size.html: Added. * webgl/1.0.x/conformance/rendering/point-specific-shader-variables-expected.txt: Added. * webgl/1.0.x/conformance/rendering/point-specific-shader-variables.html: Added. * webgl/1.0.x/conformance/rendering/point-with-gl-pointcoord-in-fragment-shader-expected.txt: Added. * webgl/1.0.x/conformance/rendering/point-with-gl-pointcoord-in-fragment-shader.html: Added. * webgl/1.0.x/conformance/rendering/polygon-offset-expected.txt: Added. * webgl/1.0.x/conformance/rendering/polygon-offset.html: Added. * webgl/1.0.x/conformance/rendering/preservedrawingbuffer-leak-expected.txt: Added. * webgl/1.0.x/conformance/rendering/preservedrawingbuffer-leak.html: Added. * webgl/1.0.x/conformance/rendering/rendering-sampling-feedback-loop-expected.txt: Added. * webgl/1.0.x/conformance/rendering/rendering-sampling-feedback-loop.html: Added. * webgl/1.0.x/conformance/rendering/rendering-stencil-large-viewport-expected.txt: Added. * webgl/1.0.x/conformance/rendering/rendering-stencil-large-viewport.html: Added. * webgl/1.0.x/conformance/rendering/scissor-rect-repeated-rendering-expected.txt: Added. * webgl/1.0.x/conformance/rendering/scissor-rect-repeated-rendering.html: Added. * webgl/1.0.x/conformance/rendering/simple-expected.txt: Added. * webgl/1.0.x/conformance/rendering/simple.html: Added. * webgl/1.0.x/conformance/rendering/texture-switch-performance-expected.txt: Added. * webgl/1.0.x/conformance/rendering/texture-switch-performance.html: Added. * webgl/1.0.x/conformance/rendering/triangle-expected.txt: Added. * webgl/1.0.x/conformance/rendering/triangle.html: Added. * webgl/1.0.x/conformance/state/fb-attach-implicit-target-assignment-expected.txt: Added. * webgl/1.0.x/conformance/state/fb-attach-implicit-target-assignment.html: Added. * webgl/1.0.x/conformance/state/gl-enable-enum-test-expected.txt: Added. * webgl/1.0.x/conformance/state/gl-enable-enum-test.html: Added. * webgl/1.0.x/conformance/state/gl-enum-tests-expected.txt: Added. * webgl/1.0.x/conformance/state/gl-enum-tests.html: Added. * webgl/1.0.x/conformance/state/gl-get-calls-expected.txt: Added. * webgl/1.0.x/conformance/state/gl-get-calls.html: Added. * webgl/1.0.x/conformance/state/gl-geterror-expected.txt: Added. * webgl/1.0.x/conformance/state/gl-geterror.html: Added. * webgl/1.0.x/conformance/state/gl-getstring-expected.txt: Added. * webgl/1.0.x/conformance/state/gl-getstring.html: Added. * webgl/1.0.x/conformance/state/gl-initial-state-expected.txt: Added. * webgl/1.0.x/conformance/state/gl-initial-state.html: Added. * webgl/1.0.x/conformance/state/gl-object-get-calls-expected.txt: Added. * webgl/1.0.x/conformance/state/gl-object-get-calls.html: Added. * webgl/1.0.x/conformance/state/state-uneffected-after-compositing-expected.txt: Added. * webgl/1.0.x/conformance/state/state-uneffected-after-compositing.html: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-alpha-alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-luminance-luminance-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-alpha-alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-luminance-luminance-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgb-rgb-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added. * webgl/1.0.x/conformance/textures/canvas_sub_rectangle/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-alpha-alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-luminance-luminance-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-rgb-rgb-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-rgba-rgba-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added. * webgl/1.0.x/conformance/textures/image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-alpha-alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-luminance-luminance-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_blob/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-alpha-alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance-luminance-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-alpha-alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-luminance-luminance-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-alpha-alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance-luminance-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_bitmap/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-alpha-alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance-luminance-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-alpha-alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-luminance-luminance-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_bitmap_from_video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-alpha-alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-luminance-luminance-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-rgb-rgb-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added. * webgl/1.0.x/conformance/textures/image_data/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added. * webgl/1.0.x/conformance/textures/misc/canvas-teximage-after-multiple-drawimages-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/canvas-teximage-after-multiple-drawimages.html: Added. * webgl/1.0.x/conformance/textures/misc/compressed-tex-image-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/compressed-tex-image.html: Added. * webgl/1.0.x/conformance/textures/misc/copy-tex-image-2d-formats-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/copy-tex-image-2d-formats.html: Added. * webgl/1.0.x/conformance/textures/misc/copy-tex-image-and-sub-image-2d-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/copy-tex-image-and-sub-image-2d.html: Added. * webgl/1.0.x/conformance/textures/misc/copy-tex-image-crash-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/copy-tex-image-crash.html: Added. * webgl/1.0.x/conformance/textures/misc/copytexsubimage2d-large-partial-copy-corruption-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/copytexsubimage2d-large-partial-copy-corruption.html: Added. * webgl/1.0.x/conformance/textures/misc/copytexsubimage2d-subrects-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/copytexsubimage2d-subrects.html: Added. * webgl/1.0.x/conformance/textures/misc/cube-incomplete-fbo-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/cube-incomplete-fbo.html: Added. * webgl/1.0.x/conformance/textures/misc/cube-map-uploads-out-of-order-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/cube-map-uploads-out-of-order.html: Added. * webgl/1.0.x/conformance/textures/misc/default-texture-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/default-texture.html: Added. * webgl/1.0.x/conformance/textures/misc/exif-orientation-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/exif-orientation.html: Added. * webgl/1.0.x/conformance/textures/misc/gl-get-tex-parameter-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/gl-get-tex-parameter.html: Added. * webgl/1.0.x/conformance/textures/misc/gl-pixelstorei-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/gl-pixelstorei.html: Added. * webgl/1.0.x/conformance/textures/misc/gl-teximage-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/gl-teximage.html: Added. * webgl/1.0.x/conformance/textures/misc/mipmap-fbo-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/mipmap-fbo.html: Added. * webgl/1.0.x/conformance/textures/misc/origin-clean-conformance-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/origin-clean-conformance-offscreencanvas-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/origin-clean-conformance-offscreencanvas.html: Added. * webgl/1.0.x/conformance/textures/misc/origin-clean-conformance.html: Added. * webgl/1.0.x/conformance/textures/misc/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added. * webgl/1.0.x/conformance/textures/misc/tex-image-and-uniform-binding-bugs-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/tex-image-and-uniform-binding-bugs.html: Added. * webgl/1.0.x/conformance/textures/misc/tex-image-canvas-corruption-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/tex-image-canvas-corruption.html: Added. * webgl/1.0.x/conformance/textures/misc/tex-image-webgl-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/tex-image-webgl.html: Added. * webgl/1.0.x/conformance/textures/misc/tex-image-with-format-and-type-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/tex-image-with-format-and-type.html: Added. * webgl/1.0.x/conformance/textures/misc/tex-image-with-invalid-data-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/tex-image-with-invalid-data.html: Added. * webgl/1.0.x/conformance/textures/misc/tex-input-validation-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/tex-input-validation.html: Added. * webgl/1.0.x/conformance/textures/misc/tex-sub-image-2d-bad-args-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/tex-sub-image-2d-bad-args.html: Added. * webgl/1.0.x/conformance/textures/misc/tex-sub-image-2d-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/tex-sub-image-2d.html: Added. * webgl/1.0.x/conformance/textures/misc/tex-video-using-tex-unit-non-zero-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/tex-video-using-tex-unit-non-zero.html: Added. * webgl/1.0.x/conformance/textures/misc/texparameter-test-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texparameter-test.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-active-bind-2-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-active-bind-2.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-active-bind-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-active-bind.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-attachment-formats-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-attachment-formats.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-clear-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-clear.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-complete-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-complete.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-copying-and-deletion-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-copying-and-deletion.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-copying-feedback-loops-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-copying-feedback-loops.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-corner-case-videos-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-corner-case-videos.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-cube-as-fbo-attachment-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-cube-as-fbo-attachment.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-draw-with-2d-and-cube-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-draw-with-2d-and-cube.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-fakeblack-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-fakeblack.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-formats-test-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-formats-test.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-hd-dpi-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-hd-dpi.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-mips-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-mips.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-npot-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-npot-video-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-npot-video.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-npot.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-size-cube-maps-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-size-cube-maps.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-size-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-size-limit-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-size-limit.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-size.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-sub-image-cube-maps-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-sub-image-cube-maps.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-transparent-pixels-initialized-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-transparent-pixels-initialized.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-upload-cube-maps-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-upload-cube-maps.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-upload-size-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-upload-size.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-video-transparent-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-video-transparent.html: Added. * webgl/1.0.x/conformance/textures/misc/texture-with-flip-y-and-premultiply-alpha-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/texture-with-flip-y-and-premultiply-alpha.html: Added. * webgl/1.0.x/conformance/textures/misc/upload-from-srcset-with-empty-data-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/upload-from-srcset-with-empty-data.html: Added. * webgl/1.0.x/conformance/textures/misc/video-rotation-expected.txt: Added. * webgl/1.0.x/conformance/textures/misc/video-rotation.html: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-alpha-alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-luminance-luminance-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgb-rgb-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added. * webgl/1.0.x/conformance/textures/svg_image/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-alpha-alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-luminance-luminance-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-rgb-rgb-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added. * webgl/1.0.x/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-alpha-alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-alpha-alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-luminance-luminance-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-luminance-luminance-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5-expected.txt: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgb-rgb-unsigned_short_5_6_5.html: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_byte-expected.txt: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_byte.html: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4-expected.txt: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1-expected.txt: Added. * webgl/1.0.x/conformance/textures/webgl_canvas/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html: Added. * webgl/1.0.x/conformance/typedarrays/array-buffer-crash-expected.txt: Added. * webgl/1.0.x/conformance/typedarrays/array-buffer-crash.html: Added. * webgl/1.0.x/conformance/typedarrays/array-buffer-view-crash-expected.txt: Added. * webgl/1.0.x/conformance/typedarrays/array-buffer-view-crash.html: Added. * webgl/1.0.x/conformance/typedarrays/array-large-array-tests-expected.txt: Added. * webgl/1.0.x/conformance/typedarrays/array-large-array-tests.html: Added. * webgl/1.0.x/conformance/typedarrays/array-unit-tests-expected.txt: Added. * webgl/1.0.x/conformance/typedarrays/array-unit-tests.html: Added. * webgl/1.0.x/conformance/typedarrays/data-view-crash-expected.txt: Added. * webgl/1.0.x/conformance/typedarrays/data-view-crash.html: Added. * webgl/1.0.x/conformance/typedarrays/data-view-test-expected.txt: Added. * webgl/1.0.x/conformance/typedarrays/data-view-test.html: Added. * webgl/1.0.x/conformance/typedarrays/typed-arrays-in-workers-expected.txt: Added. * webgl/1.0.x/conformance/typedarrays/typed-arrays-in-workers.html: Added. * webgl/1.0.x/conformance/uniforms/gl-uniform-arrays-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/gl-uniform-arrays.html: Added. * webgl/1.0.x/conformance/uniforms/gl-uniform-bool-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/gl-uniform-bool.html: Added. * webgl/1.0.x/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/gl-uniformmatrix4fv.html: Added. * webgl/1.0.x/conformance/uniforms/gl-unknown-uniform-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/gl-unknown-uniform.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-00-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-00.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-01-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-01.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-02-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-02.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-03-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-03.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-04-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-04.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-05-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-05.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-06-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-06.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-07-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-07.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-08-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-08.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-09-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-09.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-10-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-10.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-11-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-11.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-12-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-12.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-13-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-13.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-14-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-14.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-15-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-15.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-16-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-16.html: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-17-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/no-over-optimization-on-uniform-array-17.html: Added. * webgl/1.0.x/conformance/uniforms/null-uniform-location-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/null-uniform-location.html: Added. * webgl/1.0.x/conformance/uniforms/out-of-bounds-uniform-array-access-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/out-of-bounds-uniform-array-access.html: Added. * webgl/1.0.x/conformance/uniforms/uniform-default-values-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/uniform-default-values.html: Added. * webgl/1.0.x/conformance/uniforms/uniform-location-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/uniform-location.html: Added. * webgl/1.0.x/conformance/uniforms/uniform-samplers-test-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/uniform-samplers-test.html: Added. * webgl/1.0.x/conformance/uniforms/uniform-values-per-program-expected.txt: Added. * webgl/1.0.x/conformance/uniforms/uniform-values-per-program.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/conditionals-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/conditionals.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/constant_expressions-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/constant_expressions.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/constants-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/constants.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/conversions-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/conversions.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/declarations-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/declarations.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/fragdata-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/fragdata.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/functions-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/functions.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/invalid_texture_functions-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/invalid_texture_functions.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/keywords-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/keywords.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/linkage-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/linkage.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/preprocessor-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/preprocessor.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/qualification_order-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/qualification_order.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/reserved_operators-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/reserved_operators.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/scoping-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/scoping.html: Added. * webgl/1.0.x/deqp/data/gles2/shaders/swizzles-expected.txt: Added. * webgl/1.0.x/deqp/data/gles2/shaders/swizzles.html: Added. * webgl/resources/webkit-webgl-test-harness.js: (list): (window.webglTestHarness.reportResults): (window.webglTestHarness.notifyFinished): Canonical link: https://commits.webkit.org/235535@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@274715 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-03-19 14:28:33 +00:00
[ PASS ] All tests passed