| 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 7a6d1718cd2dd70d0e678149cd7b8b257085d27b..f725aa413df8e5efc27eb81e5a397494e4c2cd73 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -289,6 +289,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['win', 'passthrough', 'd3d11'], bug=602688)
|
| self.Fail('conformance/renderbuffers/framebuffer-test.html',
|
| ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
|
| + self.Fail('conformance/renderbuffers/renderbuffer-initialization.html',
|
| + ['win', 'passthrough', 'd3d11'], bug=1635) # angle bug ID
|
| self.Fail('conformance/rendering/draw-arrays-out-of-bounds.html',
|
| ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
|
| self.Fail('conformance/rendering/draw-elements-out-of-bounds.html',
|
|
|