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 a7e77bc11c2bc1eedab0186f749053c98662481c..713245213bf2fc8b63f0748cea29fe74fc884ce6 100644 |
--- a/content/test/gpu/gpu_tests/pixel_expectations.py |
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py |
@@ -27,6 +27,12 @@ class PixelExpectations(GpuTestExpectations): |
self.Fail('Pixel_ScissorTestWithPreserveDrawingBuffer', |
['android'], bug=521588) |
+ # TODO(xlai): Check / generate reference images. |
+ self.Fail('Pixel_OffscreenCanvasTransferBeforeStyleResize', |
+ bug=655335) |
+ self.Fail('Pixel_OffscreenCanvasTransferAfterStyleResize', |
+ bug=655335) |
+ |
# TODO(ccameron) fix these on Mac Retina |
self.Fail('Pixel_CSS3DBlueBox', ['mac'], bug=533690) |
@@ -59,3 +65,5 @@ class PixelExpectations(GpuTestExpectations): |
self.Fail('Pixel_OffscreenCanvasTransferToImageBitmapWorker', ['mac'], |
bug=672999) |
self.Fail('Pixel_WebGLGreenTriangle_NoAA_NoAlpha', ['mac'], bug=672999) |
+ |
+ |