Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Adds failing WebGL Conformance Tests.
https://bugs.webkit.org/show_bug.cgi?id=109075 Reviewed by Kenneth Russell. * platform/chromium/TestExpectations: * platform/mac/TestExpectations: * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added. * webgl/conformance/canvas/buffer-offscreen-test.html: Added. * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added. * webgl/conformance/canvas/buffer-preserve-test.html: Added. * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added. * webgl/conformance/canvas/drawingbuffer-test.html: Added. * webgl/conformance/canvas/to-data-url-test-expected.txt: Added. * webgl/conformance/canvas/to-data-url-test.html: Added. * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added. * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added. * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added. * webgl/conformance/context/context-creation-and-destruction.html: Added. * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added. * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added. * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added. * webgl/conformance/glsl/literals/float_literal.vert.html: Added. * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added. * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added. * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added. * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added. * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added. * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added. * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added. * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added. * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added. * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added. * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added. * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added. * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added. * webgl/conformance/glsl/variables/gl-pointcoord.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added. * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added. * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added. * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added. * webgl/conformance/more/functions/bufferDataBadArgs.html: Added. * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added. * webgl/conformance/more/functions/copyTexImage2D.html: Added. * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added. * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added. * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added. * webgl/conformance/more/functions/copyTexSubImage2D.html: Added. * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added. * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added. * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added. * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added. * webgl/conformance/more/functions/drawArrays-expected.txt: Added. * webgl/conformance/more/functions/drawArrays.html: Added. * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added. * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added. * webgl/conformance/more/functions/drawElements-expected.txt: Added. * webgl/conformance/more/functions/drawElements.html: Added. * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added. * webgl/conformance/more/functions/drawElementsBadArgs.html: Added. * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added. * webgl/conformance/more/functions/readPixelsBadArgs.html: Added. * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added. * webgl/conformance/more/functions/texImage2DBadArgs.html: Added. * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added. * webgl/conformance/more/functions/texImage2DHTML.html: Added. * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added. * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added. * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added. * webgl/conformance/more/functions/texSubImage2DHTML.html: Added. * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added. * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added. * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added. * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added. * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added. * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added. * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added. * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added. * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added. * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added. * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added. * webgl/conformance/programs/program-test-expected.txt: Added. * webgl/conformance/programs/program-test.html: Added. * webgl/conformance/reading/read-pixels-test-expected.txt: Added. * webgl/conformance/reading/read-pixels-test.html: Added. * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added. * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added. * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added. * webgl/conformance/rendering/gl-scissor-test.html: Added. * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added. * webgl/conformance/rendering/more-than-65536-indices.html: Added. * webgl/conformance/rendering/multisample-corruption-expected.txt: Added. * webgl/conformance/rendering/multisample-corruption.html: Added. * webgl/conformance/rendering/point-size-expected.txt: Added. * webgl/conformance/rendering/point-size.html: Added. * webgl/conformance/state/gl-object-get-calls-expected.txt: Added. * webgl/conformance/state/gl-object-get-calls.html: Added. * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added. * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added. * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added. * webgl/conformance/textures/gl-pixelstorei.html: Added. * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added. * webgl/conformance/textures/origin-clean-conformance.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added. * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added. * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added. * webgl/conformance/textures/texture-active-bind-2.html: Added. * webgl/conformance/textures/texture-active-bind-expected.txt: Added. * webgl/conformance/textures/texture-active-bind.html: Added. * webgl/conformance/textures/texture-mips-expected.txt: Added. * webgl/conformance/textures/texture-mips.html: Added. * webgl/conformance/textures/texture-npot-video-expected.txt: Added. * webgl/conformance/textures/texture-npot-video.html: Added. * webgl/conformance/textures/texture-size-expected.txt: Added. * webgl/conformance/textures/texture-size-limit-expected.txt: Added. * webgl/conformance/textures/texture-size-limit.html: Added. * webgl/conformance/textures/texture-size.html: Added. * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added. * webgl/conformance/uniforms/gl-uniform-arrays.html: Added. * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added. * webgl/conformance/uniforms/uniform-default-values.html: Added. * webgl/conformance/uniforms/uniform-location-expected.txt: Added. * webgl/conformance/uniforms/uniform-location.html: Added. * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added. * webgl/conformance/uniforms/uniform-samplers-test.html: Added. * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added. * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added. * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added. * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added. * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added. * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added. * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added. * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added. * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added. * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added. * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added. * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added. * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added. * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added. * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added. * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added. * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added. * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added. * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added. * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added. * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added. * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added. * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added. * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added. * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added. * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added. * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added. * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added. * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added. * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added. * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added. * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added. * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added. Canonical link: https://commits.webkit.org/128067@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@142847 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
15,059 additions
and 0 deletions.
- +259 −0 LayoutTests/ChangeLog
- +40 −0 LayoutTests/platform/chromium/TestExpectations
- +76 −0 LayoutTests/platform/mac/TestExpectations
- +5 −0 LayoutTests/webgl/conformance/canvas/buffer-offscreen-test-expected.txt
- +18 −0 LayoutTests/webgl/conformance/canvas/buffer-offscreen-test.html
- +5 −0 LayoutTests/webgl/conformance/canvas/buffer-preserve-test-expected.txt
- +18 −0 LayoutTests/webgl/conformance/canvas/buffer-preserve-test.html
- +5 −0 LayoutTests/webgl/conformance/canvas/drawingbuffer-test-expected.txt
- +18 −0 LayoutTests/webgl/conformance/canvas/drawingbuffer-test.html
- +5 −0 LayoutTests/webgl/conformance/canvas/to-data-url-test-expected.txt
- +18 −0 LayoutTests/webgl/conformance/canvas/to-data-url-test.html
- +5 −0 LayoutTests/webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt
- +18 −0 LayoutTests/webgl/conformance/context/context-attribute-preserve-drawing-buffer.html
- +5 −0 LayoutTests/webgl/conformance/context/context-creation-and-destruction-expected.txt
- +18 −0 LayoutTests/webgl/conformance/context/context-creation-and-destruction.html
- +5 −0 LayoutTests/webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt
- +18 −0 LayoutTests/webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html
- +5 −0 LayoutTests/webgl/conformance/glsl/literals/float_literal.vert-expected.txt
- +18 −0 LayoutTests/webgl/conformance/glsl/literals/float_literal.vert.html
- +5 −0 LayoutTests/webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt
- +18 −0 LayoutTests/webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html
- +5 −0 LayoutTests/webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt
- +18 −0 LayoutTests/webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html
- +5 −0 LayoutTests/webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt
- +18 −0 LayoutTests/webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html
- +5 −0 LayoutTests/webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt
- +18 −0 LayoutTests/webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html
- +5 −0 LayoutTests/webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt
- +18 −0 LayoutTests/webgl/conformance/glsl/misc/shader-with-non-reserved-words.html
- +5 −0 LayoutTests/webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt
- +18 −0 LayoutTests/webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html
- +5 −0 LayoutTests/webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt
- +18 −0 LayoutTests/webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html
- +5 −0 LayoutTests/webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt
- +18 −0 LayoutTests/webgl/conformance/glsl/misc/shaders-with-varyings.html
- +5 −0 LayoutTests/webgl/conformance/glsl/variables/gl-pointcoord-expected.txt
- +18 −0 LayoutTests/webgl/conformance/glsl/variables/gl-pointcoord.html
- +5 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-A.html
- +5 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-B1.html
- +5 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-B2.html
- +5 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-B3.html
- +5 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-B4.html
- +5 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-C.html
- +5 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-D_G.html
- +5 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-G_I.html
- +5 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-L_S.html
- +5 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/conformance/quickCheckAPI-S_V.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/bufferDataBadArgs-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/bufferDataBadArgs.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/copyTexImage2D-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/copyTexImage2D.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/copyTexImage2DBadArgs.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/copyTexSubImage2D-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/copyTexSubImage2D.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/deleteBufferBadArgs.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/drawArrays-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/drawArrays.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/drawArraysOutOfBounds.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/drawElements-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/drawElements.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/drawElementsBadArgs-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/drawElementsBadArgs.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/readPixelsBadArgs-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/readPixelsBadArgs.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/texImage2DBadArgs-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/texImage2DBadArgs.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/texImage2DHTML-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/texImage2DHTML.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/texSubImage2DBadArgs.html
- +5 −0 LayoutTests/webgl/conformance/more/functions/texSubImage2DHTML-expected.txt
- +18 −0 LayoutTests/webgl/conformance/more/functions/texSubImage2DHTML.html
- +5 −0 LayoutTests/webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt
- +18 −0 LayoutTests/webgl/conformance/ogles/GL/acos/acos_001_to_006.html
- +5 −0 LayoutTests/webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt
- +18 −0 LayoutTests/webgl/conformance/ogles/GL/asin/asin_001_to_006.html
- +5 −0 LayoutTests/webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt
- +18 −0 LayoutTests/webgl/conformance/ogles/GL/atan/atan_001_to_008.html
- +5 −0 LayoutTests/webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt
- +18 −0 LayoutTests/webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html
- +5 −0 LayoutTests/webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt
- +18 −0 LayoutTests/webgl/conformance/ogles/GL/log/log_001_to_008.html
- +5 −0 LayoutTests/webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt
- +18 −0 LayoutTests/webgl/conformance/ogles/GL/log2/log2_001_to_008.html
- +5 −0 LayoutTests/webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt
- +18 −0 LayoutTests/webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html
- +5 −0 LayoutTests/webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt
- +18 −0 LayoutTests/webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html
- +5 −0 LayoutTests/webgl/conformance/programs/program-test-expected.txt
- +18 −0 LayoutTests/webgl/conformance/programs/program-test.html
- +5 −0 LayoutTests/webgl/conformance/reading/read-pixels-test-expected.txt
- +18 −0 LayoutTests/webgl/conformance/reading/read-pixels-test.html
- +5 −0 LayoutTests/webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt
- +18 −0 LayoutTests/webgl/conformance/renderbuffers/framebuffer-object-attachment.html
- +5 −0 LayoutTests/webgl/conformance/rendering/gl-scissor-test-expected.txt
- +18 −0 LayoutTests/webgl/conformance/rendering/gl-scissor-test.html
- +5 −0 LayoutTests/webgl/conformance/rendering/more-than-65536-indices-expected.txt
- +18 −0 LayoutTests/webgl/conformance/rendering/more-than-65536-indices.html
- +5 −0 LayoutTests/webgl/conformance/rendering/multisample-corruption-expected.txt
- +18 −0 LayoutTests/webgl/conformance/rendering/multisample-corruption.html
- +5 −0 LayoutTests/webgl/conformance/rendering/point-size-expected.txt
- +18 −0 LayoutTests/webgl/conformance/rendering/point-size.html
- +5 −0 LayoutTests/webgl/conformance/state/gl-object-get-calls-expected.txt
- +18 −0 LayoutTests/webgl/conformance/state/gl-object-get-calls.html
- +5 −0 LayoutTests/webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/copy-tex-image-2d-formats.html
- +5 −0 LayoutTests/webgl/conformance/textures/gl-pixelstorei-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/gl-pixelstorei.html
- +5 −0 LayoutTests/webgl/conformance/textures/origin-clean-conformance-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/origin-clean-conformance.html
- +5 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt
- +5 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html
- +5 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html
- +5 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html
- +18 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html
- +5 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt
- +5 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html
- +5 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html
- +5 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html
- +18 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html
- +5 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt
- +5 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html
- +5 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html
- +5 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html
- +18 −0 LayoutTests/webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html
- +5 −0 LayoutTests/webgl/conformance/textures/texture-active-bind-2-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/texture-active-bind-2.html
- +5 −0 LayoutTests/webgl/conformance/textures/texture-active-bind-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/texture-active-bind.html
- +5 −0 LayoutTests/webgl/conformance/textures/texture-mips-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/texture-mips.html
- +5 −0 LayoutTests/webgl/conformance/textures/texture-npot-video-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/texture-npot-video.html
- +5 −0 LayoutTests/webgl/conformance/textures/texture-size-expected.txt
- +5 −0 LayoutTests/webgl/conformance/textures/texture-size-limit-expected.txt
- +18 −0 LayoutTests/webgl/conformance/textures/texture-size-limit.html
- +18 −0 LayoutTests/webgl/conformance/textures/texture-size.html
- +5 −0 LayoutTests/webgl/conformance/uniforms/gl-uniform-arrays-expected.txt
- +18 −0 LayoutTests/webgl/conformance/uniforms/gl-uniform-arrays.html
- +5 −0 LayoutTests/webgl/conformance/uniforms/uniform-default-values-expected.txt
- +18 −0 LayoutTests/webgl/conformance/uniforms/uniform-default-values.html
- +5 −0 LayoutTests/webgl/conformance/uniforms/uniform-location-expected.txt
- +18 −0 LayoutTests/webgl/conformance/uniforms/uniform-location.html
- +5 −0 LayoutTests/webgl/conformance/uniforms/uniform-samplers-test-expected.txt
- +18 −0 LayoutTests/webgl/conformance/uniforms/uniform-samplers-test.html
- +117 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html
- +112 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html
- +139 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html
- +130 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html
- +122 −0 ...bgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html
- +84 −0 ...tTests/webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html
- +80 −0 ...webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html
- +73 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html
- +268 −0 ...s/webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html
- +220 −0 ...s/webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html
- +157 −0 ...ources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html
- +124 −0 ...ources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html
- +724 −0 ...tTests/webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html
- +191 −0 ...ebgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html
- +131 −0 ...bgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html
- +116 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html
- +163 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html
- +84 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html
- +84 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html
- +84 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html
- +84 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html
- +84 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html
- +84 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html
- +84 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html
- +84 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html
- +84 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html
- +84 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html
- +79 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html
- +130 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html
- +109 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html
- +142 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html
- +111 −0 ...utTests/webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html
- +65 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html
- +135 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html
- +305 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html
- +143 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html
- +209 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html
- +119 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html
- +106 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html
- +152 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html
- +110 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html
- +164 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html
- +130 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html
- +130 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html
- +156 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html
- +252 −0 ...s/webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html
- +156 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html
- +156 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html
- +130 −0 ...Tests/webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html
- +187 −0 ...ebgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html
- +422 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/programs/program-test.html
- +246 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html
- +559 −0 ...sts/webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html
- +116 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html
- +145 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html
- +125 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html
- +151 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/rendering/point-size.html
- +463 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html
- +183 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html
- +119 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html
- +157 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html
- +49 −0 ...esources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html
- +49 −0 ...ources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html
- +49 −0 ...ources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html
- +49 −0 ...webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html
- +49 −0 ...resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html
- +49 −0 ...sources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html
- +49 −0 ...sources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html
- +49 −0 .../webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html
- +49 −0 ...resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html
- +49 −0 ...sources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html
- +49 −0 ...sources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html
- +49 −0 .../webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html
- +192 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html
- +157 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html
- +319 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/textures/texture-mips.html
- +179 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html
- +159 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html
- +238 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/textures/texture-size.html
- +502 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html
- +362 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html
- +116 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html
- +110 −0 LayoutTests/webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,5 @@ | ||
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL. | ||
|
||
Test: ../../resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html | ||
PASS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,18 @@ | ||
<!-- This file is auto-generated by generate-webgl-tests.py. DO NOT EDIT --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>WebGL Conformance Test Wrapper for buffer-offscreen-test.html</title> | ||
<script type="text/javascript" src="../../../fast/js/resources/js-test-pre.js"></script> | ||
<script type="text/javascript" src="../../resources/webkit-webgl-test-harness.js"></script> | ||
</head> | ||
<body> | ||
<p>This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.</p> | ||
Test: <a href="../../resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html">../../resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html</a> | ||
<div id="result"></div> | ||
<div id="iframe"> | ||
<iframe src="../../resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html" width="800" height="600"></iframe> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,5 @@ | ||
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL. | ||
|
||
Test: ../../resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html | ||
PASS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,18 @@ | ||
<!-- This file is auto-generated by generate-webgl-tests.py. DO NOT EDIT --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>WebGL Conformance Test Wrapper for buffer-preserve-test.html</title> | ||
<script type="text/javascript" src="../../../fast/js/resources/js-test-pre.js"></script> | ||
<script type="text/javascript" src="../../resources/webkit-webgl-test-harness.js"></script> | ||
</head> | ||
<body> | ||
<p>This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.</p> | ||
Test: <a href="../../resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html">../../resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html</a> | ||
<div id="result"></div> | ||
<div id="iframe"> | ||
<iframe src="../../resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html" width="800" height="600"></iframe> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,5 @@ | ||
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL. | ||
|
||
Test: ../../resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html | ||
PASS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,18 @@ | ||
<!-- This file is auto-generated by generate-webgl-tests.py. DO NOT EDIT --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>WebGL Conformance Test Wrapper for drawingbuffer-test.html</title> | ||
<script type="text/javascript" src="../../../fast/js/resources/js-test-pre.js"></script> | ||
<script type="text/javascript" src="../../resources/webkit-webgl-test-harness.js"></script> | ||
</head> | ||
<body> | ||
<p>This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.</p> | ||
Test: <a href="../../resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html">../../resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html</a> | ||
<div id="result"></div> | ||
<div id="iframe"> | ||
<iframe src="../../resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html" width="800" height="600"></iframe> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,5 @@ | ||
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL. | ||
|
||
Test: ../../resources/webgl_test_files/conformance/canvas/to-data-url-test.html | ||
PASS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,18 @@ | ||
<!-- This file is auto-generated by generate-webgl-tests.py. DO NOT EDIT --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>WebGL Conformance Test Wrapper for to-data-url-test.html</title> | ||
<script type="text/javascript" src="../../../fast/js/resources/js-test-pre.js"></script> | ||
<script type="text/javascript" src="../../resources/webkit-webgl-test-harness.js"></script> | ||
</head> | ||
<body> | ||
<p>This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.</p> | ||
Test: <a href="../../resources/webgl_test_files/conformance/canvas/to-data-url-test.html">../../resources/webgl_test_files/conformance/canvas/to-data-url-test.html</a> | ||
<div id="result"></div> | ||
<div id="iframe"> | ||
<iframe src="../../resources/webgl_test_files/conformance/canvas/to-data-url-test.html" width="800" height="600"></iframe> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,5 @@ | ||
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL. | ||
|
||
Test: ../../resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html | ||
PASS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,18 @@ | ||
<!-- This file is auto-generated by generate-webgl-tests.py. DO NOT EDIT --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>WebGL Conformance Test Wrapper for context-attribute-preserve-drawing-buffer.html</title> | ||
<script type="text/javascript" src="../../../fast/js/resources/js-test-pre.js"></script> | ||
<script type="text/javascript" src="../../resources/webkit-webgl-test-harness.js"></script> | ||
</head> | ||
<body> | ||
<p>This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.</p> | ||
Test: <a href="../../resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html">../../resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html</a> | ||
<div id="result"></div> | ||
<div id="iframe"> | ||
<iframe src="../../resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html" width="800" height="600"></iframe> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,5 @@ | ||
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL. | ||
|
||
Test: ../../resources/webgl_test_files/conformance/context/context-creation-and-destruction.html | ||
PASS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,18 @@ | ||
<!-- This file is auto-generated by generate-webgl-tests.py. DO NOT EDIT --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>WebGL Conformance Test Wrapper for context-creation-and-destruction.html</title> | ||
<script type="text/javascript" src="../../../fast/js/resources/js-test-pre.js"></script> | ||
<script type="text/javascript" src="../../resources/webkit-webgl-test-harness.js"></script> | ||
</head> | ||
<body> | ||
<p>This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.</p> | ||
Test: <a href="../../resources/webgl_test_files/conformance/context/context-creation-and-destruction.html">../../resources/webgl_test_files/conformance/context/context-creation-and-destruction.html</a> | ||
<div id="result"></div> | ||
<div id="iframe"> | ||
<iframe src="../../resources/webgl_test_files/conformance/context/context-creation-and-destruction.html" width="800" height="600"></iframe> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,5 @@ | ||
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL. | ||
|
||
Test: ../../../resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html | ||
PASS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,18 @@ | ||
<!-- This file is auto-generated by generate-webgl-tests.py. DO NOT EDIT --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>WebGL Conformance Test Wrapper for glsl-function-smoothstep-gentype.html</title> | ||
<script type="text/javascript" src="../../../../fast/js/resources/js-test-pre.js"></script> | ||
<script type="text/javascript" src="../../../resources/webkit-webgl-test-harness.js"></script> | ||
</head> | ||
<body> | ||
<p>This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.</p> | ||
Test: <a href="../../../resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html">../../../resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html</a> | ||
<div id="result"></div> | ||
<div id="iframe"> | ||
<iframe src="../../../resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html" width="800" height="600"></iframe> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,5 @@ | ||
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL. | ||
|
||
Test: ../../../resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html | ||
PASS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,18 @@ | ||
<!-- This file is auto-generated by generate-webgl-tests.py. DO NOT EDIT --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>WebGL Conformance Test Wrapper for float_literal.vert.html</title> | ||
<script type="text/javascript" src="../../../../fast/js/resources/js-test-pre.js"></script> | ||
<script type="text/javascript" src="../../../resources/webkit-webgl-test-harness.js"></script> | ||
</head> | ||
<body> | ||
<p>This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.</p> | ||
Test: <a href="../../../resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html">../../../resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html</a> | ||
<div id="result"></div> | ||
<div id="iframe"> | ||
<iframe src="../../../resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html" width="800" height="600"></iframe> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,5 @@ | ||
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL. | ||
|
||
Test: ../../../resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html | ||
PASS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,18 @@ | ||
<!-- This file is auto-generated by generate-webgl-tests.py. DO NOT EDIT --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>WebGL Conformance Test Wrapper for shader-uniform-packing-restrictions.html</title> | ||
<script type="text/javascript" src="../../../../fast/js/resources/js-test-pre.js"></script> | ||
<script type="text/javascript" src="../../../resources/webkit-webgl-test-harness.js"></script> | ||
</head> | ||
<body> | ||
<p>This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.</p> | ||
Test: <a href="../../../resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html">../../../resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html</a> | ||
<div id="result"></div> | ||
<div id="iframe"> | ||
<iframe src="../../../resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html" width="800" height="600"></iframe> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,5 @@ | ||
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL. | ||
|
||
Test: ../../../resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html | ||
PASS | ||
|
Oops, something went wrong.