Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1151)

Unified Diff: content/test/gpu/gpu_tests/pixel_expectations.py

Issue 2495373003: Match html canvas which is transferred to OffscreenCanvas to CSS style (Closed)
Patch Set: fix basedd on feedback Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
+
+

Powered by Google App Engine
This is Rietveld 408576698