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

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

Issue 2644653003: Make OffscreenCanvas animation in sync with its placeholder canvas's parent frame rate (Closed)
Patch Set: No Mojo for frameless canvas Created 3 years, 11 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 ff3fb67bbd8d9e224c59e5c79abeefcf8ec9b1e0..37ba648fe48969a7db2f770e798798e74a958d54 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -45,6 +45,9 @@ class PixelExpectations(GpuTestExpectations):
self.Flaky('Pixel_ScissorTestWithPreserveDrawingBuffer', ['mac'],
bug=660461)
+ # TODO(xlai): Check reference images (should be blank)
+ self.Fail('Pixel_OffscreenCanvasForFramelessDocument', bug=683172)
+
# TODO(kainino): remove this once golden images are generated
self.Fail('Pixel_WebGLTransparentGreenTriangle_NoAlpha_ImplicitClear',
bug=666259)

Powered by Google App Engine
This is Rietveld 408576698