| 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 098899ed23f5cb1136db85c07f69c0bde8c29b4d..3e734eaae2b1400ee100bc3a4a87e7ac43bedd69 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -61,10 +61,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['win7', 'intel', 'nvidia'], bug=373972)
|
|
|
| # Win / AMD failures
|
| - self.Fail('conformance/extensions/ext-sRGB.html',
|
| - ['win', 'amd'], bug=839) # angle bug ID
|
| - self.Fail('conformance/extensions/webgl-depth-texture.html',
|
| - ['win', 'amd'], bug=839) # angle bug ID
|
| self.Fail('conformance/textures/texparameter-test.html',
|
| ['win', 'amd', 'd3d9'], bug=839) # angle bug ID
|
|
|
|
|