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

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

Issue 2962433002: color: Run GPU pixel tests with ColorCorrectRendering feature (Closed)
Patch Set: Update tests that fail w/new flag Created 3 years, 6 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
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/pixel_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/maps_integration_test.py
diff --git a/content/test/gpu/gpu_tests/maps_integration_test.py b/content/test/gpu/gpu_tests/maps_integration_test.py
index 2e22599e0eb096d927a555062890b44708664f06..d978e5f3eb830669c84b180c387ccaf0fc1c2e18 100644
--- a/content/test/gpu/gpu_tests/maps_integration_test.py
+++ b/content/test/gpu/gpu_tests/maps_integration_test.py
@@ -64,7 +64,10 @@ class MapsIntegrationTest(
def SetUpProcess(cls):
color_profile_manager.ForceUntilExitSRGB()
super(MapsIntegrationTest, cls).SetUpProcess()
- cls.CustomizeBrowserArgs(['--force-color-profile=srgb'])
+ browser_args = [
+ '--force-color-profile=srgb',
+ '--enable-features=ColorCorrectRendering']
+ cls.CustomizeBrowserArgs(browser_args)
cls.StartWPRServer(os.path.join(data_path, 'maps_004.wpr.updated'),
cloud_storage.PUBLIC_BUCKET)
cls.StartBrowser()
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/pixel_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698