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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2925763002: color: Enable color correct rendering for images/ layout tests (Closed)
Patch Set: Add two more test expectations 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
Index: third_party/WebKit/LayoutTests/VirtualTestSuites
diff --git a/third_party/WebKit/LayoutTests/VirtualTestSuites b/third_party/WebKit/LayoutTests/VirtualTestSuites
index 883fb3ed446abbea3e3b1c6ad64a35efcf112007..90825f8e75f8467968239ac6f4a5419fc2cce561 100644
--- a/third_party/WebKit/LayoutTests/VirtualTestSuites
+++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -71,7 +71,9 @@
{
"prefix": "gpu-rasterization",
"base": "images",
- "args": ["--force-gpu-rasterization"]
+ "args": ["--force-gpu-rasterization",
+ "--enable-color-correct-rendering",
+ "--force-color-profile=srgb"]
},
{
"prefix": "stable",

Powered by Google App Engine
This is Rietveld 408576698