| 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 6bd6b8bf0f06771f3f10a8486ed8478bed7a7add..2a054c09b409a6553fe538e4f19a03e834185ab1 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| @@ -26,3 +26,7 @@ class PixelExpectations(GpuTestExpectations):
|
|
|
| # TODO(vmiura) check / generate reference images for Android devices
|
| self.Fail('Pixel.SolidColorBackground', ['mac', 'android'], bug=624256)
|
| +
|
| + # TODO(erikchen) check / generate reference images.
|
| + self.Fail('Pixel.CSSFilterEffects', ['mac'], bug=581526)
|
| + self.Fail('Pixel.CSSFilterEffects.NoOverlays', ['mac'], bug=581526)
|
|
|