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

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

Issue 2588053003: Make OffscreenCanvas resizable (Closed)
Patch Set: fix 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 f5e9a844ba33fe8bb02c9140ee851495857a2380..558c453cdce9251f1610b62f0cfc276454f20a49 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -29,6 +29,10 @@ class PixelExpectations(GpuTestExpectations):
['android'], bug=521588)
# TODO(xlai): Check / generate reference images.
+ self.Fail('Pixel_OffscreenCanvas2DResize', bug=662498)
+ self.Fail('Pixel_OffscreenCanvasWebglResize', bug=662498)
+
+ # TODO(xlai): Check / generate reference images.
self.Fail('Pixel_OffscreenCanvasTransferBeforeStyleResize',
bug=655335)
self.Fail('Pixel_OffscreenCanvasTransferAfterStyleResize',

Powered by Google App Engine
This is Rietveld 408576698