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

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

Issue 2874063002: enable video blit color accuracy by default (Closed)
Patch Set: disable test on all platforms Created 3 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_test_pages.py
diff --git a/content/test/gpu/gpu_tests/pixel_test_pages.py b/content/test/gpu/gpu_tests/pixel_test_pages.py
index 945642c35adbf8709743137084a9b1348d9b36e6..ac0c0b42cf317ef1fb898f854c536dbd34b2f6e4 100644
--- a/content/test/gpu/gpu_tests/pixel_test_pages.py
+++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
@@ -141,7 +141,7 @@ def DefaultPages(base_name):
'pixel_video_mp4.html',
base_name + '_Video_MP4',
test_rect=[0, 0, 300, 300],
- revision=5),
+ revision=6),
PixelTestPage(
'pixel_video_vp9.html',
@@ -501,7 +501,7 @@ def DirectCompositionPages(base_name):
'pixel_video_mp4.html',
base_name + '_DirectComposition_Video_MP4',
test_rect=[0, 0, 300, 300],
- revision=4,
+ revision=5,
browser_args=browser_args),
PixelTestPage(

Powered by Google App Engine
This is Rietveld 408576698