| 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 06f768eea5288e696ae6c6ea699ae1b2e9116758..ead9bf9108e1e77254b48602930f14f31bad1140 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| @@ -28,7 +28,11 @@ class PixelExpectations(GpuTestExpectations):
|
| ['android'], bug=521588)
|
|
|
| # TODO(ccameron) fix these on Mac Retina
|
| - self.Fail('Pixel_CSS3DBlueBox', ['mac'], bug=533690)
|
| + # self.Fail('Pixel_CSS3DBlueBox', ['mac'], bug=533690)
|
| +
|
| + # TODO(jvanverth) remove once rebaselines are complete
|
| + # restore Mac-only fail above when removed
|
| + self.Fail('Pixel_CSS3DBlueBox', bug=673752)
|
|
|
| # TODO(vmiura) check / generate reference images for Android devices
|
| self.Fail('Pixel_SolidColorBackground', ['mac', 'android'], bug=624256)
|
|
|