| 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 a6b5739a10664a5d29a45fd5ed5911ccea243d98..91b5d086ad4b0a334f89fb3de264f41865d20efd 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| @@ -67,3 +67,6 @@ class PixelExpectations(GpuTestExpectations):
|
| ['mac', ('intel', 0x0a2e)], bug=718183)
|
| self.Fail('Pixel_WebGLGreenTriangle_NonChromiumImage_NoAA_NoAlpha',
|
| ['mac', ('intel', 0x0a2e)], bug=718183)
|
| +
|
| + self.Flaky('Pixel_OffscreenCanvasTransferBeforeStyleResize',
|
| + ['mac', 'linux'], bug=719186)
|
|
|