| 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 d61c3680a71006215a134857dbccf1c11c3c1925..75e021bace9a0cdd6184c90d654ec738fe1a1e4c 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_expectations.py
|
| @@ -24,6 +24,10 @@ class PixelExpectations(GpuTestExpectations):
|
| self.Fail('Pixel_ScissorTestWithPreserveDrawingBuffer',
|
| ['android'], bug=521588)
|
|
|
| + # TODO(xlai): Check / generate reference images.
|
| + self.Fail('Pixel_OffscreenCanvas2DResizeOnWorker', bug=662498)
|
| + self.Fail('Pixel_OffscreenCanvasWebglResizeOnWorker', bug=662498)
|
| +
|
| # TODO(ccameron) fix these on Mac Retina
|
| # self.Fail('Pixel_CSS3DBlueBox', ['mac'], bug=533690)
|
|
|
|
|