| 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 f53da8d6061bbba32f91443bd1361a9ef24a0c33..f075ca9f308802130ba8b74ecab80148d4f7109e 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -359,12 +359,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| self.Fail('conformance/rendering/clipping-wide-points.html',
|
| ['mac', 'amd'], bug=642822)
|
|
|
| - # Mac Intel failures
|
| -
|
| - # Failed on OSX 10.10 and 10.11
|
| - self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
|
| - ['mac', 'intel'], bug=672380)
|
| -
|
| # Mac Retina NVidia failures
|
| self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
|
| ['mac', ('nvidia', 0xfe9)], bug=635081)
|
|
|