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 3a8fd4e1c90e0bbf0459e90dc028cb48811363ed..d9bc484013995d92a69a5bc3e7d8d40fb71d4512 100644 |
--- a/content/test/gpu/gpu_tests/pixel_expectations.py |
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py |
@@ -34,3 +34,5 @@ class PixelExpectations(GpuTestExpectations): |
# TODO(xidachen) check / generate reference images |
self.Fail('Pixel.OffscreenCanvasWebGLGreenBox', bug=563852) |
self.Fail('Pixel.OffscreenCanvasWebGLGreenBoxES3', ['mac'], bug=563852) |
+ self.Fail('Pixel.OffscreenCanvasAccelerated2D', bug=563852) |
+ self.Fail('Pixel.OffscreenCanvasAccelerated2DWorker', bug=563852) |
xidachen
2016/09/22 19:05:55
You should rebase before committing this CL.
|