| 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 8c683965fb7b47b69b3fbf07ea39764ab6d2c738..66209e343f91d5f7d9433e1e25bf630ba0524828 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -314,6 +314,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
|
| self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
|
| ['win', 'passthrough', 'd3d11'], bug=602688)
|
| + self.Fail('conformance/renderbuffers/framebuffer-state-restoration.html',
|
| + ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
|
| self.Fail('conformance/renderbuffers/framebuffer-test.html',
|
| ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
|
| self.Fail('conformance/renderbuffers/renderbuffer-initialization.html',
|
|
|