| Index: content/test/gpu/gpu_tests/pixel_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/pixel_expectations.py b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| index 068381811320ed3db1070b35f9a4d45c04bcab89..6ddedf1f564b61e3f1aeb02ad87c7d9b8b0328be 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| @@ -26,3 +26,9 @@ class PixelExpectations(GpuTestExpectations):
|
|
|
| # TODO(erikchen): Remove suppression after generating reference images.
|
| self.Fail('Pixel.IOSurface2DCanvas', ['mac'], bug=579664)
|
| +
|
| + # TODO(erikchen): Remove suppression after generating reference images.
|
| + self.Fail('Pixel.IOSurface2DCanvasWebGL', ['mac'], bug=595063)
|
| +
|
| + # TODO(erikchen): Remove suppression after generating reference images.
|
| + self.Fail('Pixel.2DCanvasWebGL', bug=595063)
|
|
|