| 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 7c4587f6e14576a2e87a8be22a9aea5a9f82620e..0ce1f6d2a95af33d8ee75cc3c4b242880386a9da 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| @@ -19,12 +19,3 @@ class PixelExpectations(GpuTestExpectations):
|
| ['mac'], bug=540039)
|
| self.Fail('Pixel.WebGLGreenTriangleES3',
|
| ['mac', ('intel', 0x116)], bug=540531)
|
| -
|
| - # TODO(ccameron): Remove suppression after rebaseline.
|
| - self.Fail('Pixel.CSS3DBlueBox', ['mac'], bug=533690)
|
| - self.Fail('Pixel.CSS3DBlueBoxES3', ['mac'], bug=533690)
|
| -
|
| - # TODO(vmiura): Re-enable these after reference images are generated.
|
| - self.Fail('Pixel.SolidColorBackground', bug=624256)
|
| - self.Fail('Pixel.SolidColorBackgroundES3', bug=624256)
|
| - self.Fail('Pixel.2DCanvasWebGLES3', bug=624256)
|
|
|