| 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 d29537ec3bd5d3842df3c1520fef84617b12136b..946f6c83b041ffda09c792753960f3f6b19c6067 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -87,10 +87,14 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
|
| ['win7', 'intel'])
|
| self.Fail('conformance/textures/texture-size-cube-maps.html',
|
| ['win7', 'intel'])
|
| + self.Fail('conformance/context/context-attribute-preserve-drawing-buffer.html',
|
| + ['win7', 'intel'], bug=322770)
|
|
|
| # Mac failures.
|
| self.Fail('conformance/glsl/misc/shaders-with-varyings.html',
|
| ['mac'], bug=322760)
|
| + self.Fail('conformance/context/context-attribute-preserve-drawing-buffer.html',
|
| + ['mac'], bug=322770)
|
|
|
| # Mac/Intel failures
|
| self.Fail('conformance/rendering/gl-scissor-test.html',
|
|
|