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

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

Issue 2359723003: Implement OffscreenCanvas Accelerated 2D commit() (Closed)
Patch Set: Fix Created 4 years, 3 months 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 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.

Powered by Google App Engine
This is Rietveld 408576698