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

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

Issue 2547683003: Reland "Fix HTML5 video blurry" (Closed)
Patch Set: rebase to ToT 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 757260a1d3372c036989a7d38859ca100f25bbf8..b18a5ef82e35d97cc8e44f1289579f008711a762 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -41,6 +41,20 @@ class PixelExpectations(GpuTestExpectations):
self.Flaky('Pixel_ScissorTestWithPreserveDrawingBuffer', ['mac'],
bug=660461)
+ # TODO(dshwang): remove these after new reference images are generated.
+ self.Fail('Pixel_2DCanvasWebGL', bug=615325)
+ self.Fail('Pixel_2DCanvasWebGLES3', bug=615325)
+ self.Fail('Pixel_OffscreenCanvasWebGLDefault', bug=615325)
+ self.Fail('Pixel_OffscreenCanvasWebGLDefaultWorker', bug=615325)
+ self.Fail('Pixel_WebGLGreenTriangle_AA_Alpha', bug=615325)
+ self.Fail('Pixel_WebGLGreenTriangle_AA_NoAlpha', bug=615325)
+ self.Fail('Pixel_WebGLGreenTriangle_NoAA_Alpha', bug=615325)
+ self.Fail('Pixel_WebGLGreenTriangle_NoAA_NoAlpha', bug=615325)
+ self.Fail('Pixel_WebGLGreenTriangle_AA_AlphaES3', bug=615325)
+ self.Fail('Pixel_WebGLGreenTriangle_AA_NoAlphaES3', bug=615325)
+ self.Fail('Pixel_WebGLGreenTriangle_NoAA_AlphaES3', bug=615325)
+ self.Fail('Pixel_WebGLGreenTriangle_NoAA_NoAlphaES3', bug=615325)
+
# 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