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

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 compilation error 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 ead9bf9108e1e77254b48602930f14f31bad1140..0d3f654accb00c7cee4d7582d666ee8fbccd48f4 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)

Powered by Google App Engine
This is Rietveld 408576698