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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2926763004: color: Enable color correct rendering on all layout tests (Closed)
Patch Set: One more 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 8ca7c22ef22c693036778c22154f7a32882c384f..f594ca77c179e94259961952a10df5c7819fbffa 100644
--- a/third_party/WebKit/LayoutTests/VirtualTestSuites
+++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -2,8 +2,7 @@
{
"prefix": "color_space",
"base": "fast/canvas/color-space",
- "args": ["--enable-color-correct-rendering",
- "--enable-blink-features=ColorCanvasExtensions"]
+ "args": ["--enable-blink-features=ColorCanvasExtensions"]
},
{
"prefix": "gpu",
@@ -71,15 +70,12 @@
{
"prefix": "gpu-rasterization",
"base": "images",
- "args": ["--force-gpu-rasterization",
- "--enable-color-correct-rendering",
- "--force-color-profile=srgb"]
+ "args": ["--force-gpu-rasterization"]
},
{
"prefix": "exotic-color-space",
"base": "images",
- "args": ["--enable-color-correct-rendering",
- "--force-color-profile=color-spin-gamma24"]
+ "args": ["--force-color-profile=color-spin-gamma24"]
},
{
"prefix": "stable",

Powered by Google App Engine
This is Rietveld 408576698