| 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 532adfe2be8445b9c55d6a5cb8342f9fe7596d19..e3b933cf88c5c9b134a1827104a917544a219864 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -112,11 +112,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| # ========================
|
| # Fails on all platforms
|
|
|
| - self.Fail('conformance/buffers/buffer-uninitialized.html',
|
| - bug=654201)
|
| -
|
| self.Fail('conformance/glsl/bugs/samplers-in-ternary-operator.html',
|
| bug=657853)
|
| +
|
| # 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',
|
|
|