| Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| index cc9ce7306b2b3437e78f99c9b154fba3bbfa0f72..48e8d2d7fe5d688a0980539c757832cdce989418 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -36,6 +36,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| bug=478572)
|
| self.Fail('conformance/extensions/ext-sRGB.html',
|
| bug=540900)
|
| + # We need to add WebGL 1 check in command buffer that format/type from
|
| + # TexSubImage2D have to match the current texture's.
|
| + self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
|
| + bug=570453)
|
|
|
| # Win failures
|
| # Note that the following two tests pass with OpenGL.
|
|
|